Releases: eea/volto-accordion-block
Releases · eea/volto-accordion-block
10.4.0
10.3.0
10.2.0
10.1.1
10.1.0
Merge pull request #88 from eea/develop fix(accordion): selection of active accordion using tab and enter (#87)
10.0.0
💥 Breaking Change
- breaking(accordion): use a single icon component with titleIcons config and added panel filtering option #82 from eea/accordion-filter [dana-cfc4 -
902005a
]
🚀 New Features
- feat(filter): added unit testing for filtering [David Ichim -
8517248
]
🐛 Bug Fixes
- fix: i18n - Fix untranslated text persent in addon [Alok Kumar -
e624d9b
] - fix(filter): pass options to Icon component instead of reading always from config [David Ichim -
f111235
] - fix(filter): use config from param after latest change to pass only accordion config [David Ichim -
aae122e
]
💅 Enhancements
- change(filter): use volto icons as fallback is iconComponent option isn't set [David Ichim -
bd504d3
] - change(filter): test now uses dummy accordionConfig without tie to real accordion config [David Ichim -
90ce56e
]
🏠 Internal changes
- chore(accordion): fixed missing key warning and cleaned commented code from tests [David Ichim -
290f391
]
🏠 Documentation changes
🛠️ Others
- test: Fix AccordionFilter jest tests to include i18n [Alin Voinea -
eb1e849
] - i18n: Filter input placeholder [Alin Voinea -
6acbd1f
] - i18n [Alin Voinea -
68a8817
] - better key set to accordion on edit avoiding warning about key being index [David Ichim -
21bb15f
] - use the index of key instead of uid as the uid ended up performing a click every time you clicked on the accordion title [David Ichim -
0477d22
] - add missing commit where accordion filter only receives the accordion config [David Ichim -
db64f21
]
9.3.0
🚀 New Features
- feat: add contitions to use linking feature if the field 'Allow linking' is selected [Cretu Mihaela -
76e624d
] - feat: add selected items ids in query params and implement function to scroll to item if present in URL [Cretu Mihaela -
447c67e
]
🐛 Bug Fixes
- fix: fix hover and focused border for block child section [Claudia Ifrim -
4c18b4f
] - fix: updating URL when clicking on anchors inside accordion [Cretu Mihaela -
c2ecb89
]
🛠️ Others
- Release 9.3.0 [Alin Voinea -
1728aa1
] - add comment [Claudia Ifrim -
6ccecbf
] - update snapshots [Cretu Mihaela -
1ab81b5
] - remove setTimeout and fix useEffect [Cretu Mihaela -
4c765d7
] - move function outside the component [Cretu Mihaela -
aa5c542
] - remove 'allow linking' checkbox [Cretu Mihaela -
9456684
] - fix cypress test [Cretu Mihaela -
25d57b2
] - fix useEffect warning [Cretu Mihaela -
b7d28b4
]
9.2.0
9.1.0
🐛 Bug Fixes
- fix(accordion): block-chooser and power user menu display issues #76 from eea/develop [ichim-david -
c073473
] - fix(accordion): margin and padding of .item.accordion within power menu [David Ichim -
3a9c8f5
]
💅 Enhancements
- change(accordion): optionally load the menu.variables from eea theme or site theme [David Ichim -
e886074
]
🛠️ Others
- added several comments describing what that css fixes [David Ichim -
c084a1f
] - restore z-index value added by community contribution [David Ichim -
d78fc69
] - provide fallback values for variables just to be on the safe side regarding the optional imports [David Ichim -
0057892
] - lint fix [David Ichim -
d903580
] - udate version from 9.0.1 to 9.1.0 [Claudia Ifrim -
63d82cd
] - fix prettier [Claudia Ifrim -
beb35eb
] - Refs##255274 - fix css for columns block in accordion block [Claudia Ifrim -
3f01e69
] - test: Fix to work also with Volto 17.alpha / webpack 5 [Alin Voinea -
d17ae38
]
9.0.0
🚀 New Features
- feat: Add headline field to the block field. [Víctor Fernández de Alba -
5e0ef4e
] - feat: Add support for custom
blocksConfig
. Fix add new block to accordion button. [Víctor Fernández de Alba -bdf3e97
]
🐛 Bug Fixes
🏠 Internal changes
- chore: Cleanup unused .i18n.babel.config.js [Alin Voinea -
fc615e9
] - chore: Cleanup console warnings about styled and fluid [Alin Voinea -
527165f
]