Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.8.7
->10.10.0
Release Notes
cssinjs/jss (jss)
v10.10.0
Compare Source
Improvements
v10.9.2
Compare Source
Bug fixes
v10.9.1
Compare Source
Bug fixes
v10.9.0
Compare Source
Bug fixes
Improvements
v10.8.2
Compare Source
Bug fixes
v10.8.1
Compare Source
Bug fixes
v10.8.0
Compare Source
Improvements
[jss] New option to remove whitespaces. Useful for SSR 1549
[all] Flow types are now moved from .js files to .flow type defs 1509
[all] Upgrade typescript to 4.4.2 1550
v10.7.1
Compare Source
Bug fixes
v10.7.0
Compare Source
Improvements
v10.6.0
Compare Source
Improvements
globalThis
to support secure version of JavaScript called SES 1449Styles
now supportsClassNames
,Props
/Data
, andTheme
as type parameters (eg.Styles<Names, Data, Theme>
). 1460withStyles
andcreateUseStyles
now supportClassNames
,Props
, andTheme
as type parameters (eg.createUseStyles<Names, Props, Theme>
). 1460useStyles
finally expects the correct argument type: aProps
object with an optionalTheme
property (both determined fromcreateUseStyles
). 1460classes
prop inwithStyles()
1428Breaking Changes
Theme
is no longer the first generic type parameter forcreateUseStyles
. 1460Theme
's type without reaching over the other type parameters:Using the function argument.
Using the object argument with a function. (You will only need to specify the
Theme
type once.)v10.5.1
Compare Source
Bug fixes
Improvements
v10.5.0
Compare Source
Bug fixes
Improvements
deleteRule()
performance 1424v10.4.0
Compare Source
Bug fixes
Improvements
csstype
to 3.0.2 1379v10.3.0
Compare Source
Improvements
v10.2.0
Compare Source
Improvements
Bug fixes
v10.1.1
Compare Source
Bug fixes
getDynamicStyles
migration introduced in 10.1.0v10.1.0
Compare Source
Bug fixes
Improvements
getDynamicStyles
utility function was originally exposed fromjss
package, but I don't think it was used externally, so I moved it toreact-jss
package and made it internal. If you have been using it as public API let me know, we will have to revert the change.Features
v10.0.4
Compare Source
Bug fixes
WithStyles
(1254)Improvements
v10.0.3
Compare Source
Improvements
JssStyle
definition (1218)createUseStyles
definition (1218)Bug fixes
create
definitions to allowminify: boolean
(1218)Name
Typescript constraint (1218)v10.0.2
Compare Source
Bug fixes
10.0.1
(1252)v10.0.1
Compare Source
Bug fixes
sheet.addRule()
support for duplicate rule names (1242)v10.0.0
Compare Source
Summary
A higher level overview of v10 release.
For more details please read the rest of the changelog.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.