All Versions
30
Latest Version
Avg Release Cycle
53 days
Latest Release
653 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.4.4 Changes
July 24, 2018π This release addresses some performance concerns, and should result in lower memory usage and prevented crashes.
π Fixed
- π Fixes performance issue with not re-instantiating render-prop callbacks on each re-render.
-
v2.4.4-beta.1
July 24, 2018 -
v2.4.3 Changes
June 27, 2018π Fixed
- π Fixes issue with spacebar scrolling the page (see PR#99)
- π Fixes IE compatibility by replacing uses of Array.prototype.find.
-
v2.4.2 Changes
June 26, 2018π Changed
- π Removes invalid test
- π¦ Minor change to package.json to remove some redundant Jest config.
- β¬οΈ Upgrade one forgotten devDependency.
π Fixed
- π Emergency bug fix to remove asyc/await from the code (see PR#95)
-
v2.4.1 Changes
May 28, 2018π This release brings support for React 16.3+ by way of some minor refactoring to β remove deprecated lifecycle methods.
π Changed
- π Replace deprecated lifecycle methods 'componentWillReceiveProps', 'componentWillUpdate' and 'componentWillMount'.
- π Updated
unstated
(internal dependency) to latest major release. - β‘οΈ Updated all devDependencies.
-
v2.4.0 Changes
May 28, 2018β Added
- Possibility to have custom uuid on
AccordionItem
- suggested by #70
π Fixed
- π Fix rollup config after version bump - https://gist.github.com/Rich-Harris/d472c50732dab03efeb37472b08a3f32
- β Adds existing arrow animation for aria-selected=true in fancy CSS
- Possibility to have custom uuid on
-
v2.3.1 Changes
April 13, 2018π Fixed
- β Add
dist
folder to list of Flow ignores, so Flow doesnβt error after a build. - βͺ Issue with babel helpers. Just reverted commit 6f9f2c3 for now.
π Changed
- β Removed a couple of old npm scripts from the days before we introduced rollup to the build
pipeline. - π¨ Upgraded a bunch of devDependencies, including Webpack which required a bit of a config refactor.
- β Add
-
v2.3.0 Changes
π Changed
- π¨ Refactored to use
unstated
for state-management instead ofmobx
+mobx-react
, cutting the size of the bundle by approximately 60% π.
- π¨ Refactored to use
-
v2.2.1 Changes
π Changed
- π Fixes mixed up filenames in the README
-
v2.2.0 Changes
β Added
- π
Demo styles added to the bundle as two optional files:
-
minimal-example.css
: 'Minimal' theme - hide/show the AccordionBody component -
fancy-example.css
: 'Fancy' theme - boilerplate styles for all components, as seen on our demo
-
- π
Demo styles added to the bundle as two optional files: