Skip to content

Releases: eea/volto-listing-block

6.2.0

24 Nov 12:18
b7d0ace
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: show instead of portal_type id, the portal_type Title - Refs #258166 [dobri1408 - 50f0cc7]
  • fix(performance): use cloneDeepSchema for cloning the schema to avoid potential errors [David Ichim - 9630403]

🛠️ Others

  • Release 6.2.0 [Alin Voinea - ada379f]

6.1.0

15 Nov 10:12
c6e3d4c
Compare
Choose a tag to compare

🚀 New Features

  • feat(simple-item): added option to show portal type #81 from eea/develop [ichim-david - c6e3d4c]
  • feat: add option to show portal type on simple item listing [kreafox - 77cb40a]

💅 Enhancements

  • change(card): moved logic of rendering a tag to the block config [David Ichim - 63cbe39]

🛠️ Others

  • test: update tests for simple item listing [kreafox - 7b87197]

6.0.3

06 Nov 09:50
a6b6529
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: generic class name [kreafox - fba55d7]

6.0.2

31 Oct 15:32
1fd02da
Compare
Choose a tag to compare

🏠 Internal changes

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

🛠️ Others

  • Update README.md [ana-oprea - a3c2121]

6.0.1

13 Oct 15:12
221135e
Compare
Choose a tag to compare
Merge pull request #77 from eea/develop

update README

6.0.0

11 Oct 11:17
67f2efc
Compare
Choose a tag to compare

🚀 New Features

  • feat(listing): update icon description [kreafox - de9f8cd]
  • feat(listing): add icon option to listing item [kreafox - ad36c3e]
  • feat(listing): add event date on cards view [kreafox - 2a10850]
  • feat(listing): improve event date [kreafox - 3ee93ff]

🐛 Bug Fixes

  • fix: missing event date in teaser card [kreafox - 5aa2e33]
  • fix: small css polishment [kreafox - 0454d30]
  • fix(tests): undo changes on formatting [kreafox - bd8a656]
  • fix(tests): use volto version 16 [kreafox - 1114b18]
  • fix: eslint warnings [kreafox - 17968d0]
  • fix(tests): fix eslint issues [kreafox - fd19543]
  • fix(listing): fix icon wrapper [kreafox - 44d31d9]
  • fix(listing): fix padding when theme is applied [kreafox - 0c85902]
  • fix(tests): update cypress tests [kreafox - 88aed3a]
  • fix(tests): update cypress tests [kreafox - 3ad4941]

🏠 Internal changes

  • chore:volto 16 in tests, update docs, fix stylelint overrides [valentinab25 - aea8313]

🏠 Documentation changes

  • docs: Update README and DEVELOP [Alin Voinea - f57d5e2]
  • docs: Update README and DEVELOP [Alin Voinea - 917cab1]

🛠️ Others

  • Release event date on cards #75 from eea/develop [ichim-david - 67f2efc]
  • Bump version [kreafox - 91a8e8a]
  • test: update tests [kreafox - 24c2ee0]
  • test: increase coverage [kreafox - d06c62b]
  • test: change volto version in Jenkinsfile [ana-oprea - ed7de44]
  • test: increase coverage [kreafox - 23fe040]
  • test: increase cypress timeout [ana-oprea - bd43fd2]
  • Add date [Tiberiu Ichim - 6a862e5]

5.0.1

25 Sep 08:01
3b32491
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: TypeError in search block with listing template - refs 258027 [dobri1408 - 26e0694]

🏠 Internal changes

  • style: lint-staged reorder in package.json [Alin Voinea - 15ae628]

🛠️ Others

  • 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 Aug 18:15
3f08de3
Compare
Choose a tag to compare

🚀 New Features

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

🐛 Bug Fixes

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

💅 Enhancements

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

🏠 Documentation changes

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

🛠️ Others

  • 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 Jul 10:45
abe8c7c
Compare
Choose a tag to compare

🛠️ Others

  • Fix cases when image_field is null [laszlocseh - b9626e1]
  • test: Fix issues identified by Sonarqube Refs #254220 [dana-cfc4 - 29fe139]

4.2.1

13 Jun 17:57
bc5fd0a
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix(carousel): focusing on non-visibile elements in carousel #254123 #64 from eea/fix-focus-nonvizible-elements [ichim-david - 3ab3cc2]

🛠️ Others

  • fix focusing on non-visibile elements in carsouel [Dobricean Ioan Dorian - d6c1e01]