Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 4.25 KB

Changelog

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

Generated by auto-changelog.

1.0.1 - 8 January 2025

🐛 Bug Fixes

  • fix(AllVersions): improve conditional rendering for version lists to show only if we have older or newer versions [David Ichim - 8896678]
  • fix: modify versionBlockhasValue [nileshgulia1 - c3cec74]
  • fix: only show current version when old or new are present refs#282065 [nileshgulia1 - 58405a4]

💅 Enhancements

  • refactor(eea_latest_version):add blockHasValue config refs#282065 [nileshgulia1 - a93cf26]

🛠️ Others

1.0.0 - 18 December 2024

💅 Enhancements

  • refactor: Rename blocks to eea_versions and eea_latest_version - refs #280462 [alin - 23fccb8]

0.2.0 - 18 December 2024

🐛 Bug Fixes

0.1.0 - 18 December 2024

🚀 New Features

  • feat(Blocks): add memoization to AllVersions and LatestVersion components [David Ichim - 9deb4b7]
  • feat(formattedDate): helper to use to display effective date for current, past and newer versions [David Ichim - 869eaf4]

🐛 Bug Fixes

  • fix(Blocks): update isEdit logic to check for '/edit', '/add', and '/layout' paths [David Ichim - 5016e6b]

💅 Enhancements

  • change(reducer): simplified version retrieval and setting adding the info diirectly on the store instead of based on the current path [David Ichim - b0002d5]

🛠️ Others

  • test only with volto 17 and fixed import error from Blocks instead of blocks [David Ichim - 3bb4d5d]
  • Use UniversalLink component instead of simple a tags for versions linking [David Ichim - 07f4030]
  • Added effectiveDate formatted information for each version that has one [David Ichim - 705920c]
  • fixed path vs pathname call, add default message on Edit in order to avoid empty slate field when no data is present [David Ichim - e95e6f1]
  • Removed next and previous versions components since we only need latest and all versions logic [David Ichim - 4df102f]
  • Started adding latest version and all version blocks while maintaining the previous logic for previous components [David Ichim - 9f9d04b]
  • initial import of boilerplate code needed to have the 2 version blocks available [David Ichim - e631e27]
  • Initial commit [Alin Voinea - 0c11208]