Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker authored Jan 20, 2022
1 parent 3de44fd commit 4426587
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/inertia-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/inertiajs/inertia/compare/inertia-vue3@0.6.0...HEAD)

### Added

- Added a Global "Visit" options hook that can be used to _override or set_ instance-provided options ([#1052](https://github.com/inertiajs/inertia/pull/1052))

### Fixed

- The `title` tag is now injected by default when one is defined ([#1055](https://github.com/inertiajs/inertia/pull/1055))

### Changed

- Types: `VisitOptions` is now exported as `VisitParams` instead due to the new Global Visit Options hook ([#1052](https://github.com/inertiajs/inertia/pull/1052))

## [v0.6.0](https://github.com/inertiajs/inertia/compare/inertia-vue3@0.5.2...inertia-vue3@0.6.0)

### Added
Expand Down

0 comments on commit 4426587

Please sign in to comment.