Skip to content

Latest commit

 

History

History
734 lines (539 loc) · 67.7 KB

CHANGELOG.md

File metadata and controls

734 lines (539 loc) · 67.7 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

8.1.0 - 26 August 2024

🚀 New Features

  • feat(tabs): hide empty tabs, ref #273963 [Miu Razvan - 39c0af7]

🏠 Internal changes

  • chore: package.json [Alin Voinea - 244a1de]

🛠️ Others

  • test isTabEmpty function [Miu Razvan - d3e569c]
  • clean up [Miu Razvan - 4cf2260]
  • update empty tab logic [Miu Razvan - f859684]
  • fix [Miu Razvan - d532df2]
  • bump version [Miu Razvan - 93e4894]

8.0.1 - 6 August 2024

🐛 Bug Fixes

  • fix: Pass all errors to BlocksForm - refs #269086 [dobri1408 - 186d795]

8.0.0 - 22 April 2024

🚀 New Features

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

🛠️ Others

7.5.1 - 28 March 2024

💅 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 - 7 March 2024

💥 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 December 2023

🚀 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 - 4 December 2023

🐛 Bug Fixes

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

7.0.3 - 29 November 2023

🐛 Bug Fixes

  • fix: delete styles on tab - refs #260427 [dobri1408 - 6925c95]

7.0.2 - 24 November 2023

🐛 Bug Fixes

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

🛠️ Others

7.0.1 - 9 November 2023

🐛 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]

🛠️ Others

7.0.0 - 31 October 2023

🏠 Internal changes

🛠️ 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 also enter for horizontal template [David Ichim - d9e846b]
  • lint fix [David Ichim - 8a9f2f8]
  • preserve default markup if we have no icons to renamed accordion template back to Accordion responsive [David Ichim - c5b22cf]
  • fixed merge errors from previous commit and ensured that for schema we have no anonymous defaults [David Ichim - 78eb088]
  • Tests [Tiberiu Ichim - 7ed9a35]
  • Tests [Tiberiu Ichim - d6aea51]
  • Wrong type [Tiberiu Ichim - 4fc0cb1]
  • Merge from develop [Tiberiu Ichim - 9583965]
  • CSS cleanup [kreafox - b4129b4]
  • Remove default value for asset type [kreafox - 7e4a4c6]
  • Fix cypress tests [kreafox - ed5485b]
  • Improve menu icons [kreafox - ed8467e]
  • Menu asset improvements [kreafox - 5d93b2e]
  • Fix default values on templates [kreafox - a3c6a78]
  • Update tab schema fields [kreafox - 257aaca]
  • Use cloneDeepSchema helper from volto [kreafox - d28f571]
  • WIP on schema defaults [Tiberiu Ichim - 351ccd6]
  • WIP on schema defaults [Tiberiu Ichim - f7e344d]
  • WIP: icon/image in menu items [kreafox - 69c35e6]
  • Update block extension mechanism by using variations [kreafox - 8dd2fae]
  • WIP: Tabs block improvements [kreafox - fb7cad8]

6.0.3 - 19 October 2023

6.0.2 - 17 October 2023

🏠 Internal changes

  • chore: husky, lint-staged use fixed versions [valentinab25 - 574d49b]
  • chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - f525f94]

6.0.1 - 3 October 2023

🐛 Bug Fixes

  • fix(edit): block description due to typo [David Ichim - 942dbb4]

💅 Enhancements

  • change(tabs): refactor accordion template to use accordion classes refs #256605 #63 from eea/fix-inverted-css [ichim-david - 5d29463]
  • change(tabs): removed styling for RRT_accordion regarding colors since the options were removed [David Ichim - 23e33b1]
  • change(tabs): removed theme styling from package as we already have the styling in volto-eea-design-system [David Ichim - d4280b1]
  • change(responsive-tabs): removed rtabs styling, pointing and secondary option from accordion template [David Ichim - e084ccc]

🏠 Documentation changes

  • docs: Update README and DEVELOP [Alin Voinea - e35251d]

🛠️ Others

  • test: increase cypress timeout [ana-oprea - e3175ba]
  • restore test to bump test coverage [David Ichim - fbc2291]
  • end cypress tests with contains statements [David Ichim - 8bae801]
  • comment cypress flaky test for now [David Ichim - 3e679be]
  • added pointing and secondary tab options also to the accordion responsive template for backward compatibility [David Ichim - 7a03e3d]
  • removed color property condition regarding theme colors as that concerns only the accordion template [David Ichim - a6f975a]
  • break basic block test into 2 tests since we tested the carousel template [David Ichim - ef2c02b]
  • modified accordion template test to catch more conditions thus increasing test coverage [David Ichim - 2345325]
  • add tabs-secondary-variant class tabs for default and accordion variant [David Ichim - ff9d558]
  • typo fixing in carousel template [David Ichim - 56341d0]
  • lint fix [David Ichim - fb5b681]
  • bump package version due to major changes to themes functionality [David Ichim - c889732]
  • lint fix [David Ichim - 2ef951f]
  • bring back logic that reads the width of the component to determine if we have accordion or tabs [David Ichim - 807ce46]
  • removed extra scrollbar when editing the tab name [David Ichim - 76f8702]
  • bring back resize detector in order to correctly get the re-render of tab to accordion [David Ichim - 0d72f04]
  • Update 01-block-tabs.cy.js [dobri1408 - 85a0fdb]
  • test accordion template [Dobricean Ioan Dorian - 58ba666]
  • add test [Dobricean Ioan Dorian - 02b47d0]
  • fix stylelint [Dobricean Ioan Dorian - a9c0c2d]
  • remove resizedetector [Dobricean Ioan Dorian - 37cf3c5]
  • tabs [Dobricean Ioan Dorian - e6a1a45]
  • remove RRT_accordion styles [Dobricean Ioan Dorian - d82887a]
  • WIP using accordion classes instead of relying on styling menu as accordion [David Ichim - e50ef8b]
  • fix css inverted [Dobricean Ioan Dorian - fdf86b5]

6.0.0 - 26 September 2023

🚀 New Features

  • feat: add contition to use linking feature if the field 'Allow linking' is selected [Cretu Mihaela - 219aea5]
  • feat: add selected tab id in query params [Cretu Mihaela - 11aa9ab]

🏠 Internal changes

  • style: lint-staged reorder in package.json [Alin Voinea - 2b42a62]

🛠️ Others

  • Release 6.0.0 [Alin Voinea - 3d88327]
  • test: Add cypress tests to increase coverage [Crețu Mihaela - ae3ae66]
  • test: EN locales, pre-commit fix, feature PRs checks Refs #257193 [valentinab25 - df9b88d]
  • i18n: Add en [Alin Voinea - 352b810]
  • remove 'allow linking' checkbox [Cretu Mihaela - f414fdf]

5.1.0 - 28 August 2023

🚀 New Features

  • feat(i18n): Add i18n support and pt_BR translation #62 from andreclimaco/develop [ichim-david - 7c64ce8]

🐛 Bug Fixes

  • fix:console error in HorizontalResponsiveView and HorizontalResponsiveEdit [André Clímaco - e80acd4]

🏠 Internal changes

  • chore: restore setting of children instead of items reverting the changes from e80acd [David Ichim - d4e8385]
  • chore(docs): update README with the correct path to the gif #61 from eea/docs [ichim-david - 8b75a86]

🏠 Documentation changes

  • docs: update README with the correct path to the gif [ana-oprea - 53989f7]

🛠️ Others

  • prettier fix [David Ichim - ac3e199]
  • bump package version [David Ichim - 011a9f0]
  • lint fix after i18n enhancements from community [David Ichim - c46f8e1]
  • test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 - 21697b3]
  • Add i18n support and pt_BR translation [André Clímaco - dfb1e66]

5.0.8 - 18 August 2023

🏠 Internal changes

  • chore: Improve arrows when template is carousel horizontal -refs#256604 [dana-cfc4 - 36d590a]

🏠 Documentation changes

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

🛠️ Others

  • Merge pull request #64 from eea/improve-carousel-horizontal-template [Andrei Grigore - aecd802]

5.0.7 - 26 July 2023

🐛 Bug Fixes

  • fix: console error in DefaultView - refs #253293 [Teodor Voicu - 361798b]

🏠 Documentation changes

  • docs: add demo gif - refs #253277 [ana-oprea - a54f828]

5.0.6 - 5 July 2023

5.0.5 - 4 July 2023

5.0.4 - 13 June 2023

🛠️ Others

  • test: add unit tests for helpers - refs #253277 [ana-oprea - aa270d7]

5.0.3 - 12 June 2023

🏠 Internal changes

🛠️ Others

  • test: jest should look for addons in node_modules Refs #253277 [valentinab25 - e3b0519]
  • test: Fix test config, coverage Refs #253277 [valentinab25 - 82d25a1]

5.0.2 - 19 May 2023

🐛 Bug Fixes

  • fix: git lint not ok #252540 [Andrei Grigore - 8f6aaf9]

🛠️ Others

  • same name consistency [Andrei Grigore - 2dd0742]
  • lint [Dobricean Ioan Dorian - 85bb068]
  • lint [Dobricean Ioan Dorian - 5d3d44a]
  • lint [Dobricean Ioan Dorian - 2086359]
  • lint [Dobricean Ioan Dorian - 9cb8474]
  • final [Dobricean Ioan Dorian - 6b502c7]
  • accordion ready [Dobricean Ioan Dorian - 224f397]
  • horizontal responsive edit [Dobricean Ioan Dorian - 846f618]
  • horizontal [Dobricean Ioan Dorian - 877e906]
  • horizontal [Dobricean Ioan Dorian - 9d8c0dc]
  • horizontal [Dobricean Ioan Dorian - 2ceb2d6]
  • resize handler [Dobricean Ioan Dorian - 94d825e]
  • inverted & icon & style & reverse [Dobricean Ioan Dorian - 9b703c6]
  • inverted & icon & style & reverse [Dobricean Ioan Dorian - aa9706b]
  • edit blocks [Dobricean Ioan Dorian - d4b8126]
  • accordion design [Dobricean Ioan Dorian - 943a842]
  • remove useeffect [Dobricean Ioan Dorian - 461d325]
  • accordion [Dobricean Ioan Dorian - a9c4e85]
  • lint [Dobricean Ioan Dorian - f920a0e]
  • first [Dobricean Ioan Dorian - 6c305aa]
  • remove data content jj [dobri1408 - 2464dee]
  • lint [Dobricean Ioan Dorian - 44e74f7]
  • lint [Dobricean Ioan Dorian - 8901729]
  • lint [Dobricean Ioan Dorian - 08d2b07]
  • seo slides and printing styles for carousel [Dobricean Ioan Dorian - 5ec312b]
  • remove big border [Dobricean Ioan Dorian - fff673d]
  • default & horizontal responsive [Dobricean Ioan Dorian - f2b3444]
  • accordion template [Dobricean Ioan Dorian - 5649125]
  • fix select [Dobricean Ioan Dorian - 7628e86]

5.0.1 - 16 May 2023

5.0.0 - 24 April 2023

🚀 New Features

  • feat(SEO): Render content of all tabs initially for SEO optimization and use CSS to hide non-active ones - refs #250207 [dobri1408 - f3499f2]

🐛 Bug Fixes

  • fix(tabs): scrollToElement on mount of View templates [nileshgulia1 - be6a6fb]

💅 Enhancements

  • refactor(code): Cleanup code as per sonarqube issues [Teodor Voicu - 5b73ca6]
  • refactor(helpers): make getParentTabFromHash bulletproof refs#153601 [nileshgulia1 - 890ac8c]

🏠 Internal changes

  • chore(package.json): update package version from 4.0.1 to 5.0.0 [Miu Razvan - e0fee6f]
  • chore: fix eslint refs #153601 [nileshgulia1 - 79589b7]

🛠️ Others

  • Merge pull request #35 from eea/fix-tab-anchors-scroll [Nilesh - 532f05b]
  • clean up code [Miu Razvan - 0228e2d]
  • prettier fix [Miu Razvan - cb7564c]
  • fix onSelectBlock callback [Miu Razvan - 5af17e6]
  • revert breaking changes [Miu Razvan - ff1fc59]
  • bump major version [nileshgulia1 - 4fbae52]
  • move slug check to volto-anchors [nileshgulia1 - 1e33c22]
  • fix scrolling onTabChange [nileshgulia1 - 7051676]
  • fix scroll to target [nileshgulia1 - 02edb7b]
  • scrollToTarget method [nileshgulia1 - d6732e1]
  • re add hocs, not a breaking change [nileshgulia1 - a1bb60b]
  • scroll to anchors computed from hash [nileshgulia1 - 9a3da29]

4.0.1 - 4 April 2023

🚀 New Features

  • feat(EditBlockWrapper.jsx): add buildStyleClassNamesFromData helper function to import [Miu Razvan - b3cd3c8]

🐛 Bug Fixes

  • fix(Edit.jsx): add key prop to MenuItem component to avoid warning in console [Miu Razvan - 55cc784]

🛠️ Others

4.0.0 - 10 March 2023

🏠 Internal changes

  • chore(accordion): Cleanup menuColor [Alin Voinea - de63905]
  • chore(typo): Fix typo accesibilty [Alin Voinea - cc7754e]

🛠️ Others

  • Release 4.0.0 [Alin Voinea - 8fc4cc9]
  • test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - 3348950]

3.0.1 - 16 November 2022

🛠️ Others

  • test(estlint): Fix .project.eslintrc.js [Alin Voinea - 68e194b]
  • test(cypress): Fix failing tests [Alin Voinea - 51ce4e7]

3.0.0 - 27 October 2022

🛠️ Others

  • Cleanup [Alin Voinea - 655a0fd]
  • Cleanup [Miu Razvan - d734099]
  • Cleanup [Alin Voinea - 684a899]
  • Update dependencies [Alin Voinea - 6ce84d1]

2.2.1 - 21 October 2022

💅 Enhancements

  • change(tabs): removed bottom margin from tabs menu [David Ichim - e9a1089]
  • change(tabs): add padding also to horizontal plane for tab panel [David Ichim - 55afa26]

🛠️ Others

2.2.0 - 25 August 2022

🛠️ Others

  • Update package.json [ichim-david - 11a0af2]
  • use volto@16.0.0-alpha.14 in cypress tests [Miu Razvan - 80817ac]
  • imporve accordion break point [Miu Razvan - 39a6580]
  • clean up [Miu Razvan - 3735cd1]
  • update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - ea75f81]

2.1.0 - 1 July 2022

🛠️ Others

  • Release 2.1.0 [Alin Voinea - 3cdfa30]
  • Squashed commit of the following: [Alin Voinea - ca241f5]

2.0.2 - 16 June 2022

2.0.1 - 10 June 2022

🛠️ Others

  • stylelint [Miu Razvan - 267fbdb]
  • Prettier fix [Miu Razvan - 5ac20a8]

2.0.0 - 8 June 2022

🛠️ Others

  • Update [Miu Razvan - 525551e]
  • Improve accordion variation [Miu Razvan - e95977e]
  • Release 2.0.0 [Alin Voinea - 1206ab1]
  • Update accordion template title [Miu Razvan - 4b8def3]
  • stylelint [Miu Razvan - 13ef886]
  • stylelint [Miu Razvan - d29ff73]
  • stylelint [Miu Razvan - 73195f6]
  • prettier [Miu Razvan - 8308f52]
  • Remove useless from block title [Alin Voinea - 4ab8b58]

1.3.2 - 3 June 2022

🐛 Bug Fixes

  • fix(edit): Align inner blocks toolbar CSS with columns/accordion/group block [Alin Voinea - b51fe35]

1.3.1 - 29 April 2022

1.3.0 - 6 April 2022

🛠️ Others

  • Fix tests [Miu Razvan - fdc74d9]
  • Bump version [Miu Razvan - acfef41]
  • Change z-index for slide-arrows [Miu Razvan - 97baed1]
  • update [Miu Razvan - 26bfd0e]
  • update [Miu Razvan - 542d0cd]
  • Make horizontal-responsive work [Miu Razvan - bb1d81e]
  • Add horizontal responsive template [Miu Razvan - c6e6cca]
  • Let theme addon to set default values for default template schema [Miu Razvan - 55f148d]
  • Render pane as container if tabs-block has full-width class [Miu Razvan - bbffb96]
  • Refactor default template [Miu Razvan - 58eff52]

1.2.12 - 21 January 2022

1.2.11 - 4 January 2022

1.2.10 - 3 January 2022

🛠️ Others

  • more tests [Daniela Mormocea - 0e30f6e]
  • more cy tests [Daniela Mormocea - 3aff15c]

1.2.9 - 18 December 2021

🛠️ Others

1.2.8 - 10 December 2021

🛠️ Others

  • Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - d10c0b3]

1.2.7 - 27 August 2021

🛠️ Others

  • Remove hard dependencies to Volto add-ons [Alin Voinea - 58c579e]

1.2.6 - 29 July 2021

🛠️ Others

  • Release 1.2.6 [Tiberiu Ichim - b316664]

1.2.5 - 29 July 2021

🛠️ Others

  • Move less import in View instead of Edit [Tiberiu Ichim - 84aeff0]
  • gitignore tweaks [Tiberiu Ichim - f4c993d]
  • Style update [razvanMiu - 323aaaf]
  • Fix 'scroll to' feature on carousel [razvanMiu - 16c6a08]
  • Better accesibility [razvanMiu - 3511611]
  • Updated Jenkins dependencies [razvanMiu - 24471fd]
  • Add jest configuration [valentinab25 - c01b021]

1.2.4 - 27 May 2021

🛠️ Others

  • Added z-index [razvanMiu - 5aa8221]

1.2.3 - 24 May 2021

🛠️ Others

  • Fix block remaining selected when not needed [razvanMiu - a4d7ef7]

1.2.2 - 12 May 2021

🛠️ Others

  • Update style for menu title & description [razvanMiu - 0683074]
  • Updated styles [razvanMiu - 104f8ab]
  • Prettier [razvanMiu - f1dd4bc]
  • Improved default view; Changed carousel icon [razvanMiu - b958b03]
  • Refs #129216 width tweaks for tabs area [David Ichim - ad29233]
  • Update carousel.less [Miu Razvan - 80a42f2]

1.2.1 - 8 April 2021

🛠️ Others

  • Release 1.2.1 [razvanMiu - 1033575]
  • Lint & Stylelint & Prettier fix [razvanMiu - 8b77e89]
  • Changed the style of carousel dots [razvanMiu - 19b6a7d]
  • Refs #129216 changed the following: [David Ichim - e2b4af6]
  • Refs #129216 changed the following: [David Ichim - 99e7584]
  • Refs #129216 added menuPosition property to default component: [David Ichim - c582d42]
  • Update [razvanMiu - b160ab6]

1.2.0 - 2 April 2021

🛠️ Others

  • Release 1.2.0 [razvanMiu - a2f6fba]
  • Make use of block-style to apply style based on active tab [razvanMiu - d383eab]
  • Prettier [razvanMiu - 092eb10]
  • Added keys [razvanMiu - e2be1f7]
  • Carousel improvments [razvanMiu - 7114850]
  • Fixed simple markdown [razvanMiu - f71039c]
  • Overwrite colomns-block toolbar style [razvanMiu - a13674b]
  • Removed volto-slate [razvanMiu - 578ff30]

1.1.0 - 23 March 2021

🛠️ Others

  • Release 1.1.0 [razvanMiu - d5572ee]
  • Moved toolbar back to left [razvanMiu - a23bcf5]

1.0.1 - 23 March 2021

🛠️ Others

  • Release 1.0.1 [razvanMiu - 5841f82]
  • Fixed title [razvanMiu - 4c0d843]

1.0.0 - 22 March 2021

🛠️ Others

  • Release 1.0.0 [razvanMiu - a133769]
  • Typo [razvanMiu - 7336cbd]
  • Added slate dependency [razvanMiu - 631994e]
  • Lint & Stylelint & Prettier fix [razvanMiu - 3933ed5]
  • Fix conflicts [razvanMiu - 70d7368]
  • Added titles [razvanMiu - e38ab7f]
  • Fix some bugs [razvanMiu - 2f0b702]
  • Volto tabs block new version [razvanMiu - 94ccf45]
  • Update README.md [ichim-david - 12386a4]

0.4.2 - 8 December 2020

🛠️ Others

  • Make the block's view component work well again [Silviu Bogan - 0280705]
  • Solve browser console error (tested) [Silviu Bogan - 90649fd]
  • Don't break on missing blocks [Tiberiu Ichim - fd008f7]
  • Changelog [Tiberiu Ichim - dcbd932]
  • Export GRID; rename default extension [Tiberiu Ichim - 275928b]
  • Add changelog [Tiberiu Ichim - ec09943]
  • Cleanup tocnav info [Tiberiu Ichim - e0a7103]

0.4.1 - 23 September 2020

🛠️ Others

  • Rename block to Tabs section [Tiberiu Ichim - ca90296]

0.4.0 - 19 September 2020

🛠️ Others

  • Update readme [Tiberiu Ichim - 80f5d5b]
  • Properly load volto-object-widget dependency [Tiberiu Ichim - 57bc332]
  • Remove bind [Tiberiu Ichim - 8542779]
  • Replace contextData fixed_for_edit with a reducer [Tiberiu Ichim - 99e88f8]
  • WIP on no form context [Tiberiu Ichim - de2cb2b]

0.3.0 - 15 September 2020

🛠️ Others

  • Don't use mostUsed for block registration [Tiberiu Ichim - 4db7146]
  • Add TOC navigation view option [kreafox - c4aa513]
  • Also export messages [Tiberiu Ichim - 54dd59d]
  • Fix bug in withBlockExtension [Tiberiu Ichim - de5fcc4]
  • Allow DefaultTabRenderer to be reused [Tiberiu Ichim - 1f39d59]
  • Add schema extender [Tiberiu Ichim - 517f0eb]
  • Added WIP block extension mechanism [Tiberiu Ichim - 8fe3543]
  • Update docs [Alin Voinea - 4c5f9bd]

0.2.2 - 29 August 2020

🛠️ Others

  • Fix theming [Tiberiu Ichim - d343ddb]

0.2.1 - 25 August 2020

🛠️ Others

  • Release 0.2.1 [Alin Voinea - be9ebee]
  • Fix can't read length of null [Alin Voinea - 1dc475c]
  • Fix small bug [Tiberiu Ichim - 4af9ef0]
  • Handle tab deletion [Tiberiu Ichim - eaf58c6]
  • WIP to handle tab deletion [Tiberiu Ichim - 2732a3d]
  • Create empty placeholder blocks where there are no blocks [Tiberiu Ichim - d6a4930]
  • Update README.md [Tiberiu Ichim - 21b66d3]
  • Reorder LICENSE for github interface [Alin Voinea - fda5722]
  • Try github license [Alin Voinea - d4f3aee]

0.2.0 - 20 August 2020

🛠️ Others

  • Update docs [Alin Voinea - 3216ead]
  • Rename to @eeacms/volto-tabs-block [Alin Voinea - 63e0dbb]

0.1.0 - 20 August 2020

🛠️ Others

  • Added css class field [Tiberiu Ichim - e5ceecf]
  • Added css class field [Tiberiu Ichim - 744da34]
  • Prettier files [Tiberiu Ichim - fd371e0]
  • Add dependencies to useEffect in TabsBlockView [Tiberiu Ichim - 6e3d2d7]
  • Use router.location.key for better namespacing [Tiberiu Ichim - f95a10b]
  • Use router.location.key for better namespacing [Tiberiu Ichim - 33a63e5]
  • Namespace tabs by pathname [Tiberiu Ichim - e0d11bc]
  • Namespace tabs by pathname [Tiberiu Ichim - 8183741]
  • Update README.md [Tiberiu Ichim - d92265f]
  • Update README.md [Tiberiu Ichim - dde16bd]
  • Cleanup [Tiberiu Ichim - 587d2cf]
  • good to go [Tiberiu Ichim - 7e1e36b]
  • WIP [Tiberiu Ichim - f30ec8c]
  • WIP [Tiberiu Ichim - 426a562]
  • Add tabs transition [Alin Voinea - 2beca76]
  • More border cleanup [Alin Voinea - bc25302]
  • Cosmetics: Fix pointing for right/bottom position [Alin Voinea - 65b6eab]
  • Cosmetics: Fix pointing for right/bottom position [Alin Voinea - 129516b]
  • Fixes [Tiberiu Ichim - d4523cd]
  • Cosmetics: use @tealBackground [Alin Voinea - 0d97e39]
  • Make tabs position configurable [Alin Voinea - 32aef34]
  • Fix reducer [Tiberiu Ichim - b5f3283]
  • Fix tab as section [Tiberiu Ichim - c888ede]
  • Use vertical grid settings [Tiberiu Ichim - 8b7b362]
  • WIP on reducer [Tiberiu Ichim - fa2d900]
  • Wrap blocks in tab.pane [Tiberiu Ichim - 571c379]
  • Improve handling of content in reducer [Tiberiu Ichim - ba350b4]
  • Cosmetics [Alin Voinea - a937323]
  • Update README.md [Tiberiu Ichim - 3acc0af]
  • Create README.md [Tiberiu Ichim - 8883397]
  • Properly initialize tabs on new block creation [Tiberiu Ichim - d63e06d]
  • WIP on tabs implementation [Tiberiu Ichim - 298e3d8]
  • WIP on tabs implementation [Tiberiu Ichim - c3fc9af]
  • WIP on tabs implementation [Tiberiu Ichim - acc0147]
  • WIP on tabs implementation [Tiberiu Ichim - 8e192d9]
  • WIP on tabs implementation [Tiberiu Ichim - 27c3290]
  • WIP on tabs implementation [Tiberiu Ichim - 770ab04]
  • WIP on tabs implementation [Tiberiu Ichim - b3a3336]
  • WIP on tabs implementation [Tiberiu Ichim - d0fa87a]
  • WIP on tabs implementation [Tiberiu Ichim - be8485a]
  • WIP on tabs implementation [Tiberiu Ichim - 69dc916]
  • Added initial package [Tiberiu Ichim - 4d664fd]