Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@eeacms/volto-accordion-block

eea5.6kMIT11.0.3

volto-accordion-block: Volto accordion block

volto-addon, volto-accordion, volto, plone, react

readme

volto-accordion-block

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto accordions block.

Features

Volto Block Accordion

Getting started

Try volto-accordion-block with Docker

  git clone https://github.com/eea/volto-accordion-block.git
  cd volto-accordion-block
  make
  make start

Go to http://localhost:3000

Add volto-accordion-block to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

    docker compose up backend
  2. Start Volto frontend

  3. If you already have a volto project, just update package.json:

     "addons": [
         "@eeacms/volto-accordion-block"
     ],
    
     "dependencies": {
         "@eeacms/volto-accordion-block": "*"
     }
  4. If not, create one:

     npm install -g yo @plone/generator-volto
     yo @plone/volto my-volto-project --canary --addon @eeacms/volto-accordion-block
     cd my-volto-project
  5. Install new add-ons and restart Volto:

    yarn
    yarn start
  6. Go to http://localhost:3000

  7. Happy editing!

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

changelog

Changelog

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

Generated by auto-changelog.

11.0.3 - 11 October 2024

11.0.2 - 13 September 2024

:house: Internal changes

  • chore: package.json [Alin Voinea - 8160a74]

11.0.1 - 6 August 2024

:rocket: New Features

  • feat: Update Edit.jsx to pass errors to BlocksForm - refs #269086 [dobri1408 - dcda77c]

11.0.0 - 22 April 2024

:rocket: New Features

  • feat: Volto 17 support - refs #264527 [EEA Jenkins - ce3484b]

:house: Internal changes

  • chore: package.json [Alin Voinea - 76ce14b]

:hammer_and_wrench: Others

  • Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - 433ebf7]
  • Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - f505736]
  • Add Sonarqube tag using insitu-frontend addons list [EEA Jenkins - 97e6efa]
  • test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - 5f1c692]
  • test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - 026d927]
  • test: Update jest,Jenkinsfile,lint to volto-addons-template PR30 [valentinab25 - 6c2690c]

    10.4.6 - 18 January 2024

:hammer_and_wrench: Others

  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - 12f799a]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - 937a4e1]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - fc0f16a]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - 8240697]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - 1f88bab]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - e4312b7]
  • test: [JENKINS] fix jest config, fail with logs on coverage [valentinab25 - afb8392]

    10.4.5 - 10 December 2023

10.4.4 - 24 November 2023

:bug: Bug Fixes

  • fix(performance): use cloneDeepSchema for cloning the schema to avoid potential errors [David Ichim - 725ed0d]

:house: Internal changes

  • chore: [JENKINS] Refactor automated testing [valentinab25 - cfdf1cd]

:hammer_and_wrench: Others

  • test: [JENKINS] Use java17 for sonarqube scanner [valentinab25 - 0766840]
  • test: [JENKINS] Run cypress in started frontend container [valentinab25 - d96919b]
  • test: [JENKINS] Add cpu limit on cypress docker [valentinab25 - 4243468]
  • test: [JENKINS] Increase shm-size to cypress docker [valentinab25 - 41fe792]
  • test: [JENKINS] Improve cypress time [valentinab25 - c8dc782]

    10.4.3 - 17 October 2023

:house: Internal changes

  • chore: husky, lint-staged use fixed versions [valentinab25 - d67a60f]

10.4.2 - 16 October 2023

:house: Internal changes

  • chore:volto 16 in tests, update docs, fix stylint overrides [valentinab25 - 9b4a52d]

:house: Documentation changes

  • docs: Add demo gif [Crețu Mihaela - aa40c1f]

10.4.1 - 29 September 2023

:house: Documentation changes

  • docs: Update README DEVELOP [Alin Voinea - 14bcb5f]

10.4.0 - 27 September 2023

:bug: Bug Fixes

  • fix: Inject styleWrapper classnames into the accordion custom EditBlockWrapper and Fix anonymous default export [Víctor Fernández de Alba - 6f5975a]

:house: Internal changes

  • style: lint-staged reorder in package.json [Alin Voinea - 051f584]

:hammer_and_wrench: Others

  • Release 10.4.0 [Alin Voinea - 26ccf43]
  • test: EN locales, pre-commit fix, feature PRs checks [valentinab25 - 96c8cf2]
  • test: add PR to develop tests [valentinab25 - 0ae6fc1]

    10.3.0 - 29 August 2023

:rocket: New Features

  • feat: open Panels on diff - refs #256378 [dobri1408 - 47cfb04]

:bug: Bug Fixes

  • fix(ssr): by passing intl by passing from extendedSchema function [David Ichim - b69612a]

:house: Internal changes

  • chore: Remove i18n.js script [Alin Voinea - d7e5e38]

:hammer_and_wrench: Others

  • i18n: Add en [Alin Voinea - 13f2685]
  • Release 10.3.0 [Alin Voinea - 4b59ff2]

    10.2.0 - 28 August 2023

:rocket: New Features

  • feat(accordion): improve a11n by providing aria-expanded and open close using spacebar on header [David Ichim - 26951d9]

:hammer_and_wrench: Others

  • Release 10.2.0 [Alin Voinea - 357dce5]
  • update test snapshot after latest a11n changes [David Ichim - 12cc58f]

    10.1.1 - 23 August 2023

:bug: Bug Fixes

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

:hammer_and_wrench: Others

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

    10.1.0 - 18 August 2023

10.0.0 - 17 August 2023

:boom: 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]

:rocket: New Features

  • feat(filter): added unit testing for filtering [David Ichim - 8517248]

:bug: 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]

:nail_care: 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]

:house: Internal changes

  • chore(accordion): fixed missing key warning and cleaned commented code from tests [David Ichim - 290f391]

:house: Documentation changes

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

:hammer_and_wrench: 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 July 2023

:rocket: 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: 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]

:hammer_and_wrench: 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 July 2023

:rocket: New Features

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

:bug: Bug Fixes

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

:hammer_and_wrench: Others

:bug: 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]

:nail_care: Enhancements

  • change(accordion): optionally load the menu.variables from eea theme or site theme [David Ichim - e886074]

:hammer_and_wrench: 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 June 2023

:rocket: 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: Bug Fixes

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

:house: Internal changes

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

:hammer_and_wrench: 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 June 2023

:rocket: New Features

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

:house: Internal changes

  • chore: [JENKINS] Remove alpha testing version [valentinab25 - 83cfef7]
  • chore: [JENKINS] Deprecate circularity website [valentinab25 - e8d2ff3]

:hammer_and_wrench: 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]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 9c06bd0]

    8.0.0 - 24 March 2023

:rocket: New Features

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

7.1.0 - 10 March 2023

:hammer_and_wrench: Others

  • test(cypress): Use latest stable Volto for tests [Alin Voinea - 161325b]
  • Release 7.1.0 [Alin Voinea - 207318f]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - a1279b2]

    7.0.0 - 7 February 2023

:nail_care: Enhancements

  • change(theme): Add theme picker widget #57 from eea/color_pick_themes [ichim-david - a804b3f]

:hammer_and_wrench: Others

  • Release 7.0.0 [Alin Voinea - 661c6fd]
  • theme-picker version [Andrei Grigore - 2d7d7fb]
  • Add theme picker widget [dana-cfc4 - b567515]
  • Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - dd14109]
  • Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins - 6169240]
  • test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea - bbf12a0]
  • Add Sonarqube tag using cca-frontend addons list [EEA Jenkins - cb18b3c]
  • yarn 3 [Alin Voinea - 26994da]
  • Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins - 5803993]

    6.0.0 - 16 November 2022

:nail_care: Enhancements

  • refactor(Styling): Use schemaEnhancer in favor of StyleWrapper - refs #152894 [Alin Voinea - 0f28134]

:hammer_and_wrench: Others

  • test(estlint): Fix .project.eslintrc.js [Alin Voinea - 0b06e8d]

    5.0.0 - 28 October 2022

:hammer_and_wrench: Others

  • Makefile [Alin Voinea - 359ca50]
  • Prepare 5.0.0 release [Miu Razvan - 7996360]

    4.1.1 - 27 October 2022

4.1.0 - 6 October 2022

:rocket: New Features

  • feat(accordion): Add possibility to provide semantic options and default theme - refs #153783 [Alin Voinea - 9c7e210]

:bug: Bug Fixes

  • fix(accordion): Default icons on the right - refs #153783 [Alin Voinea - c3ba73e]

:hammer_and_wrench: Others

  • Add Sonarqube tag using marine-frontend addons list [EEA Jenkins - 3c0236e]
  • test(cypress): Add missing md5 dependency [Alin Voinea - 1afae5d]

    4.0.0 - 27 September 2022

:rocket: New Features

  • feat: Add theme variations - refs #153783 [Miu Razvan - 70c0599]

:nail_care: Enhancements

  • refactor(accordion): Use Volto core styling for theme - refs #153783 [Alin Voinea - 414e859]

:hammer_and_wrench: Others

  • i18n [Alin Voinea - dd7061d]
  • Release 3.6.0 [Alin Voinea - 2c84012]
  • test(prettier): Fix stylelint [Alin Voinea - e3fd717]
  • Use volto@16.0.0-alpha.14 in cypress tests [Miu Razvan - f4dd7a1]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 20652bc]
  • update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 - 7a1af55]

    3.5.0 - 30 June 2022

:hammer_and_wrench: Others

  • Release 3.5.0 [Alin Voinea - c237343]
  • Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins - 5de2964]

    3.4.16 - 17 May 2022

:hammer_and_wrench: Others

  • Fix Invalid prop name of value ... supplied to Icon [Alin Voinea - 86a5203]

    3.4.15 - 6 April 2022

:hammer_and_wrench: Others

  • Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - 66fada5]
  • Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins - 9d96b9d]

    3.4.14 - 3 March 2022

:rocket: New Features

  • feat(accordion): add semantic icon configuration [Miu Razvan - 438b91c]
  • feat(accordion): add icon 'size' configuration [Miu Razvan - 7f32d54]

:hammer_and_wrench: Others

  • move style of accordion title input to volto-eea-design-system [Miu Razvan - 4cc803d]
  • Update style on edit mode [Miu Razvan - 212eda4]

    3.4.13 - 18 January 2022

:hammer_and_wrench: Others

  • Merge pull request #44 from eea/develop [Nilesh - 2006fdd]
  • initialize empty activeIndex [ionlizarazu - 0105982]

    3.4.12 - 3 January 2022

3.4.11 - 18 December 2021

:hammer_and_wrench: Others

  • Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins - 197c242]

    3.4.10 - 10 December 2021

:hammer_and_wrench: Others

  • Correct 3 comments [Silviu Bogan - b475139]
  • Finish making the Cypress tests work [Silviu Bogan - 527d89c]
  • WIP on correcting Cypress tests [Silviu Bogan - 6ac471d]

    3.4.9 - 25 November 2021

:hammer_and_wrench: Others

  • @media print to show open panes [nileshgulia1 - e111771]
  • Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 - 8072099]

    3.4.8 - 22 November 2021

:hammer_and_wrench: Others

  • cy: make tests run with both slate and draftjs [nileshgulia1 - e51f7a5]
  • Add Sonarqube tag using industry-frontend addons list [EEA Jenkins - 9f515c3]

    3.4.7 - 25 October 2021

:hammer_and_wrench: Others

  • Refs #34 ensure floated images from content area don't spill over next accordion title [David Ichim - 79abc8c]
  • Add Sonarqube tag using clms-frontend addons list [EEA Jenkins - f5c2cf9]
  • Add Sonarqube tag using bise-frontend addons list [EEA Jenkins - 92cd189]

    3.4.6 - 6 October 2021

:house: Internal changes

  • chore: added italian translations [Giulia Ghisini - 54b6f8f]

:hammer_and_wrench: Others

  • Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins - c0bc59d]

    3.4.5 - 29 September 2021

:hammer_and_wrench: Others

  • cypress: correctly get child [nileshgulia1 - 6154d81]
  • fix cypress [nileshgulia1 - b93e174]
  • correctly wrap the children into animate-height [nileshgulia1 - 9f1f2eb]

    3.4.4 - 23 September 2021

:hammer_and_wrench: Others

  • Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins - 046f3aa]

    3.4.3 - 17 September 2021

3.4.2 - 16 September 2021

3.4.1 - 10 September 2021

:hammer_and_wrench: Others

  • Add missing onChangeField to make it work with Metadata section block - refs #137434 [Alin Voinea - 5253b74]
  • Add Sonarqube tag using ims-frontend addons list [EEA Jenkins - 1e4d3dc]

    3.4.0 - 7 September 2021

:hammer_and_wrench: Others

  • Release 3.4.0 [Alin Voinea - d2be3bc]

    3.3.1 - 7 September 2021

3.3.0 - 30 August 2021

:hammer_and_wrench: Others

  • Release 3.3.0 [Alin Voinea - 2cbb1d5]
  • Add Sonarqube tag using forests-frontend addons list [EEA Jenkins - ab257ac]

    3.2.4 - 21 July 2021

3.2.3 - 27 May 2021

3.2.2 - 13 May 2021

:hammer_and_wrench: Others

  • Add Makefile in order to easily test this addon [Alin Voinea - baa1ea1]

    3.2.1 - 7 April 2021

:hammer_and_wrench: Others

  • Release 3.2.1 [Alin Voinea - 5d37311]
  • Revert "commented the use of duplicate useEffect" [Alin Voinea - aafa69c]

    3.2.0 - 7 April 2021

:hammer_and_wrench: Others

  • Release 3.2.0 [Alin Voinea - 715f6a4]
  • Add support for onInsertBlock with BlockChooser [Alin Voinea - 0e37fb3]
  • Revert "Add support for newId returned by onMutateBlock" [Alin Voinea - e7d8824]
  • commented the use of duplicate useEffect [nileshgulia1 - f771fb8]
  • Save data for empty accordion on mount [razvanMiu - f80e728]
  • Replace group with accordion within class names [Alin Voinea - 8113731]
  • Add support for newId returned by onMutateBlock [Alin Voinea - ffea93a]

    3.1.0 - 5 April 2021

:hammer_and_wrench: Others

  • Release 3.1.0 [Alin Voinea - ecf79dc]
  • Update docs [Alin Voinea - 475ec25]
  • Align accordion style/settings/buttons to Volto Group block [Alin Voinea - 334ecb4]
  • Add fixedLayout settings [Alin Voinea - b874b69]

    3.0.0 - 8 March 2021

:hammer_and_wrench: Others

  • Release 3.0.0 [Alin Voinea - 77f096b]
  • Cleanup Jenkinsfile DEPENDENCIES [Alin Voinea - a3b3ef8]

    2.1.0 - 28 February 2021

:hammer_and_wrench: Others

  • Release 2.1.0 [Alin Voinea - 3621835]
  • Upgrade dependencies to 2.0.0 [Alin Voinea - b11eafe]
  • Upgrade Jenkins pipeline to use plone/volto-addon-ci [Alin Voinea - a3fac68]

    2.0.2 - 28 December 2020

:hammer_and_wrench: Others

  • Release 2.0.2 [Alin Voinea - 7ddbf43]
  • fix tests [nileshgulia1 - 08f088b]
  • work only with CI [nileshgulia1 - 33aa0be]
  • WIP [nileshgulia1 - 90971cf]
  • WIP [nileshgulia1 - cdfb382]
  • WIP [nileshgulia1 - 67ebb67]
  • remove slate dependency, add conditional [nileshgulia1 - 3d72f97]
  • fix tests [nileshgulia1 - 0027e44]
  • WIP [nileshgulia1 - b04c587]
  • reorder tests [nileshgulia1 - 83df043]
  • WIP [nileshgulia1 - 85551ed]
  • use volto-slate in generated app [nileshgulia1 - bc1e3c7]
  • WIP [nileshgulia1 - cdb2b60]
  • WIP [nileshgulia1 - 64868c9]
  • fix cypress [nileshgulia1 - 7f6788a]
  • add cypress tests for accordion content [nileshgulia1 - 4e589fe]
  • Update README.md [Nilesh - b6401b3]

    2.0.1 - 2 December 2020

:hammer_and_wrench: Others

  • Release 2.0.1 [Alin Voinea - 207f0ed]
  • adapt to exclusive accordion configs in edit [nileshgulia1 - 61500c0]
  • option to enable non exclusive panels [nileshgulia1 - c4cc4a7]
  • conventions [nileshgulia1 - a0f2396]
  • handle collapse in accordion [nileshgulia1 - 1eb564a]

    2.0.0 - 27 November 2020

:house: Internal changes

  • style: panel title font size [nileshgulia1 - ba33d9a]

:hammer_and_wrench: Others

  • Release 2.0.0 [Alin Voinea - d3b4143]
  • Fix heading sizes; Add more cypress tests [Alin Voinea - e1430f4]
  • remove optional chaining in blockProps [nileshgulia1 - 39741af]
  • JENKINS: fix missing deps [nileshgulia1 - fd18f3a]
  • JENKINS: replace duplicate values with predefined vars [nileshgulia1 - 3630a04]
  • JENKINS: fix useEffect deps [nileshgulia1 - b7f81f0]
  • JENKINS: fix useEffect deps [nileshgulia1 - c032943]
  • fix jenkins [nileshgulia1 - 8a7ec73]
  • Add support DX Layout [Alin Voinea - ab50789]
  • Remove unusied EditBlockWrapper, rename column to panel [Alin Voinea - 793055b]
  • Cleanup unused icons and panels [Alin Voinea - 2556218]
  • Fix column title [Alin Voinea - d190c26]
  • Cleanup HTML and fix accordion heading [Alin Voinea - 57bd046]
  • move title to one level up in the panel layout [nileshgulia1 - 0eb32d3]
  • Render non empty panels in View [nileshgulia1 - 7dca60c]
  • Better heading component [Alin Voinea - 8389892]
  • Cleanup and headings for Accordion titles [Alin Voinea - 144c667]
  • use h2-h6 font sizes in accordion title [nileshgulia1 - 0e5845d]
  • rotate right accordion arrow [nileshgulia1 - 7f13476]
  • move accordion title in blocks_layout [nileshgulia1 - 421845d]
  • combined settings in parent accordion block [nileshgulia1 - 2d5fa42]
  • remove colorPicker Widget [nileshgulia1 - 61c0a12]
  • decorate, stlying edit,View [nileshgulia1 - dc521e5]
  • styles: background color in panels [nileshgulia1 - 22995fd]
  • Restructure add-on [Alin Voinea - 0fd79ed]
  • fix z-index of block-toolbar [nileshgulia1 - 5adb193]
  • fix console warnings and jenkins [nileshgulia1 - f0b68f9]
  • prevent deleting first accordion block child [nileshgulia1 - f99fd66]
  • add new icons for panel chooser [nileshgulia1 - 3ee30e0]

    1.0.0 - 17 November 2020

:hammer_and_wrench: Others

  • Release 1.0.0 [Alin Voinea - 80d83c1]
  • Update package metadata [Alin Voinea - 602e871]
  • fix tests: stylelint [nileshgulia1 - d2ade30]
  • fix tests: stylelint [nileshgulia1 - 00f503e]
  • fix tests: remove unsued vars [nileshgulia1 - 5257193]
  • remove unused vars [nileshgulia1 - 5e2c1e9]
  • accordion title, via Input (semantic ui) [nileshgulia1 - 0b2aef7]
  • add accordion title as a slate editor [nileshgulia1 - 38e841d]
  • yarn prettier [Alin Voinea - afc2d37]
  • make title editable [nileshgulia1 - e3233b0]

    0.1.0 - 9 November 2020

:hammer_and_wrench: Others

  • Release 0.1.0 [Alin Voinea - cd65e3b]
  • Prepare new release 0.1.0 [Alin Voinea - e154f45]
  • Prepare new release [Alin Voinea - fca4d50]
  • sidebar in accordion, add columns [nileshgulia1 - 39e00e9]
  • add condtional for columns block [nileshgulia1 - 72d849d]
  • do not render empty accordion on View, unless it have single content [nileshgulia1 - eca7c7e]
  • Accordion panels in View, onPressEnter add child blocks inside accordion [nileshgulia1 - 21fd274]
  • add-panels chooser in intial render [nileshgulia1 - 7f745c3]
  • Add accordion in View [nileshgulia1 - 14f9c78]
  • nested text block within accordion, styling [nileshgulia1 - c6001e5]
  • polishing [nileshgulia1 - 43d6773]
  • remove onChange handler [nileshgulia1 - ae2c2b7]
  • text block inside accordion [nileshgulia1 - 4198448]
  • accordion in edit group block [nileshgulia1 - df5678f]
  • base accordion block [nileshgulia1 - 467b944]
  • develop: docs [Nilesh - b036a52]
  • readme: accordion block content [Nilesh - 5d0aea5]
  • Initial commit [Nilesh - 6b0ba4b]