Skip to content

Latest commit

 

History

History
114 lines (65 loc) · 6.53 KB

CHANGELOG.md

File metadata and controls

114 lines (65 loc) · 6.53 KB

Release Notes

v1.6.6 - 2024-11-12

v1.6.5 - 2024-05-31

  • Make class component if project uses Volt Class components by @joshcirre in #106

v1.6.4 - 2024-05-27

v1.6.3 - 2024-03-06

  • Use paths from object property, not local variable by @bookwyrm in #95

v1.6.2 - 2024-01-30

  • Fix: Add missing argument 'except' to function 'url' in state properties by @bekepr in #89

v1.6.1 - 2024-01-03

  • [1.x] Adds tests for model route binding by @nunomaduro in #84
  • [1.x] Fixes non-usage of livewire.view_path configuration by @nunomaduro in #85

v1.6.0 - 2023-11-28

  • fix: State properties by @lee-to in #78
  • [1.x] Allow setting title using a closure in functional API by @RVxLab in #79

v1.5.0 - 2023-11-20

v1.4.0 - 2023-10-19

v1.3.3 - 2023-09-25

v1.3.2 - 2023-09-19

v1.3.1 - 2023-09-11

v1.3.0 - 2023-09-01

v1.2.0 - 2023-08-31

  • Adds --class option to make:volt command (#43)

v1.1.1 - 2023-08-30

  • Fixes Segmentation fault on route:cache (#42)

v1.1.0 - 2023-08-28

v1.0.0 - 2023-08-24

v1.0.0-beta.7 - 2023-08-22

  • Adds with method to the class API (#31)

v1.0.0-beta.6 - 2023-08-17

  • Fixes call to undefined function "opcache_invalidate" when opcache is not installed (#28)

v1.0.0-beta.5 - 2023-08-15

  • Improves testbench development workflow (#24)
  • Fixes Class API when used with multiple fragments (#26)

v1.0.0-beta.4 - 2023-08-08

  • Adds Volt::route for full page components (#22)
  • Adds assertSeeVolt testing method (#23)

v1.0.0-beta.3 - 2023-08-03

  • uses interface support (#11)
  • Example to make:volt prompt (#12)
  • SFC with Class API (#15)
  • UX when using Folio's pages with Volt's anonymous components (#17)

v1.0.0-beta.2 - 2023-07-31

  • Windows support (#6)

v1.0.0-beta.1 - 2023-07-26

First pre-release.