Releases: eea/volto-tabs-block
Releases · eea/volto-tabs-block
7.0.3
7.0.2
7.0.1
7.0.0
🛠️ 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...
6.0.3
Merge pull request #72 from eea/develop Update README.md
6.0.2
6.0.1
🐛 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
5.1.0
🚀 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
🏠 Internal changes
- chore: Improve arrows when template is carousel horizontal -refs#256604 [dana-cfc4 -
36d590a
]