Skip to content

Commit f894548

Browse files
committed
v10 summary (#1196)
1 parent 7fc6f3a commit f894548

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

changelog.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,29 @@ Since you are interested in what happens next, in case, you work for a for-profi
44

55
---
66

7+
### Summary
8+
9+
A higher level overview of v10 release.
10+
11+
- [react-jss] A new hooks-based API has been released and became the new default way to use JSS with React.
12+
- [jss] Keyframe IDs are now scoped by default.
13+
- [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.
14+
- [jss] Houdini Typed CSSOM Values are supported now.
15+
- [all] Each package supports ESM modules import, also possible directly from https://unpkg.com/.
16+
- [all] Added TypeScript type definitions to this repository.
17+
18+
For more details please read the rest of the changelog.
19+
720
## 10.0.0-alpha.27 (2019-9-22)
821

9-
## Bug fixes
22+
### Bug fixes
1023

1124
- [react-jss] Add fallback for `Number.MIN_SAFE_INTEGER`, because not supported by IE <= 11 ([1197](https://github.com/cssinjs/jss/pull/1197))
1225
- [jss-plugin-vendor-prefixer] Fix `fallbacks` syntax support regression ([1198](https://github.com/cssinjs/jss/pull/1198))
1326

1427
## 10.0.0-alpha.26 (2019-9-22)
1528

16-
## Bug fixes
29+
### Bug fixes
1730

1831
- [jss] Fix dynamic rule updating after sheet re-attach in IE ([1194](https://github.com/cssinjs/jss/pull/1194))
1932
- [ci] Fix browsers.json, bump suported ios Safari to 10.3.

0 commit comments

Comments
 (0)