Skip to content

Commit

Permalink
Support scrolling & nav animations & metadata
Browse files Browse the repository at this point in the history
### Added
- Add support for scrolling to top of page or anchor elements on navigation
- Add support for animations on navigation
- Add support for setting page title & description via exported `title`s and `description`s
- Add `timeNavigation()` function to time duration of navigation

### Changed
- Make `back()`, `forward()` and `go()` async and wait for actual navigation
- Extend navigation controllers/promises to work on only specified `event.reason`s

### Fixed
- Removed old JSDoc references to `RegEx` support
  • Loading branch information
shgysk8zer0 committed Nov 19, 2024
1 parent 44da4d3 commit 78bded0
Show file tree
Hide file tree
Showing 14 changed files with 296 additions and 131 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.1.0] - 2024-11-19

### Added
- Add support for scrolling to top of page or anchor elements on navigation
- Add support for animations on navigation
- Add support for setting page title & description via exported `title`s and `description`s
- Add `timeNavigation()` function to time duration of navigation

### Changed
- Make `back()`, `forward()` and `go()` async and wait for actual navigation
- Extend navigation controllers/promises to work on only specified `event.reason`s

### Fixed
- Removed old JSDoc references to `RegEx` support

## [v1.0.7] - 2024-11-09

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aegisjsproject/router",
"version": "1.0.7",
"version": "1.1.0",
"description": "A simple but powerful router module",
"keywords": [],
"type": "module",
Expand Down
Loading

0 comments on commit 78bded0

Please sign in to comment.