Skip to content

Commit

Permalink
fix: Remove FieldGroup minimum width (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored and ggazzo committed Nov 14, 2019
1 parent 88c6658 commit e116296
Show file tree
Hide file tree
Showing 12 changed files with 538 additions and 443 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)


### Bug Fixes

* Miscellaneous issues ([#90](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))





# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)


### Bug Fixes

* Performance issues in development environment ([#89](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))





# [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0-alpha.14",
"version": "0.2.0-alpha.16",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
19 changes: 19 additions & 0 deletions packages/fuselage-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)


### Bug Fixes

* Miscellaneous issues ([#90](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))





# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)

**Note:** Version bump only for package @rocket.chat/fuselage-hooks





# [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)

**Note:** Version bump only for package @rocket.chat/fuselage-hooks
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-hooks",
"version": "0.2.0-alpha.14",
"version": "0.2.0-alpha.16",
"description": "React Hooks for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocket.chat/Rocket.Chat.Fuselage",
"author": {
Expand Down
8 changes: 8 additions & 0 deletions packages/fuselage-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)

**Note:** Version bump only for package @rocket.chat/fuselage-tokens





# [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)

**Note:** Version bump only for package @rocket.chat/fuselage-tokens
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage-tokens",
"version": "0.2.0-alpha.14",
"version": "0.2.0-alpha.15",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocket.chat/Rocket.Chat.Fuselage",
"author": {
Expand Down
22 changes: 22 additions & 0 deletions packages/fuselage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)


### Bug Fixes

* Miscellaneous issues ([#90](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))





# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)


### Bug Fixes

* Performance issues in development environment ([#89](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))





# [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)


Expand Down
12 changes: 5 additions & 7 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/fuselage",
"version": "0.2.0-alpha.14",
"version": "0.2.0-alpha.16",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down Expand Up @@ -35,16 +35,15 @@
"update-storybook": "run-s test:results build-storybook loki:update"
},
"peerDependencies": {
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.9",
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.16",
"react": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.4.5",
"@rocket.chat/eslint-config": "^0.4.0",
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.14",
"@rocket.chat/icons": "^0.2.0-alpha.15",
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.16",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-backgrounds": "^5.0.11",
"@storybook/addon-centered": "^5.0.11",
Expand Down Expand Up @@ -112,9 +111,8 @@
}
},
"dependencies": {
"@rocket.chat/fuselage-tokens": "^0.2.0-alpha.14",
"@rocket.chat/icons": "^0.2.0-alpha.14",
"nano-memoize": "^1.1.7"
"@rocket.chat/fuselage-tokens": "^0.2.0-alpha.15",
"@rocket.chat/icons": "^0.2.0-alpha.16"
},
"browserslist": {
"production": [
Expand Down
2 changes: 2 additions & 0 deletions packages/fuselage/src/components/FieldGroup/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@include box;

display: flex;

min-width: 0;
align-items: stretch;
flex-flow: column nowrap;
justify-content: center;
Expand Down
16 changes: 16 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)

**Note:** Version bump only for package @rocket.chat/icons





# [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)

**Note:** Version bump only for package @rocket.chat/icons





# [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)

**Note:** Version bump only for package @rocket.chat/icons
Expand Down
5 changes: 2 additions & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket.chat/icons",
"version": "0.2.0-alpha.14",
"version": "0.2.0-alpha.16",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down Expand Up @@ -43,6 +43,5 @@
},
"devEngines": {
"node": "^10.0"
},
"dependencies": {}
}
}
Loading

0 comments on commit e116296

Please sign in to comment.