Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Rocket.Chat.Fuselage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RocketChat
Rocket.Chat.Fuselage
Commits
cfd5ab87
Commit
cfd5ab87
authored
Aug 21, 2020
by
Guilherme Gazzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.14.1
parent
38d57ea9
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
102 additions
and
19 deletions
+102
-19
CHANGELOG.md
CHANGELOG.md
+8
-0
lerna.json
lerna.json
+1
-1
packages/css-in-js/CHANGELOG.md
packages/css-in-js/CHANGELOG.md
+8
-0
packages/css-in-js/package.json
packages/css-in-js/package.json
+1
-1
packages/fuselage-hooks/CHANGELOG.md
packages/fuselage-hooks/CHANGELOG.md
+8
-0
packages/fuselage-hooks/package.json
packages/fuselage-hooks/package.json
+2
-2
packages/fuselage-polyfills/CHANGELOG.md
packages/fuselage-polyfills/CHANGELOG.md
+8
-0
packages/fuselage-polyfills/package.json
packages/fuselage-polyfills/package.json
+1
-1
packages/fuselage-tokens/CHANGELOG.md
packages/fuselage-tokens/CHANGELOG.md
+8
-0
packages/fuselage-tokens/package.json
packages/fuselage-tokens/package.json
+1
-1
packages/fuselage-ui-kit/CHANGELOG.md
packages/fuselage-ui-kit/CHANGELOG.md
+8
-0
packages/fuselage-ui-kit/package.json
packages/fuselage-ui-kit/package.json
+5
-5
packages/fuselage/CHANGELOG.md
packages/fuselage/CHANGELOG.md
+8
-0
packages/fuselage/package.json
packages/fuselage/package.json
+5
-5
packages/icons/CHANGELOG.md
packages/icons/CHANGELOG.md
+8
-0
packages/icons/package.json
packages/icons/package.json
+1
-1
packages/mp3-encoder/CHANGELOG.md
packages/mp3-encoder/CHANGELOG.md
+8
-0
packages/mp3-encoder/package.json
packages/mp3-encoder/package.json
+1
-1
packages/ui-kit/CHANGELOG.md
packages/ui-kit/CHANGELOG.md
+11
-0
packages/ui-kit/package.json
packages/ui-kit/package.json
+1
-1
No files found.
CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package Rocket.Chat.Fuselage
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
...
...
lerna.json
View file @
cfd5ab87
{
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"packages"
:
[
...
...
packages/css-in-js/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/css-in-js
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/css-in-js
...
...
packages/css-in-js/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/css-in-js"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"Toolset to transpile and use CSS on runtime"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage-hooks/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
...
...
packages/fuselage-hooks/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/fuselage-hooks"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"React hooks for Fuselage, Rocket.Chat's design system and UI toolkit"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
@@ -77,7 +77,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@rocket.chat/fuselage-tokens"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage-tokens"
:
"^0.14.
1
"
,
"use-subscription"
:
"^1.4.1"
}
}
packages/fuselage-polyfills/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/fuselage-polyfills
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/fuselage-polyfills
...
...
packages/fuselage-polyfills/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/fuselage-polyfills"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"A bundle of useful poly/ponyfills used by fuselage"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
...
...
packages/fuselage-tokens/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/fuselage-tokens
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/fuselage-tokens
...
...
packages/fuselage-tokens/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/fuselage-tokens"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"Design tokens for Fuselage, Rocket.Chat's design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage-ui-kit/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/fuselage-ui-kit
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/fuselage-ui-kit
...
...
packages/fuselage-ui-kit/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/fuselage-ui-kit"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"UiKit elements for Rocket.Chat Apps built under Fuselage design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
@@ -47,10 +47,10 @@
"@babel/preset-env"
:
"^7.11.0"
,
"@babel/preset-react"
:
"^7.10.4"
,
"@rocket.chat/apps-engine"
:
"^1.16.0"
,
"@rocket.chat/fuselage"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage-hooks"
:
"^0.14.
0
"
,
"@rocket.chat/icons"
:
"^0.14.
0
"
,
"@rocket.chat/ui-kit"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage"
:
"^0.14.
1
"
,
"@rocket.chat/fuselage-hooks"
:
"^0.14.
1
"
,
"@rocket.chat/icons"
:
"^0.14.
1
"
,
"@rocket.chat/ui-kit"
:
"^0.14.
1
"
,
"@storybook/addon-actions"
:
"^6.0.10"
,
"@storybook/addon-backgrounds"
:
"^6.0.10"
,
"@storybook/addon-docs"
:
"^6.0.10"
,
...
...
packages/fuselage/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/fuselage
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/fuselage
...
...
packages/fuselage/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/fuselage"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -44,8 +44,8 @@
"react-dom"
:
"^16.12.0"
},
"dependencies"
:
{
"@rocket.chat/css-in-js"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage-tokens"
:
"^0.14.
0
"
,
"@rocket.chat/css-in-js"
:
"^0.14.
1
"
,
"@rocket.chat/fuselage-tokens"
:
"^0.14.
1
"
,
"invariant"
:
"^2.2.4"
,
"react-keyed-flatten-children"
:
"^1.2.0"
},
...
...
@@ -55,8 +55,8 @@
"@babel/preset-env"
:
"^7.7.6"
,
"@babel/preset-react"
:
"^7.7.4"
,
"@rocket.chat/eslint-config"
:
"^0.4.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage-polyfills"
:
"^0.14.
0
"
,
"@rocket.chat/fuselage-hooks"
:
"^0.14.
1
"
,
"@rocket.chat/fuselage-polyfills"
:
"^0.14.
1
"
,
"@storybook/addon-actions"
:
"^5.3.19"
,
"@storybook/addon-backgrounds"
:
"^5.3.19"
,
"@storybook/addon-centered"
:
"^5.3.19"
,
...
...
packages/icons/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/icons
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/icons
...
...
packages/icons/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/icons"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
packages/mp3-encoder/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -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.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
**Note:**
Version bump only for package @rocket.chat/mp3-encoder
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
**Note:**
Version bump only for package @rocket.chat/mp3-encoder
...
...
packages/mp3-encoder/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/mp3-encoder"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"A LAME encoder to be used in web workers"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/ui-kit/CHANGELOG.md
View file @
cfd5ab87
...
...
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
## [0.14.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.14.0...v0.14.1) (2020-08-22)
### Bug Fixes
*
UiKit - conditional block (
[
38d57ea
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/38d57ea9005aafc3820316beacfda43f620fa93f
)
)
# [0.14.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.13.2...v0.14.0) (2020-08-18)
...
...
packages/ui-kit/package.json
View file @
cfd5ab87
{
"name"
:
"@rocket.chat/ui-kit"
,
"version"
:
"0.14.
0
"
,
"version"
:
"0.14.
1
"
,
"description"
:
"Interactive UI elements for Rocket.Chat Apps"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment