All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
5.0.1 - 25 September 2023
- fix: TypeError in search block with listing template - refs 258027 [dobri1408 -
26e0694
]
- style: lint-staged reorder in package.json [Alin Voinea -
15ae628
]
- test: EN locales, pre-commit fix, feature PRs checks Refs #257193 [valentinab25 -
2a3b612
] - i18n: Fix i18n [Alin Voinea -
7faf349
] - test: Fix package.json scripts to use makefile [Alin Voinea -
2d6f67d
] - i18n: Add en [Alin Voinea -
a81634b
] - test: Update Makefile and docker-compose to align it with Jenkinsfile [valentinab25 -
3e9ff32
]
5.0.0 - 17 August 2023
- feat(listings): card template refactoring to act like listing item #55 from eea/153005-image-harmonization [ichim-david -
558baea
] - feat(listing): ensure default card model is responsive within the listing template [David Ichim -
277b933
] - feat(listing): style left and right image templates to behave like the listing item template [David Ichim -
ea3fe47
] - feat(listing): added excludedFromVariations option for card template models [David Ichim -
7e3c0b9
]
- fix(carousel): when using custom arrows set disabled class if infinite is set to false [David Ichim -
6463a8e
] - fix(listing): default card model is now taken into consideration [David Ichim -
96a8fbf
] - fix(listing): label is now added using label instead of shortcut on image component [David Ichim -
8b449fe
] - fix(listing): render effective date for listing item only if value isn't None [David Ichim -
9005c90
] - fix(cards): image right and left type now retains special class even when selecting card options [David Ichim -
c2436a7
]
- change(carousel): label carousel as region with label carousel for accessibility [David Ichim -
fcf3269
] - change(carousel): use arrows in proper html dom place to enhance accessibility [David Ichim -
0789c51
] - change(listing): remove border-bottom from last card or listing-item [David Ichim -
49238c7
] - change(cards): set link only on heading unless we have the title on image [David Ichim -
e333f45
] - change(cards): image is added after content when using right image card layout [David Ichim -
848ab9b
] - change(listing): image cards from listing template are also sized to a grid [David Ichim -
7d6d628
] - change(listing): ensure that image on left and right works also on search block [David Ichim -
4ca08eb
] - change(listing): use gap instead of margins for separating image from text content [David Ichim -
e89a945
] - change(listing): listing item now have links only within heading and image [David Ichim -
43940c9
] - change(card): enable tags render only if item has tags [David Ichim -
8d10e67
] - change(listing): normalized images to a 16/9 ratio [David Ichim -
981ed82
] - change(listing): wip normalizing image sizing [David Ichim -
5b7bb21
]
- docs: Cleanup Makefile, update DEVELOP documentation, i18n - refs #254894 [valentinab25 -
b05d0bc
]
- avoid setting border-bottom to none, instead add it only where needed [David Ichim -
0844021
] - stylelint [David Ichim -
f4f5113
] - bump package version to a major release for given changes [David Ichim -
b80aadf
] - prettier run on listing-cards.less [David Ichim -
200eddc
] - fix tests by passing mock data and be extra careful about the availability of formData [David Ichim -
c68c5ad
] - lint fix [David Ichim -
a002345
] - lint fix [David Ichim -
d0480b1
] - take into consideration that item might not have Subject at all [David Ichim -
40ef529
] - WIP making card behave like a listing item with image set to left [David Ichim -
404377e
] - lint fix [David Ichim -
cae637e
] - lint fix [David Ichim -
189a95c
] - bump value of max-height otherwise images have different widths [David Ichim -
18514c9
]
4.2.2 - 19 July 2023
- Fix cases when image_field is null [laszlocseh -
b9626e1
] - test: Fix issues identified by Sonarqube refs #254220 [dana-cfc4 -
29fe139
]
4.2.1 - 13 June 2023
- fix(carousel): focusing on non-visibile elements in carousel #254123 #64 from eea/fix-focus-nonvizible-elements [ichim-david -
3ab3cc2
]
- fix focusing on non-visibile elements in carsouel [Dobricean Ioan Dorian -
d6c1e01
]
4.2.0 - 12 June 2023
- feat(item): Add simple card model template #62 from eea/simple-listing [ichim-david -
b90c7c2
]
- fix: better check for __grid blocksConfig [andreiggr -
82d9791
] - fix: TeaserGrid use the teaser template from this addon [andreiggr -
4df3da2
]
- chore: clear unused console #251893 [andreiggr -
b2cbb6b
] - chore: [JENKINS] Deprecate circularity website [valentinab25 -
1582321
]
- Release 4.2.0 [Alin Voinea -
1105b6e
] - test: jest should look for addons in node_modules Refs #253277 [valentinab25 -
190dce2
] - test: add cypress test for basic functionality and demo gif to README - refs #252543 [ana-oprea -
30bfed2
] - test: add unit tests for utils.js - refs #252543 [ana-oprea -
53ded69
] - test: Fix test config, coverage Refs #253277 [valentinab25 -
33ff8d9
] - update getFieldURL function [Miu Razvan -
d4df6c1
] - Fix padding in simple item listing [kreafox -
c267516
] - Code cleanup [kreafox -
4f7a4fb
] - Add simple listing view [kreafox -
3c38b45
]
4.1.0 - 18 May 2023
- feat(item,cards): image object fit and position options #56 from eea/develop [ichim-david -
41e9160
] - feat(card): add object-fit and object-position properties in image refs #250422 #51 from eea/card-image-objectfit [ichim-david -
403a47a
] - feat(card): add object-fit and object-position properties in image [nileshgulia1 -
95d54ce
]
- fix(card):camelCase style fields [nileshgulia1 -
fe6666e
]
- change(card): modify style classes set on cards so that camelCase is replaced with lowercase hyphens [David Ichim -
ff15bdb
]
- bump release since we have a new feature in the object fit and position properties [David Ichim -
13725a0
] - lint [Dobricean Ioan Dorian -
dd7c3c3
] - carousel [Dobricean Ioan Dorian -
f727bf1
] - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins -
801eab6
]
4.0.0 - 22 March 2023
- refactor(SearchBlockView): Remove shadow as it's already in Volto 16.0.0 [Alin Voinea -
852e822
]
- test(Jenkinsfile): Use latest stable Volto for testing [Alin Voinea -
94b770e
] - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins -
cbc1316
]
3.0.2 - 28 February 2023
3.0.1 - 21 February 2023
- test(eslint): Fix PropTypes is defined but never used [Alin Voinea -
66e3511
] - Remove PreviewImage proptypes, as it doesn't recognize proxy items [Tiberiu Ichim -
b7a9001
]
3.0.0 - 7 February 2023
- Release 3.0.0 [Alin Voinea -
a77c3f5
] - feature(theme): use color picker for themes widget #43 from eea/color_pick_themes [ichim-david -
7776921
] - bump package version to at least 1.0.1 of volto-widget-theme-picker [David Ichim -
9366b9f
] - theme picker on teaser card also [andreiggr -
837b5d4
] - theme picker 1 [andreiggr -
1245d5b
] - theme picker as dep [andreiggr -
af9fd45
] - configure to use new themeColors [andreiggr -
63b37e7
] - themepicker work with pluggableStyles only [andreiggr -
4eee16d
] - Revert "copyright better response to alignment" [andreiggr -
108a93c
] - copyright better response to alignment [andreiggr -
4e11368
] - clear lil console [andreiggr -
51258c7
] - switch theme dropdown with colorpicker widget [andreiggr -
52326f5
]
2.5.0 - 24 January 2023
- fix(universal-card): avoid error in case itemModel doesn't have style info [David Ichim -
5786b58
]
- feature(universal-card): added title on image option #45 from eea/develop [ichim-david -
a71c56e
] - Update package.json [ichim-david -
02fff9b
] - feature(universal-card): added title on image option #44 from eea/title-on-image [ichim-david -
2e9aadf
] - feature(universal-card): added title on image option [David Ichim -
6a2915b
] - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins -
74642ea
]
2.4.0 - 28 December 2022
- change(item): add align class also on the icon [David Ichim -
749b8f4
] - change(item): added description link to remix icons [David Ichim -
e04a052
] - change(item): re-added vertical align option and set theme on image item as well [David Ichim -
8205941
] - change(item): show meta section when we have meta or date data [David Ichim -
a464d3b
] - change(item): set image-wrapper to display flex [David Ichim -
c146cd9
]
- Release 2.4.0 [Alin Voinea -
ed0ed9a
] - lint fix [David Ichim -
a697b95
] - Add Sonarqube tag using advisory-board-frontend addons list [EEA Jenkins -
1aed8a9
] - test(Jenkins): Run tests and cypress with latest canary @plone/volto [Alin Voinea -
094d490
]
2.3.0 - 16 December 2022
- feat(card): added enable link option for card model [David Ichim -
71bf4db
]
- fix(search item): Keep portrait orientation if image is on the right side [kreafox -
12d6e72
] - fix(search item): image size when using rounded sizing [David Ichim -
5cb2699
] - fix(card): condition on when to add the preview image inside the image link [David Ichim -
67a8f0b
]
- change(item): added tiny size for items [David Ichim -
02065bc
] - change(item): image size to reference big instead of large [David Ichim -
0e4b85e
] - change(item): sizes available for both image and icon types [David Ichim -
342c2a7
] - change(cards): enable the adding of links by default to cards [David Ichim -
f297637
]
- Add Sonarqube tag using cca-frontend addons list [EEA Jenkins -
9cd7ade
]
2.2.0 - 29 November 2022
- fix(labels): wrap labels within a parent div [David Ichim -
dc78346
] - fix(buttons): check for styles from item styling instead of block styles [David Ichim -
d5e46cd
]
- change(styling): volto 16.1 styling changes #40 from eea/develop [ichim-david -
2acaaa6
] - change(item): listing classes to resemble the card classes [David Ichim -
33bb7ed
] - change(item): date format to that of card data style [David Ichim -
45fc3c1
] - change(label): color selection for archived now is applied when isExpired is set [David Ichim -
00c7999
] - change(listing): removed override of volto-block-style [David Ichim -
7102ea2
]
- prettier fix and bump package version before release [David Ichim -
40cdf1d
] - yarn 3 [Alin Voinea -
e2cde08
] - upgrade to Volto 16.1.0 [David Ichim -
c270071
]
2.1.0 - 22 November 2022
- fix(listing): carousel styles needs slick-carousel css files [David Ichim -
55a9d1c
]
- change(cards): Multiple improvements #38 from eea/cards-improvements [ichim-david -
b3aff3f
] - change(listing): color listing item bg color and text as cards [David Ichim -
d9f9693
] - change(listing): text align class names to better align to text utility class names [David Ichim -
1b09619
] - change(card): Better approach for cards title: remove min-height and add config option for nr of lines [kreafox -
0138349
] - change(card): always show date div in meta section even if it's empty [David Ichim -
f16c7af
] - change(card): Remove description styling [kreafox -
8ef6bc9
] - change(cards): Remove block style wrapper temporarily and unused styling [kreafox -
5d39f05
] - change(card): Use line-camp on cards title [kreafox -
f7a7a58
] - change(card): Reserve space for meta section [kreafox -
f3c581b
]
- stylelint fix [David Ichim -
dfcd960
] - bump package version [David Ichim -
1e44a06
] - linting fixes and code cleanup [David Ichim -
4a0d364
] - Add Sonarqube tag using demo-kitkat-frontend addons list [EEA Jenkins -
b727a11
]
2.0.1 - 17 November 2022
- Switch order [Tiberiu Ichim -
72034be
] - Switch order [Tiberiu Ichim -
9caf203
] - Cleanup in schema enhancers [Tiberiu Ichim -
93d95ce
] - Fix styling schema for teasers [Tiberiu Ichim -
e871e9e
]
2.0.0 - 16 November 2022
- fix(listing): Remove no needed style from search item [kreafox -
f4ae0e0
] - fix(listing): Fix image position on mobile [kreafox -
b8b521f
] - fix(listing): fix classnames on search item [kreafox -
6b12c13
] - fix(card): show friendly type name instead of portal_type id [David Ichim -
ea477fe
]
- style(eslint) - Fix README.jsx extension [Alin Voinea -
6e4016a
]
- Release 2.0.0 [Alin Voinea -
56ebb99
] - test(estlint): Fix .project.eslintrc.js [Alin Voinea -
f1a4882
] - Add customization for SearchBlockView [Tiberiu Ichim -
9a35e66
] - Remove TestListView [Tiberiu Ichim -
6b690b5
] - Fix project eslintrc [Tiberiu Ichim -
2c308ee
] - lint fix [David Ichim -
d7e49ba
] - Native styles integration [Tiberiu Ichim -
996ee63
] - Try to cleanup styling [Tiberiu Ichim -
ea41d9c
] - WIP better handling portrait images [kreafox -
019bce2
] - Code cleanup [Tiberiu Ichim -
3407a34
] - Code cleanup [Tiberiu Ichim -
34722af
] - Enable the schema enhancers for the variations [Tiberiu Ichim -
6ff1e68
] - No console logs [Tiberiu Ichim -
89def1d
] - Fix schema loading [Tiberiu Ichim -
bc3cc06
] - Add schemaComposer [Tiberiu Ichim -
2b7b3c7
] - So far it compiles [Tiberiu Ichim -
4564772
] - WIP refactor package structure [Tiberiu Ichim -
43800b5
] - WIP refactor package structure [Tiberiu Ichim -
bf3fdd9
]
1.0.1 - 28 October 2022
- fix(listing): fix image margin on search item [kreafox -
3e30ca0
]
- change(listing): style_text widget to use actionsInfoMap attribute [David Ichim -
8c28651
]
1.0.0 - 25 October 2022
- docs(upgrade): Add note about major upgrade to version 1.x [Alin Voinea -
5bff89f
]
- test(cypress): Code coverage [Alin Voinea -
1046baf
] - Bring this addon up to date [Miu Razvan -
325b456
] - prettier:fix [nileshgulia1 -
0516aa9
] - update cypress configs [nileshgulia1 -
21bd19b
]
0.6.8 - 20 October 2022
- fix(search): block error when using item and card listing [David Ichim -
1d80466
]
- change(cards): show date by default even when option isn't set [David Ichim -
d5f1026
] - change(listing): populate css variables from styling objects only for listing classes [David Ichim -
9cb9d39
] - change(listing): use a transparent background if no background is passed to listing summary [David Ichim -
200917b
] - change(listing): color only the background of the summary template not all listing [David Ichim -
145e3b1
] - change(carousel): show pagination dots for cards carousel [David Ichim -
26a9fee
]
- linting fixes [David Ichim -
331ce4a
] - Add Sonarqube tag using marine-frontend addons list [EEA Jenkins -
36ef986
]
0.6.7 - 28 September 2022
- change(listing): basic listing block schema simplification [David Ichim -
90c3d5c
]
- removed unused code [David Ichim -
f16339c
]
0.6.6 - 28 September 2022
- fix(listing): removed double rounded option from search item [David Ichim -
fe23f59
]
- change(teaser): disable extra styling enabling to avoid styling panel duplication [David Ichim -
01c076b
]
- lint fix [David Ichim -
e151d3d
] - comment cleanup [David Ichim -
857100e
] - Disable schema [Tiberiu Ichim -
e525f8c
]
0.6.5 - 27 September 2022
- change(teaser): added card styling to teaser [David Ichim -
c30aebd
]
- commented code cleanup [David Ichim -
cff1b71
] - Update package.json [ichim-david -
4a21b8a
] - lint fix [David Ichim -
f2bae86
] - lint fix [David Ichim -
154020f
] - lint fix [David Ichim -
6aaa93d
] - updated basic schema with extra fields and customized cards to use the cards enhancer [David Ichim -
373de14
]
0.6.0 - 27 September 2022
- fix(styles): has classes should only set variables not css properties [David Ichim -
b1c78d0
]
- change(styles): filter align widget from volto styling within basic listing block schema [David Ichim -
eb6da1b
] - change(styles): set more variables on has classes instead of using them as override styles [David Ichim -
d46f7ba
] - change(item): listing images now provide left and right classes to style accordingly [David Ichim -
b1507ec
] - change(listing): added text align widget to styling schema [David Ichim -
aeed63d
] - change(cards): style items listing using css variables independent of item classes due to parent classes [David Ichim -
40c3439
] - change(items): use styles from volto styles panel [David Ichim -
2b3b4a4
] - change(listings): added listing styles from custom to product [David Ichim -
ab1a200
]
- Release 0.6.0 [Alin Voinea -
597a357
] - test(Jenkins): Fix eslint [Alin Voinea -
57a55af
] - Revert "update package to a newer version of volto" [Alin Voinea -
b428407
] - feature(schema): added customization of styling schema in schema extender #23 [ichim-david -
c85d69f
] - update package to a newer version of volto [David Ichim -
ef39bc1
] - lint fixes [David Ichim -
c7202f4
] - Plug into cards [Tiberiu Ichim -
d6a226f
] - Add missing file [Tiberiu Ichim -
3dd7bbe
] - WIP [Tiberiu Ichim -
b4f3880
] - WIP [Tiberiu Ichim -
4fb2a70
] - WIP [Tiberiu Ichim -
a4c7ae5
] - fix cypress by defining color also in volto-listing-block [David Ichim -
a5a1324
] - linting fixes [David Ichim -
f082535
] - Add styling schema demo [Tiberiu Ichim -
9d95279
] - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins -
baf4b37
] - Style adjusment for search item [kreafox -
ab83a5f
] - Remove unneeded style for search item [kreafox -
a1fde0f
] - WIP search item [kreafox -
c7d933c
] - linting fixes [David Ichim -
785fbc2
]
0.5.0 - 19 September 2022
- update(jest): add @plone/volto-slate resolver refs- #153447 [nileshgulia1 -
184edcc
]
0.4.4 - 1 August 2022
- change(mega menu): use non variable to fix build of volto-kitkat-frontend [David Ichim -
ad9110b
]
0.4.3 - 30 June 2022
0.4.2 - 30 June 2022
- change(cards): updated cards carousel to set link also on title [David Ichim -
26d32f3
] - change(cards): update CardsCarousel with latest changes from ui package [David Ichim -
e66e44c
]
- Remove useless Default theme option [Alin Voinea -
3b7e8f8
] - Add Sonarqube tag using circularity-frontend addons list [EEA Jenkins -
23b11b0
]
0.4.1 - 23 June 2022
0.4.0 - 10 June 2022
- Fix Schema type [Alin Voinea -
c7735c7
] - Release 0.4.0 [Alin Voinea -
275aef1
] - Apply card themes on carrousel listing and custom cards [Alin Voinea -
2c5387d
] - Add slick dependencies [Miu Razvan -
d13805c
] - Don't show carousel in edit mode [Miu Razvan -
b2ec9bd
] - Carousel schema settings [Miu Razvan -
7dbfcfe
]
0.3.2 - 11 April 2022
- fix(date): Use dateLocale config settings [Alin Voinea -
29610fe
]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins -
3862702
]
0.3.1 - 11 April 2022
- fix(date): Use dateLocale config settings [Alin Voinea -
f81f1dc
]
- Add Sonarqube tag using clms-frontend addons list [EEA Jenkins -
f38c11e
]
0.3.0 - 9 March 2022
- bump version [Miu Razvan -
a1cef0d
] - add PreviewImage till plone/volto#3122 is merged [Miu Razvan -
4f8a6c2
] - Add Sonarqube tag using eea-website-frontend addons list [EEA Jenkins -
b6d612c
]
0.2.0 - 4 March 2022
- Use semantic ui react components #8 [ichim-david -
152a051
] - tests: add block before editing it [Andrei Grigore -
9913e32
] - update news list tests [Andrei Grigore -
aaadc22
] - tests for News List [Andrei Grigore -
63846f7
] - update tests [Andrei Grigore -
80a0f56
] - update version [Andrei Grigore -
d8aee9e
] - missing empty line on tests fix [Andrei Grigore -
d52faa1
] - newsList variation to cy tests too [Andrei Grigore -
c7c877d
] - newslisttemplate update [Andrei Grigore -
9aadf91
] - news listing variation wip [Andrei Grigore -
a67d365
] - Use semantic ui react components [Miu Razvan -
3450f59
]
0.1.5 - 3 January 2022
- fix [Daniela Mormocea -
46f2819
] - fixes for cy [Daniela Mormocea -
60ed803
] - add cy tests [Daniela Mormocea -
d96f79d
]
0.1.4 - 18 December 2021
- Add Sonarqube tag using freshwater-frontend addons list [EEA Jenkins -
28f1090
]
0.1.3 - 10 December 2021
- Refs #142010 - Optimize Volto-addons gitflow pipelines [valentinab25 -
f8c8b64
] - Add Sonarqube tag using industry-frontend addons list [EEA Jenkins -
7b647c2
] - Add Sonarqube tag using clms-frontend addons list [EEA Jenkins -
d02020c
] - Add Sonarqube tag using bise-frontend addons list [EEA Jenkins -
ad9e8cd
] - Add Sonarqube tag using forests-frontend addons list [EEA Jenkins -
613e782
] - Add Sonarqube tag using sustainability-frontend addons list [EEA Jenkins -
b60cdde
] - Add Sonarqube tag using climate-energy-frontend addons list [EEA Jenkins -
1b6d68f
] - Add Sonarqube tag using ims-frontend addons list [EEA Jenkins -
8e44298
]
0.1.2 - 17 June 2021
0.1.1 - 10 June 2021
- fixed linting issues [Alex Medesan -
345b0ee
] - design improvements for custom cards gallery, cypress tests [Alex Medesan -
7b64824
] - Implementation for image gallery variation [Alex Medesan -
3cad620
] - implemented composig custom summary [Alex Medesan -
0a334c0
] - Cypress coverage [valentinab25 -
54c6e5f
] - implemented listing with title+pubdate, listing with thumb(configurable left/right)+title+pubdate [Alex Medesan -
e72f469
] - implemented listing with title only & listing with thumb(configurable left/right)+title [Alex Medesan -
b704de6
]