v1.0.0
版本发布时间: 2020-12-13 09:50:16
flareact/flareact最新发布版本:v1.5.0-canary.2(2022-12-21 19:25:47)
1.0.0 (2020-12-13)
Bug Fixes
- Adjust top-scroll logic (1ae34c6)
- Ensure page-scoped stylesheets are loaded on the client during route changes (1204027)
- Implement scroll navigation fixes (5acfb58)
- Include a build ID within _buildManifest path (bc5679b)
- Include chunkhash in CSS filenames for cache busting (2fa82fa)
Features
- Add Sass and CSS module support (d341bf2)
- Add support for composable _document (ced67b5)
- Add Typescript support (#37) (7095539), closes flareact#20
- Allow App to be enhanced by e.g. CSS-in-JS (7493ed1)
- Support bespoke style tags (9d18df6)
- Upgrade PostCSS to v8 (3418982)
BREAKING CHANGES
- The upgrade to PostCSS v8 is a potential breaking change, based on which plugins you may have been using within a custom PostCSS config.
- The only breaking change associated with this commit
is the fact that
lang="en"
is no longer included by default on the element.