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
82ca8ca5
Commit
82ca8ca5
authored
Jul 11, 2020
by
Guilherme Gazzo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.11.0
parent
7c9a9204
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
118 additions
and
19 deletions
+118
-19
CHANGELOG.md
CHANGELOG.md
+17
-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
+12
-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
+11
-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
+11
-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
+8
-0
packages/ui-kit/package.json
packages/ui-kit/package.json
+1
-1
No files found.
CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
### Bug Fixes
*
Box className prop (
[
#254
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/254
)
) (
[
5adc7b8
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5adc7b8a907eca67bef5e26309c92561f6d8020a
)
)
### Features
*
Hooks useLocalStorage and useSessionStorage (
[
#248
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/248
)
) (
[
7c9a920
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7c9a92046f5d7bd01ea9f421470333785ba97ee2
)
)
*
useStableArray, useBreakpoints, useMediaQueries (
[
#253
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/253
)
) (
[
09f95ed
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/09f95edd7f296de45bc62caa16a1f43848fe3027
)
)
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
lerna.json
View file @
82ca8ca5
{
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"npmClient"
:
"yarn"
,
"useWorkspaces"
:
true
,
"packages"
:
[
...
...
packages/css-in-js/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/css-in-js
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
packages/css-in-js/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/css-in-js"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"description"
:
"Toolset to transpile and use CSS on runtime"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
packages/fuselage-hooks/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [0.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
### Features
*
Hooks useLocalStorage and useSessionStorage (
[
#248
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/248
)
) (
[
7c9a920
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7c9a92046f5d7bd01ea9f421470333785ba97ee2
)
)
*
useStableArray, useBreakpoints, useMediaQueries (
[
#253
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/253
)
) (
[
09f95ed
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/09f95edd7f296de45bc62caa16a1f43848fe3027
)
)
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
**Note:**
Version bump only for package @rocket.chat/fuselage-hooks
...
...
packages/fuselage-hooks/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/fuselage-hooks"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"description"
:
"React Hooks for Fuselage, Rocket.Chat's design system"
,
"homepage"
:
"https://rocket.chat/Rocket.Chat.Fuselage"
,
"author"
:
{
...
...
@@ -67,7 +67,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@rocket.chat/fuselage-tokens"
:
"^0.1
0
.0"
,
"@rocket.chat/fuselage-tokens"
:
"^0.1
1
.0"
,
"@types/use-subscription"
:
"^1.0.0"
,
"use-subscription"
:
"^1.4.1"
}
...
...
packages/fuselage-polyfills/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/fuselage-polyfills
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
**Note:**
Version bump only for package @rocket.chat/fuselage-polyfills
...
...
packages/fuselage-polyfills/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/fuselage-polyfills"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"description"
:
"A bundle of useful poly/ponyfills used by fuselage"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
...
...
packages/fuselage-tokens/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
### Features
*
useStableArray, useBreakpoints, useMediaQueries (
[
#253
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/253
)
) (
[
09f95ed
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/09f95edd7f296de45bc62caa16a1f43848fe3027
)
)
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
**Note:**
Version bump only for package @rocket.chat/fuselage-tokens
...
...
packages/fuselage-tokens/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/fuselage-tokens"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"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 @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/fuselage-ui-kit
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
packages/fuselage-ui-kit/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/fuselage-ui-kit"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -35,16 +35,16 @@
"react-dom"
:
"^16.12.0"
},
"dependencies"
:
{
"@rocket.chat/ui-kit"
:
"^0.1
0
.0"
"@rocket.chat/ui-kit"
:
"^0.1
1
.0"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.7.4"
,
"@babel/plugin-transform-runtime"
:
"^7.9.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-react"
:
"^7.7.4"
,
"@rocket.chat/fuselage"
:
"^0.1
0
.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.1
0
.0"
,
"@rocket.chat/icons"
:
"^0.1
0
.0"
,
"@rocket.chat/fuselage"
:
"^0.1
1
.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.1
1
.0"
,
"@rocket.chat/icons"
:
"^0.1
1
.0"
,
"@storybook/addon-actions"
:
"^5.3.17"
,
"@storybook/addon-backgrounds"
:
"^5.3.17"
,
"@storybook/addon-centered"
:
"^5.3.17"
,
...
...
packages/fuselage/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
### Bug Fixes
*
Box className prop (
[
#254
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/254
)
) (
[
5adc7b8
](
https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5adc7b8a907eca67bef5e26309c92561f6d8020a
)
)
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
packages/fuselage/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/fuselage"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
@@ -44,8 +44,8 @@
"react-dom"
:
"^16.12.0"
},
"dependencies"
:
{
"@rocket.chat/css-in-js"
:
"^0.1
0
.0"
,
"@rocket.chat/fuselage-tokens"
:
"^0.1
0
.0"
,
"@rocket.chat/css-in-js"
:
"^0.1
1
.0"
,
"@rocket.chat/fuselage-tokens"
:
"^0.1
1
.0"
,
"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.1
0
.0"
,
"@rocket.chat/fuselage-polyfills"
:
"^0.1
0
.0"
,
"@rocket.chat/fuselage-hooks"
:
"^0.1
1
.0"
,
"@rocket.chat/fuselage-polyfills"
:
"^0.1
1
.0"
,
"@storybook/addon-actions"
:
"^5.3.19"
,
"@storybook/addon-backgrounds"
:
"^5.3.19"
,
"@storybook/addon-centered"
:
"^5.3.19"
,
...
...
packages/icons/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/icons
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
packages/icons/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/icons"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"author"
:
{
"name"
:
"Rocket.Chat"
,
"url"
:
"https://rocket.chat/"
...
...
packages/mp3-encoder/CHANGELOG.md
View file @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/mp3-encoder
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
...
...
packages/mp3-encoder/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/mp3-encoder"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"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 @
82ca8ca5
...
...
@@ -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.11.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.10.0...v0.11.0) (2020-07-11)
**Note:**
Version bump only for package @rocket.chat/ui-kit
# [0.10.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.9.0...v0.10.0) (2020-06-20)
**Note:**
Version bump only for package @rocket.chat/ui-kit
...
...
packages/ui-kit/package.json
View file @
82ca8ca5
{
"name"
:
"@rocket.chat/ui-kit"
,
"version"
:
"0.1
0
.0"
,
"version"
:
"0.1
1
.0"
,
"description"
:
"Package Fuselage ui kit "
,
"author"
:
"Guilherme Gazzo <guilhermegazzo@gmail.com>"
,
"homepage"
:
"https://github.com/RocketChat/Rocket.Chat.Fuselage#readme"
,
...
...
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