Skip to content

Conversation

@jn42lm1
Copy link
Contributor

@jn42lm1 jn42lm1 commented Jan 9, 2025

Description:

  • Add attribute to toggle light or shadow DOM
  • Add optional theme property to apply custom class name to loaded route component
  • Add optional metadata property to route definition

Screenshots (if appropriate):

All Submissions:

  • I have followed the guidelines in the Contributing document.
  • I have checked to ensure there aren't other open Pull Requests for the same update/change.

Changes to Core Features:

  • I have added an explanation of what my changes do and why I would like to include them.
  • [x ] I have written new tests for my core changes, as applicable.
  • I have successfully ran tests with my changes locally.
  • I have added/updated docs, as applicable.

stefan505 and others added 24 commits May 2, 2024 12:23
* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char
* Added brackets and braces to list of chars

* Added escape char
* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Support URI syntax characters (#35)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Expand path regex (#37)

* Added brackets and braces to list of chars

* Added escape char

* Support URI syntax characters (#35) (#36)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Fix memory leak caused by not removing animationend event listener (#41)

* Bump braces from 3.0.2 to 3.0.3 (#40)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Bump ws from 7.5.9 to 7.5.10 in /examples/vanilla (#39)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Updated docs

* Bump ws from 7.5.9 to 7.5.10 in /examples/lit (#43)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Bump braces from 3.0.2 to 3.0.3 in /examples/vanilla (#42)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Updated docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Buys <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jn42lm1 <[email protected]>
* Fix memory leak (#44)

* Support URI syntax characters (#35)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Expand path regex (#37)

* Added brackets and braces to list of chars

* Added escape char

* Support URI syntax characters (#35) (#36)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Fix memory leak caused by not removing animationend event listener (#41)

* Bump braces from 3.0.2 to 3.0.3 (#40)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ws from 7.5.9 to 7.5.10 in /examples/vanilla (#39)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated docs

* Bump ws from 7.5.9 to 7.5.10 in /examples/lit (#43)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump braces from 3.0.2 to 3.0.3 in /examples/vanilla (#42)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updated docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Buys <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jn42lm1 <[email protected]>

* Document clear cache function

* Set the title bar color to identify the project easier

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Buys <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jn42lm1 <[email protected]>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Support URI syntax characters (#35)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Expand path regex (#37)

* Added brackets and braces to list of chars

* Added escape char

* Support URI syntax characters (#35) (#36)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Fix memory leak caused by not removing animationend event listener (#41)

* Bump braces from 3.0.2 to 3.0.3 (#40)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Bump ws from 7.5.9 to 7.5.10 in /examples/vanilla (#39)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Updated docs

* Bump ws from 7.5.9 to 7.5.10 in /examples/lit (#43)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Bump braces from 3.0.2 to 3.0.3 in /examples/vanilla (#42)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Updated docs

* Fix memory leak (#44) (#45)

* Support URI syntax characters (#35)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Expand path regex (#37)

* Added brackets and braces to list of chars

* Added escape char

* Support URI syntax characters (#35) (#36)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Fix memory leak caused by not removing animationend event listener (#41)

* Bump braces from 3.0.2 to 3.0.3 (#40)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Bump ws from 7.5.9 to 7.5.10 in /examples/vanilla (#39)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Updated docs

* Bump ws from 7.5.9 to 7.5.10 in /examples/lit (#43)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Bump braces from 3.0.2 to 3.0.3 in /examples/vanilla (#42)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Updated docs

---------






* Add option to cache route component templates (#46)

* Fix memory leak (#44)

* Support URI syntax characters (#35)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Expand path regex (#37)

* Added brackets and braces to list of chars

* Added escape char

* Support URI syntax characters (#35) (#36)

* Extend regex pattern with additional characters

* Version bump

* Added missing dot char

* Added missing percentile char

* Fix memory leak caused by not removing animationend event listener (#41)

* Bump braces from 3.0.2 to 3.0.3 (#40)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Bump ws from 7.5.9 to 7.5.10 in /examples/vanilla (#39)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Updated docs

* Bump ws from 7.5.9 to 7.5.10 in /examples/lit (#43)

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...




* Bump braces from 3.0.2 to 3.0.3 in /examples/vanilla (#42)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Updated docs

---------






* Document clear cache function

* Set the title bar color to identify the project easier

---------






* Update cache loader to be safe in case the cached component has been garbage collected

* Bump braces from 3.0.2 to 3.0.3 in /examples/lit (#47)

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...




* Updated docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Stefan Buys <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jn42lm1 <[email protected]>
- Add attribute to toggle light or shadow DOM
- Add optional theme property to apply custom class name to loaded route component
- Add optional metadata property to route definition
Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependency [@web/dev-server](https://github.com/modernweb-dev/web/tree/HEAD/packages/dev-server). These dependencies need to be updated together.


Updates `rollup` from 2.79.1 to 4.22.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v4.22.4)

Updates `@web/dev-server` from 0.1.35 to 0.4.6
- [Release notes](https://github.com/modernweb-dev/web/releases)
- [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/dev-server/CHANGELOG.md)
- [Commits](https://github.com/modernweb-dev/web/commits/@web/[email protected]/packages/dev-server)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: "@web/dev-server"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jn42lm1 <[email protected]>
@chromaticWaster chromaticWaster self-requested a review January 9, 2025 09:13
@jn42lm1 jn42lm1 merged commit 1ffb731 into main Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants