react-accessible-accordion
Advanced tools
Comparing version 2.3.1 to 2.4.0
@@ -8,7 +8,13 @@ # Changelog | ||
## [[v2.4.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.4.0) | ||
### Added | ||
* Possibility to have custom uuid on `AccordionItem` - suggested by https://github.com/springload/react-accessible-accordion/issues/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 | ||
## [[v2.3.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v2.3.1) | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "react-accessible-accordion", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "Accessible Accordion component for React", | ||
@@ -21,3 +21,3 @@ "main": "dist/umd/index.js", | ||
"start-demo": "webpack-dev-server --mode=development", | ||
"pages": "rm -rf pages && webpack --mode=production --progress", | ||
"pages": "rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages", | ||
"deploy": "npm run pages && ./bin/deploy.sh", | ||
@@ -24,0 +24,0 @@ "prettier": "prettier **/*.js --write", |
@@ -5,8 +5,6 @@ [react-accessible-accordion](https://springload.github.io/react-accessible-accordion/) [](https://www.npmjs.com/package/react-accessible-accordion) [](https://travis-ci.org/springload/react-accessible-accordion) [](https://coveralls.io/github/springload/react-accessible-accordion) [](https://david-dm.org/springload/react-accessible-accordion) [](https://david-dm.org/springload/react-accessible-accordion#info=devDependencies) | ||
> Accessible Accordion component for React. Inspired by [rc-collapse](https://github.com/react-component/collapse) and [react-sanfona](https://github.com/daviferreira/react-sanfona). :mag::ok_hand: | ||
## Demo | ||
[Try a demo now](https://springload.github.io/react-accessible-accordion/). | ||
If you like accessible components, feel free to check this other repo [react-accessible-modal](https://github.com/springload/react-accessible-modal). | ||
## Usage | ||
@@ -143,2 +141,8 @@ | ||
</tr> | ||
<tr> | ||
<td>uuid</td> | ||
<td>String</td> | ||
<td>null</td> | ||
<td>Custom uuid to be passed to Accordion - onChange. Has to be unique.</td> | ||
</tr> | ||
</tbody> | ||
@@ -145,0 +149,0 @@ </table> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
508625
3792
313