Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Releases: soldotno/aurora-core

2.1.0

19 Apr 11:21
Compare
Choose a tag to compare
  • Optionally pass in custom settings to client render. Useful in development mode, for example pass in useragent settings to do things based on device.

Updated deps and make yarn ready

03 Nov 16:26
Compare
Choose a tag to compare
1.4.0

Fix Yarn compability issues

source map + more modular server rendering

06 Oct 15:43
Compare
Choose a tag to compare
  • changed sourcemap algo.
  • split server rendering variable into html rendering and css rendering.

Disable autoprefixer on css-loader minified

18 Aug 15:22
Compare
Choose a tag to compare
1.1.8

Merge pull request #36 from soldotno/fix/disable-autoprefixer-on-mini…

Bugfix

15 Aug 18:43
Compare
Choose a tag to compare
  • By default do not render on server

Bugfixes

05 Aug 09:39
Compare
Choose a tag to compare
  • Bugfix: Guard against module === null

Performance optimization

03 Aug 12:45
Compare
Choose a tag to compare
1.1.5

Performance improvments

Added deepCompare

01 Aug 13:51
Compare
Choose a tag to compare

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

12 Jul 18:16
Compare
Choose a tag to compare

Version 1.1.2 did not update the build files (mishap)

Update import syntax

12 Jul 18:05
Compare
Choose a tag to compare

Update import syntax for redux-thunk to support 2.x