Socket
Socket
Sign inDemoInstall

jss-plugin-compose

Package Overview
Dependencies
6
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12356Next

10.0.0-alpha.22

Diff

Changelog

Source

10.0.0-alpha.22 (2019-7-2)

Breaking Changes

  • [jss] SheetsRegistry.toString(options) will now return all sheets by default, no matter detached or attached. You can specify which one you want by using the option registry.toString({attached: true}) (1140)

Bug fixes

  • [react-jss] SSR for the hooks based API will now work with the registry as expected (1140)
  • [react-jss] When id options passed to JssProvider, we need to create a new generateId function (#1147)

Improvements

  • [react-jss] Document id prop for JssProvider, add "Class name generator options" to the docs. (#1147)
  • [react-jss] Use component name or displayName as a class name prefix also in production by default (#1147)
kof
published 10.0.0-alpha.21 •

Changelog

Source

10.0.0-alpha.21 (2019-6-22)

Bug fixes

  • [jss-plugin-vendor-prefixer] Upgrade css-vendor package to v2.0.5 (#1142)
  • [css-jss] Slows down in benchmark after 10k rules (#1137)
kof
published 10.0.0-alpha.20 •

Changelog

Source

10.0.0-alpha.20 (2019-6-17)

Bug Fixes

  • [react-jss] Experimental styled API got some fixes and many more tests (#1118)
kof
published 10.0.0-alpha.19 •

kof
published 10.0.0-alpha.18 •

Changelog

Source

10.0.0-alpha.18 (2019-6-14)

Features

  • [react-jss] New experimental styled API (undocumented intentionally)(#1094)
  • [react-jss] JSX pragma for css prop (undocumented intentionally)(#1130)
  • [css-jss] New experimental css() API (undocumented intentionally)(#1129)

Bug fixes

  • [jss] After attempting to insert an invalid rule, JSS is now able to insert a valid one (#1123)
  • [react-jss][ts] Fix type optional theming property (#1121)
  • [react-jss][ts] Export useTheme in TS declaration (#1124)
kof
published 10.0.0-alpha.17 •

Changelog

Source

10.0.0-alpha.17 (2019-6-7)

Features

  • [react-jss] New hooks based API is out. HOC based API is deprecated. It will stay in v10 but will be removed in v11. (#1089)

Breaking Changes

  • [jss] Add option for opt-in minification of class names. (#1075)

Bug fixes

  • [jss-plugin-expand] Fix attributes spread for border-bottom, border-top, border-left and border-right (#1083)
  • [jss-plugin-props-sort] Fix sorting in Node 11 (#1084)
  • [jss] Fix escaping keyframes names (#1100)
kof
published 10.0.0-alpha.16 •

Changelog

Source

10.0.0-alpha.16 (2019-3-24)

Bug fixes

  • [jss-plugin-camel-case] Fix some IE 11 regression (#1065)
  • [jss-vendor-prefixer] Fix value prefixing, in particular position: sticky (#1068)
kof
published 10.0.0-alpha.14 •

Changelog

Source

10.0.0-alpha.14 (2019-3-17)

Improvements

  • [jss] Add support for multiple referenced keyframes (#1063)

Bug fixes

  • [jss] Fix SSR aggregation regression (#1064)
kof
published 10.0.0-alpha.13 •

Changelog

Source

10.0.0-alpha.13 (2019-3-12)

Bug fixes

  • [react-jss] Replace spaces inside the display name with hyphens (#1049)

Improvements

  • [jss] Remove VirtualRenderer and the option virtual: true. Now to simulate a non-browser environment, pass create({Renderer: null}) when creating a Jss instance.
  • [react-jss] Add dynamic rules to the static sheet (#1048)
kof
published 10.0.0-alpha.12 •

Changelog

Source

10.0.0-alpha.12 (2019-2-27)

Bug fixes

  • [jss] Fix using function values with scoped keyframes (#1043)
  • [jss] Fix removing styles from function rules (#1046)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc