JSS v10.0.0-alpha.22 Release Notes

  • ๐Ÿ’ฅ Breaking Changes

    • 0๏ธโƒฃ [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)
    • 0๏ธโƒฃ [react-jss] Use component name or displayName as a class name prefix also in production by default (#1147)