Socket
Socket
Sign inDemoInstall

jss-plugin-extend

Package Overview
Dependencies
6
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1245Next

10.0.4

Diff

Changelog

Source

10.0.4 (2020-1-28)

Bug fixes

  • [react-jss] Add type alias for WithStyles (1254)
  • [react-jss] Fix ts typings for hook, created common interface for options (1266)
  • [react-jss] Revert strict style types for ts, since it's a breaking change and needs much more work done upfront (1270)

Improvements

  • [css-jss][ts] Add TS type definitions (1247)
  • [react-jss] Accept options.generateId in useStyles() and withStyles() as an option (1263)
kof
published 10.0.3 •

Changelog

Source

10.0.3 (2020-1-1)

Improvements

  • [jss] Improve JssStyle definition (1218)
  • [react-jss] Improve createUseStyles definition (1218)

Bug fixes

  • [jss] Fix create definitions to allow minify: boolean (1218)
  • [jss][ts] Fix Name Typescript constraint (1218)
kof
published 10.0.2 •

Changelog

Source

10.0.2 (2019-12-30)

Bug fixes

  • [jss] Fix breaking change that was introduced in 10.0.1 (1252)
kof
published 10.0.1 •

Changelog

Source

10.0.1 (2019-12-28)

Bug fixes

  • [jss-plugin-vendor-prefixer] Upgrade css-vendor package to v2.0.7 (1208)
  • [jss] Fix sheet.addRule() support for duplicate rule names (1242)
  • [react-jss] Fix function values support inside of nested media queries when component is a list item (1242)
kof
published 10.0.0 •

Changelog

Source

10.0.0 (2019-9-22)

Summary

A higher level overview of v10 release.

  • [react-jss] A new hooks-based API has been released and became the new default way to use JSS with React.
  • [jss] Keyframe IDs are now scoped by default.
  • [jss] Function values, function rules and observables apply plugins by default now, which means they can support all kinds of syntaxes: e.g. fallbacks, media queries, nesting, global styles.
  • [jss] Houdini Typed CSSOM Values are supported now.
  • [all] Each package supports ESM modules import, also possible directly from https://unpkg.com/.
  • [all][ts] Added TS type definitions to this repository.

For more details please read the rest of the changelog.

kof
published 10.0.0-alpha.27 •

Changelog

Source

10.0.0-alpha.27 (2019-9-22)

Bug fixes

  • [react-jss] Add fallback for Number.MIN_SAFE_INTEGER, because not supported by IE <= 11 (1197)
  • [jss-plugin-vendor-prefixer] Fix fallbacks syntax support regression (1198)
kof
published 10.0.0-alpha.26 •

Changelog

Source

10.0.0-alpha.26 (2019-9-22)

Bug fixes

  • [jss] Fix dynamic rule updating after sheet re-attach in IE (1194)
  • [ci] Fix browsers.json, bump suported ios Safari to 10.3.
kof
published 10.0.0-alpha.25 •

Changelog

Source

10.0.0-alpha.25 (2019-9-16)

Bug fixes

  • [jss] Fix dynamic rule updating after sheet re-attach (1190)

Improvements

  • [jss-plugin-nested] Better warning text (1170)
kof
published 10.0.0-alpha.24 •

Changelog

Source

10.0.0-alpha.24 (2019-8-13)

Bug fixes

  • [react-jss] Fix nested dynamic rule updating (1144)
  • [jss] Support falsy value from fn rule (1164)

Improvements

  • [react-jss][ts] Improve TS definitions and add missing definition for createUseStyles (1155)
  • [jss-plugin-default-unit] Consistent usage of the CSS browser API (1168)
kof
published 10.0.0-alpha.23 •

Changelog

Source

10.0.0-alpha.23 (2019-7-20)

Bug fixes

  • [react-jss] Update dynamic nested rules need (#1144)
  • [react-jss] withStyles shouldn't attach() on SSR (#1149, #1157)

Improvements

  • [jss] Improve treeshaking for webpack by not using global. (#1153)
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