Skip to content

Releases: eea/volto-tabs-block

8.0.0

22 Apr 18:40
e2bad70
Compare
Choose a tag to compare

🚀 New Features

  • feat: Release 8.0.0 - Volto 17 support [alin - 57dd000]
  • feat: Volto 17 support - Refs #264527 [EEA Jenkins - 80b384c]

7.5.1

28 Mar 14:36
f988efb
Compare
Choose a tag to compare

💅 Enhancements

  • change(accordion): added menu-item-text class to accordion tab span [David Ichim - 6dad8b1]

🏠 Internal changes

  • style: Automated code fix [eea-jenkins - 730f20c]

7.5.0

07 Mar 07:33
2f7fc23
Compare
Choose a tag to compare

💥 Breaking Change

  • breaking(tabs): use DefaultEdit variation as base for responsive accordion edit Refs #266327 #85 from eea/develop [ichim-david - 2f7fc23]
  • breaking(tabs): menu-item-text markup is now span instead of p tag [David Ichim - 5aa7981]

🐛 Bug Fixes

  • fix(tests): after change from p tag to reference the .menu-item-text class [David Ichim - 9a45825]
  • fix: update 'Add Tabs default template' cypress test - Default tabs text to be inside a span within the tab link instead of a p tag [Claudia Ifrim - 4209573]
  • fix: remove AccordionEdit import form index [Claudia Ifrim - 24323cc]

💅 Enhancements

  • change(tabs): use default edit for accordion tab edit [David Ichim - 7ed5f4e]

🏠 Internal changes

  • style: Automated code fix [eea-jenkins - e37f2d4]
  • style: Automated code fix [eea-jenkins - 0520da7]

🛠️ Others

  • Bump package version to 7.5 from 7.0.5 [David Ichim - a675429]
  • Prettier and stylelint [David Ichim - f6182d1]
  • Fixed call to stylelint within MakeFile [David Ichim - dd53ee8]
  • Revert "update" [David Ichim - ceb8ab7]
  • fix cypress [Razvan - 6fe2bb4]
  • Update react-slick version to 0.30.1 [David Ichim - 3369176]
  • update [Razvan - 61b19e8]
  • use DefaultEdit variation for responsive accordion, Refs #266327 [Razvan - 11acf6c]

7.0.5

10 Dec 20:28
f09d8aa
Compare
Choose a tag to compare

🚀 New Features

  • feat: add more tests for view/edit component [hazigabriel - 72d0467]
  • feat: refactor custom useQuery hook to avoid uncessary rerender [hazigabriel - 6f28052]

🐛 Bug Fixes

  • fix: add jest config to fix jenkins error [hazigabriel - 63fa962]

7.0.4

04 Dec 14:11
0084f07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: check if schema.propierties.data exists - Refs #261239 [dobri1408 - 4bf628e]

7.0.3

29 Nov 16:01
0179dd8
Compare
Choose a tag to compare

🐛 Bug Fixes

7.0.2

24 Nov 10:18
c1ea9e7
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(menu): Update secondary pointing inverted active border color variable in menu [David Ichim - d8a7837]

7.0.1

09 Nov 15:34
f620621
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(tabs): default view style due to missing class found on edit #75 from eea/develop [ichim-david - f620621]
  • fix(tabs): added missing tabs-secondary-variant class to default tab view template [David Ichim - a122359]

7.0.0

31 Oct 16:28
a48175f
Compare
Choose a tag to compare

🛠️ Others

  • Release 7.0.0 with variation support, icons for titles and i18n improvements #74 from eea/develop [ichim-david - a48175f]
  • Added a few upgrade notes regarding 7.0.0 release within README.md [David Ichim - 6c13da1]
  • Added tablist role for the menu section of default and accordion template [David Ichim - 6af71e3]
  • Speed up animation by making max height of accordion to 1000px [David Ichim - beb741a]
  • lint :( [David Ichim - cae4d48]
  • Don't add background when using pointing option [David Ichim - 69d3dfe]
  • modified variable names for clearer context [David Ichim - 8cb0444]
  • Removed extra border when using inverted pointing secondary [David Ichim - 5fab8f1]
  • Add important to menuItemInvertedTextColor item color [David Ichim - 45a5e75]
  • Add cursor to any .ui.item from tabs-block [David Ichim - 1fea949]
  • Make selectors more specific due to semantic ui styling [David Ichim - 1b3e1b5]
  • Set grey bg with text color on inverted secondary menu [David Ichim - f2635a5]
  • Set hover color to white for inverted menu from tabs [David Ichim - 5fcad8e]
  • Fixed space key blocking when tab turns into input after double click [David Ichim - 361fe59]
  • lint fix [David Ichim - 9b6a2b8]
  • Re-organize imports, vs code auto import sucks [David Ichim - 1320e92]
  • Use css animation for accordion from tab [David Ichim - adcbc36]
  • Variations support, tabs can have an icon besides title using Semantic or Image icons #73 from eea/menu-icons [ichim-david - 263dd99]
  • Updated Default Tab test to also check for space key and toggling over menu position [David Ichim - cb3a576]
  • Ensure slick slide is accessible by hiding the visibility on non active slides [David Ichim - e0afc97]
  • Use role presentation for tab-container to avoid the double tab mention while still pleasing eslint-jsx-a11y [David Ichim - 6e29125]
  • Use a negative tab index for responsive tab container [David Ichim - 771997d]
  • Removed focus color change for tabs, let site or browser settings affect the focus styles [David Ichim - 196c38f]
  • Removed .text selector from horizontal responsive since text option isn't on by default anymore [David Ichim - b3adcce]
  • Removed default menuCompact, menuFluid and MenuText [David Ichim - 250551a]
  • Tweak defaults to use fluid secondary pointing class for all templates [David Ichim - b040268]
  • Use default instead of defaultValue in order for options to also appear as checked or unchecked in stock Volto [David Ichim - dadb61f]
  • updated translations with latest additions [David Ichim - d962caa]
  • bring back accordion schema as an enhancer that contained translations [David Ichim - c9b8823]
  • Use full path imports to avoid silent circular imports [David Ichim - 3ae2a73]
  • code cleanup and suggestion fixes given by Pycharm [David Ichim - 599b72e]
  • Export carouselSchemaExtender used for carousel templates [David Ichim - 035a43f]
  • Modify default schema to act as default schema extender [David Ichim - 1c9eb7f]
  • Tabs can now be navigated with tab on edit [David Ichim - 1165b6a]
  • Accordion Edit now uses the MenuItem from Default Edit.jsx [David Ichim - 3d0454a]
  • fixed typo instrunctions [David Ichim - 67af0fe]
  • insert a wait on carousel test since there is a slide in on content [David Ichim - 5018c47]
  • Bump package to 7 [David Ichim - cb24695]
  • Fixed description referencing in Default Edit Template [David Ichim - b0daf12]
  • Linting :( [David Ichim - ac76173]
  • Modified icon sizes to use small, medium and large and style image and icon sizes to be the same [David Ichim - 78a6eb2]
  • Removed AnimateHeight from accordion Edit template [David Ichim - eaa5e00]
  • Use object_browser instead of attached image for image asset type [David Ichim - 29fdb67]
  • lint fix [David Ichim - 18903fb]
  • Fixed missing Tab creation when adding new tab [David Ichim - 4adace2]
  • Set blockSchema in config instead of in Edit.jsx and removed icon description that is eea only [David Ichim - f10230c]
  • Remove duplication of Asset Tab logic by refactoring into own Component [David Ichim - 52d0514]
  • Removed static alt title for image and set tab title to image when hideTitle is enabled [David Ichim - 724f7ff]
  • fix test by having proper variation name that was accordion and not accordionResponsive [David Ichim - 7c47ee0]
  • Added format messages to the default tab schema [David Ichim - d1503e3]
  • Use Volto 16 for Jenkins tests until we are compatible with 17 [David Ichim - 2b67e55]
  • updated test to also handle double click on edit and clicking around tabs [David Ichim - 843f44b]
  • enable pointing and secondary option and added some basic styling for tabs transformed into accordions [David Ichim - 31baef7]
  • avoid double title if icon is enabled and removed rrt styles [David Ichim - b29941f]
  • removed unused parameter variation for linting purposes [David Ichim - 9b4f03e]
  • removed theme set for color and test al...
Read more

6.0.3

19 Oct 13:42
5932ce4
Compare
Choose a tag to compare
Merge pull request #72 from eea/develop

Update README.md