New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rocket.chat/fuselage

Package Overview
Dependencies
Maintainers
9
Versions
1075
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/fuselage - npm Package Compare versions

Comparing version 0.2.0-alpha.16 to 0.2.0-alpha.18

39

CHANGELOG.md

@@ -6,2 +6,41 @@ # Change Log

# [0.2.0-alpha.18](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.17...v0.2.0-alpha.18) (2019-12-31)
### Bug Fixes
* Grid gutter ([#104](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/104)) ([8e7b5e4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e7b5e41a0a6ac0be208e5c21b686cad5249ad19))
* Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/106)) ([984a76f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/984a76fda49bda82c363e9d945000a60f41f1046))
### Features
* Pagination component ([#103](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/103)) ([56fe9cf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/56fe9cf0bf2e77ead4bff74a76e0b7b7fb9368f6))
* UI Kit ([#95](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/95)) ([6d4162b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6d4162bb8c121b1e89f8c818e7106bce49f09c27)), closes [#94](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/94) [#109](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/109) [#108](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/108) [#111](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/111)
# [0.2.0-alpha.17](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.16...v0.2.0-alpha.17) (2019-12-04)
### Bug Fixes
* Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/93)) ([e116296](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e116296f1f7e7ae6d4a7b761bdc2cac529d28854))
### Features
* Add prototype of Tabs component ([#101](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/101)) ([38ad447](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/38ad447fbf4e9207025d8756a95fce174b56868c))
* Cascading styles ([#97](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/97)) ([b21cd54](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b21cd54478b6fca4190c25c3ab99beb77cdec67d))
* Flex components ([#99](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/99)) ([948d0ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/948d0ea801b59751fa06f2c2fb25c84d172b73c7))
* Grid ([#100](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/100)) ([baca6bf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/baca6bf1c46742efc0171b1825918f4c907d036c))
* Level component ([#102](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/102)) ([2abd0d9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2abd0d9547528de3dd9e2f8c539966faf9a9da2d))
* Scrollable ([#98](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/98)) ([2eecec6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2eecec6c53c198fd16ff1fa089aa98974ecb2816))
# [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)

@@ -8,0 +47,0 @@

65

package.json
{
"name": "@rocket.chat/fuselage",
"version": "0.2.0-alpha.16",
"version": "0.2.0-alpha.18",
"author": {

@@ -27,4 +27,4 @@ "name": "Rocket.Chat",

"lint-staged": "lint-staged",
"test": "jest",
"test:results": "jest --json --outputFile=.storybook/jest-results.json",
"test": "[ -f .storybook/jest-results.json ] && jest --max-workers=1 || jest --max-workers=1 --json --outputFile=.storybook/jest-results.json",
"test:results": "jest --max-workers=1 --json --outputFile=.storybook/jest-results.json",
"loki:test": "loki test --chromeDockerImage=chinello/alpine-chrome:73 --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static",

@@ -34,3 +34,3 @@ "loki:update": "loki update --chromeDockerImage=chinello/alpine-chrome:73 --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static",

"loki:update-ci": "loki update --chromeFlags=\"--headless --no-sandbox --disable-gpu --disable-features=VizDisplayCompositor\" --verboseRenderer --requireReference --reactUri file:./storybook-static",
"storybook": "start-storybook -p 6006",
"storybook": "[ -f .storybook/jest-results.json ] && start-storybook -p 6006 || ( jest --max-workers=1 --json --outputFile=.storybook/jest-results.json && start-storybook -p 6006 )",
"build-storybook": "build-storybook",

@@ -40,32 +40,32 @@ "update-storybook": "run-s test:results build-storybook loki:update"

"peerDependencies": {
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.9",
"react": "^16.8.6"
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.16",
"react": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@rocket.chat/eslint-config": "^0.4.0",
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.16",
"@rocket.chat/icons": "^0.2.0-alpha.15",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-backgrounds": "^5.0.11",
"@storybook/addon-centered": "^5.0.11",
"@storybook/addon-docs": "^5.2.1",
"@storybook/addon-jest": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-links": "^5.2.3",
"@storybook/addon-options": "^5.0.11",
"@storybook/addon-viewport": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@storybook/theming": "^5.0.11",
"@rocket.chat/fuselage-hooks": "^0.2.0-alpha.18",
"@storybook/addon-actions": "5.2.8",
"@storybook/addon-backgrounds": "5.2.8",
"@storybook/addon-centered": "5.2.8",
"@storybook/addon-docs": "5.2.8",
"@storybook/addon-jest": "5.2.8",
"@storybook/addon-knobs": "5.2.8",
"@storybook/addon-links": "5.2.8",
"@storybook/addon-options": "5.2.8",
"@storybook/addon-viewport": "5.2.8",
"@storybook/addons": "5.2.8",
"@storybook/react": "5.2.8",
"@storybook/theming": "5.2.8",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"caniuse-lite": "^1.0.30001015",
"css-vars-ponyfill": "^2.0.2",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-react": "^7.14.3",

@@ -80,3 +80,2 @@ "fs-extra": "^8.0.1",

"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",

@@ -86,7 +85,12 @@ "npm-run-all": "^4.1.5",

"postcss-loader": "^3.0.0",
"react": "^16.8.6",
"sass-loader": "^7.1.0",
"postcss-logical": "^4.0.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"stylelint": "^10.0.1",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^3.11.1",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.3.2",

@@ -120,5 +124,4 @@ "webpack-cli": "^3.3.2"

"dependencies": {
"@rocket.chat/fuselage-tokens": "^0.2.0-alpha.15",
"@rocket.chat/icons": "^0.2.0-alpha.16",
"nano-memoize": "^1.1.7"
"@rocket.chat/fuselage-tokens": "^0.2.0-alpha.18",
"@rocket.chat/icons": "^0.2.0-alpha.18"
},

@@ -140,3 +143,3 @@ "browserslist": {

},
"gitHead": "9ea2afd94bcf51156c1e66ab8a6e84ceb6ce80b7"
"gitHead": "42d2c243e28552a01c0d4da1081da8a6410ec8bc"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc