@ryami333/react-accessible-accordion
Version:
Accessible Accordion component for React
39 lines (22 loc) • 1.08 kB
Markdown
Changelog
=========
> All notable changes to this project are documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [[v0.4.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v0.4.0)
- Supports React 15.5+
## [[v0.3.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v0.3.0)
- No warnings when you have only one item in the accordion
## [[v0.2.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v0.2.0)
- Possibility to have extra blocks in AccordionItem
## [[v0.1.2]](https://github.com/springload/react-accessible-accordion/releases/tag/v0.1.2)
- Accordion mode / Collapse mode
- Possibility to pre expand items
- 100% coverage with unit tests
- Possibility to customise CSS.
- Clean CSS for the demo/github page.
## [[vx.y.z]](https://github.com/springload/Quicktube.js/releases/tag/x.y.z) Template from http://keepachangelog.com/
### Added
- Something was added to the API / a new feature was introduced.
### Changed
### Fixed
### Removed