|
0ea44c76b9
|
Modifying the route extension to have a show and hide callback.
|
2021-08-25 00:01:10 -07:00 |
|
|
783a87da82
|
Router now supports variables in routes and route template.
|
2021-08-24 13:40:29 -07:00 |
|
|
b6d288f422
|
Added more docs. Router now has a data option that is passed with the event. Added route extension to help other templates react to route events.
|
2021-08-11 10:45:06 -07:00 |
|
|
020e6a3ae8
|
Router navigate now uses it's own internal state array. Router now has a back function which allows going backwards on different platforms.
|
2021-07-28 08:40:52 -07:00 |
|
|
f4171fdca1
|
Merge branch 'HEAD'
|
2021-05-19 10:29:01 -07:00 |
|
|
9bee6456cb
|
RouterMatcher is now Router. Added navigate. Added hash mode.
|
2021-05-19 10:28:07 -07:00 |
|
|
12916f008c
|
Renamed js file to ignite-html-router.js
|
2021-05-04 14:25:41 -07:00 |
|
|
b821e2e88a
|
Added strict flag to ignite router view to allow stricter route control.
|
2021-01-25 00:38:18 -08:00 |
|
|
8ca79aaead
|
Fixed a few bugs with route matching for router view and router links.
|
2021-01-22 15:14:37 -08:00 |
|
|
6d74befbb3
|
Added css marker to style so we can get syntax highlighting.
|
2020-12-24 17:47:24 -08:00 |
|
|
50c4a75b49
|
Adding active class to router link element as well and cleaned up code.
|
2020-12-12 13:28:32 -08:00 |
|
|
39ed96ccb4
|
Fixed a few bugs, added better documentation.
|
2020-11-08 16:14:50 -08:00 |
|
|
bf48cac433
|
Added support for multiple route checking for router links and router views.
|
2020-11-02 08:15:12 -08:00 |
|
|
af88f24a29
|
Allowed multiple children to be specified in router link constructor. Adjusted styling to display flex and center.
|
2020-10-28 10:03:28 -07:00 |
|
|
1dc47834e5
|
Ignite router now uses ready function from ignite element so that the router link and router view is setup once the page is fully loaded.
|
2020-09-11 07:54:17 -07:00 |
|
|
fbcb4e5f46
|
Added route matching and initial working functionality for the router link and router view. Next up is getting afterRender working correctly for Ignite so that the correct router view can be displayed once the page is loaded.
|
2020-09-10 22:45:28 -07:00 |
|
|
8bd0a9e661
|
Testing pop and push state events on windows to see how the router might work.
|
2020-09-10 18:55:49 -07:00 |
|
|
85fb265651
|
Working on initial router code.
|
2020-09-08 15:44:26 -07:00 |
|