Skip to content

v4.0.8

Choose a tag to compare

@sampoyigi sampoyigi released this 26 May 14:52
· 103 commits to master since this release
ec917ab

Added

  • Update flash message modal button to support action URLs and text.
  • reservation-preview: Add fallback for when no reservation is found.
  • Conditionally hide footer on the menus page.
  • cart: Move mobile cart button to a separate component and include it using Livewire @teleport.
  • cart: Add computed property for cart total in CartBox component.

Changed

  • booking: Refactor date handling and optimize date preparation logic.
  • Livewire components: Remove Locked attribute from computed properties and add orderType mock in CartBoxTest.

Fixed

  • menu: Enhance grouped menu item image styling and spacing.
  • Set default value of hideEmpty to true in CategoryList component.
  • booking: Add return type declaration to prepareDates method.

Style

  • menu: Improve menu item loading behavior.