All Versions
12
Latest Version
Avg Release Cycle
15 days
Latest Release
802 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.5.1 Changes
June 13, 2020๐ Change Log
๐ Misc
- ๐
Tweaked a config setting in
rollup.config.js
(for the typescript styled-component plugin - setdisplayName: false
so that component names do not get prepended toclassName
attributes)
- ๐
Tweaked a config setting in
-
v2.5.0 Changes
June 13, 2020๐ Change Log
๐ Misc
- ๐จ Reduce global data allocations and refactor how some config data is defined/consumed
- ๐จ Minor code refactoring (in relation to actual source code)
- โก๏ธ Updates to
rollup.config.js
andbabel.config.js
to ensure that all code in package is fully transpiled (previous package versions were offloading some transpilation work to consuming packages/libs)