Skip to content

Commit

Permalink
Merge pull request #14 from AegisJSProject/patch/events
Browse files Browse the repository at this point in the history
Overhaul events system
  • Loading branch information
shgysk8zer0 authored Nov 7, 2024
2 parents 2629121 + 1950813 commit e6b72e7
Show file tree
Hide file tree
Showing 13 changed files with 372 additions and 146 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.0.6] - 2024-11-07

### Added
- Add `preloadOnHover` to preload before click, upon hover indicator
- Add ability to prevent adding click/submit handlers
- Create functions to simplify working with `URLPattern`

### Changed
- Overhaul `aegis:navigate` events

### Fixed
- Fix navigation controller nav listener being aborted too early

## [v1.0.5] - 2024-10-26

### Fixed
Expand Down
30 changes: 27 additions & 3 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aegisjsproject/router",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple but powerful router module",
"keywords": [],
"type": "module",
Expand Down Expand Up @@ -78,7 +78,8 @@
},
"homepage": "https://github.com/AegisJSProject/router#readme",
"dependencies": {
"@aegisjsproject/state": "^1.0.2"
"@aegisjsproject/state": "^1.0.2",
"@aegisjsproject/url": "^1.0.0"
},
"devDependencies": {
"@aegisjsproject/component": "^0.1.4",
Expand Down
Loading

0 comments on commit e6b72e7

Please sign in to comment.