This repository has been archived by the owner on Feb 20, 2020. It is now read-only.
Releases: soldotno/aurora-core
Releases · soldotno/aurora-core
2.1.0
Updated deps and make yarn ready
1.4.0 Fix Yarn compability issues
source map + more modular server rendering
- changed sourcemap algo.
- split server rendering variable into html rendering and css rendering.
Disable autoprefixer on css-loader minified
1.1.8 Merge pull request #36 from soldotno/fix/disable-autoprefixer-on-mini…
Bugfix
- By default do not render on server
Bugfixes
- Bugfix: Guard against module === null
Performance optimization
1.1.5 Performance improvments
Added deepCompare
The Props and state changes are now deep compared in shouldComponentUpdate
in the withVisibility
decorator to see if the component should rerender or not.
Update build files
Version 1.1.2 did not update the build files (mishap)
Update import syntax
Update import syntax for redux-thunk
to support 2.x