Skip to content

Commit 170f9ef

Browse files
committed
Update Changelog
1 parent 304529b commit 170f9ef

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,26 @@
33
> All notable changes to this project are documented in this file.
44
> This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
6+
## Next
7+
8+
### Changed
9+
10+
* Refactored to use `unstated` for state-management instead of `mobx` + `mobx-react`, cutting the
11+
size of the bundle by approximately 60% 🎉.
12+
613
## [[v2.2.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.2.1)
714

815
### Changed
916

1017
* Fixes mixed up filenames in the README
1118

12-
1319
## [[v2.2.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.2.0)
1420

1521
### Added
1622

1723
* Demo styles added to the bundle as two optional files:
18-
- `minimal-example.css`: 'Minimal' theme - hide/show the AccordionBody component
19-
- `fancy-example.css`: 'Fancy' theme - boilerplate styles for all components, as seen on our demo
20-
24+
* `minimal-example.css`: 'Minimal' theme - hide/show the AccordionBody component
25+
* `fancy-example.css`: 'Fancy' theme - boilerplate styles for all components, as seen on our demo
2126

2227
## [[v2.1.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.1.0)
2328

0 commit comments

Comments
 (0)