Skip to content

Releases: eea/volto-accordion-block

10.1.1

23 Aug 08:56
3dc9248
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(filter): export component [kreafox - 13bc2ff]

🛠️ Others

  • test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - 666342e]

10.1.0

18 Aug 13:52
043b31f
Compare
Choose a tag to compare
Merge pull request #88 from eea/develop

fix(accordion): selection of active accordion using tab and enter (#87)

10.0.0

17 Aug 17:15
c100969
Compare
Choose a tag to compare

💥 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

  • docs: Cleanup Makefile, update DEVELOP documentation, i18n - Refs #254894 [valentinab25 - f7e97d4]

🛠️ 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

26 Jul 20:15
7902f29
Compare
Choose a tag to compare

🚀 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

19 Jul 13:22
29260df
Compare
Choose a tag to compare

🚀 New Features

  • feat: make className prop available to View component [Dante Álvarez - 8c12c28]

🐛 Bug Fixes

  • fix: th showRestricted option should be used from the configs [Claudia Ifrim - fe9695a]

🛠️ Others

  • Release 9.2.0 [Alin Voinea - 3f77074]

9.1.0

13 Jul 15:44
c073473
Compare
Choose a tag to compare

🐛 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

28 Jun 18:54
4ab97c0
Compare
Choose a tag to compare

🚀 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

  • fix: Fix i18n make command and eslint - Refs #254894 [Alin Voinea - 38bc517]

🏠 Internal changes

  • chore: Cleanup unused .i18n.babel.config.js [Alin Voinea - fc615e9]
  • chore: Cleanup console warnings about styled and fluid [Alin Voinea - 527165f]

🛠️ Others

  • i18n: Add Romanian [Alin Voinea - ecb7414]
  • test: Add cypress for accordion in DX Layout - Refs #254894 [Alin Voinea - 3c9b757]
  • test: add unit tests View and AccordionEdit - Refs #253277 [ana-oprea - 4b780ec]

8.1.0

12 Jun 18:33
a6b6d49
Compare
Choose a tag to compare

🚀 New Features

  • feat(i18n): Added Brazilian Portuguese translation [Érico Andrei - 913d814]

🛠️ Others

  • Release 8.1.0 [Alin Voinea - ae29f46]
  • test: jest should look for addons in node_modules Refs #253277 [valentinab25 - d077684]
  • test: Add unit tests for util - Refs #253277 [ana-oprea - 9385394]
  • test: Fix test config, coverage Refs #253277 [valentinab25 - 67a0667]

8.0.0

24 Mar 17:55
38e884e
Compare
Choose a tag to compare

🚀 New Features

  • feat(paste): Possibility to cut/copy/paste blocks within/from accordion block - Refs #157469 [dobri1408 - ae0f71a]

7.1.0

10 Mar 21:43
086c801
Compare
Choose a tag to compare

💅 Enhancements

  • feat(a11y): Make accordion accesible [Alin Voinea - #61]

🛠️ Others

  • test(cypress): Use latest stable Volto for tests [Alin Voinea - 161325b]
  • Release 7.1.0 [Alin Voinea - 207318f]