Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

47 lines (37 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.4] - 20 February 2025

Fixed

  • Re-add getFilters and getValidators differently
  • Only validate AJAX calls setting
  • Rewrite updating of HTML and component props
  • Remove duplicate newlines for easier debugging
  • Add failsafe checks

Added

  • Add debug config option

[0.0.3] - 18 February 2025

Fixed

  • Friendlier message for unknown email domain in validator

Refactor

  • Refactor LocalMessageRegistry methods
  • Remove obsolete ViewModel methods getFilters and getValidators

[0.0.2] - 13 February 2025

Fixed

  • Fix rendering of global messages
  • Fix issue in refreshing other targets
  • Fix autofocus after HTML updates
  • Redirect to cart when AJAX fails with empty quote
  • Fix preg_match issue
  • Allow for default core messages to be used as Loki GlobalMessages
  • Fix message location for Luma
  • Improve logic of AJAX handling
  • Pass original request through to layout

Added

  • Move CssClass to LokiComponents

Refactor

  • Remove dependency between validators and component object

[0.0.1] - 18 January 2025

  • Initial release