Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JibayMcs authored and github-actions[bot] committed Apr 17, 2024
1 parent 1f41400 commit 055758d
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to `filament-tour` will be documented in this file.

## v3.1.0.4 - 2024-04-17

### What's Changed

* Fixed translation by @theHocineSaad in https://github.com/JibayMcs/filament-tour/pull/10
* Fix the filament-tour::open-tour and filament-tour::open-highlight problems by @wallacemaxters in https://github.com/JibayMcs/filament-tour/pull/14

### New Contributors

* @theHocineSaad made their first contribution in https://github.com/JibayMcs/filament-tour/pull/10
* @wallacemaxters made their first contribution in https://github.com/JibayMcs/filament-tour/pull/14

**Full Changelog**: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.3...v3.1.0.4

## v3.1.0.3 - 2023-09-20

### What's Changed
Expand Down Expand Up @@ -40,17 +54,17 @@ You can now load your tours directly using a JSON file from a URL or your Storag

#### Tour

- Added to make all child steps uncloseable

- `function uncloseable(bool|Closure $uncloseable = true)`
- Added to make all child steps uncloseable

- `function uncloseable(bool|Closure $uncloseable = true)`

- Added to disable all steps events

- `function disableEvents(bool|Closure $disableEvents = true)`

- Added to disable all steps events

- `function disableEvents(bool|Closure $disableEvents = true)`
- Added to ignore routes check to launch Tour

- Added to ignore routes check to launch Tour

- `function ignoreRoutes(bool|Closure $ignoreRoutes = true)`
- `function ignoreRoutes(bool|Closure $ignoreRoutes = true)`


## 1.0.0 - 202X-XX-XX
Expand Down

0 comments on commit 055758d

Please sign in to comment.