- Upgrade to Angular 13 [ebrehault]
- Provide services in root [ebrehault]
- Upgrade to Angular 12 [ebrehault]
- Do not mutate HttpParams [ebrehault]
- Upgrade to Angular 11 [ebrehault]
- Fix
traverseHere()
when using prefix [ebrehault]
- Fix traversed path when prefix is null [ebrehault]
- Refactoring
getQueryParams
in order to support array of parameters and providing a sample of usage [faustoonna]
- Allow to change navigation prefix at runtime [ebrehault]
- Allow to traverseHere without querystring [ebrehault]
- Use view prefix to lazy load a module [ebrehault]
- Upgrade to Angular 10 [ebrehault]
- Clean up implicit any [ebrehault]
- Allow to traverse to parent folder by going to
..
[ebrehault]
- Method to get query parameters easily [ebrehault]
- Do not replace tile context with traversed state defined before tile instantiation [ebrehault]
beforeTraverse
observable [ebrehault]
- Compile lazy module on load [ebrehault]
- Fix Travis so non-tagged version can be merged [ebrehault]
- Do not break if tile does not exist [ebrehault]
a[traverseTo]
href with fullPath [CarlesLopezMagem]
emptyTile
: method allowing to remove current component from a tile [mpellerin]
- Remove the
[noAutoTraverse]
attribute, it is not needed anymore astraverse()
will not update the location if it has been already set by Angular Router [ebrehault]
- Support lazy loading for tiles [ebrehault]
- Fix when Location.back goes back to root [oggers]
- Fix typing
- Support lazy loading [ebrehault]
- Upgrade to Angular 9 [mathilde-pellerin]
- Fix change detection on traverser-outlet [mathilde-pellerin]
- Tiles support
- Fix build and upgrade to Angular 8
- Auto-tagging and auto-release on NPM
- Fix traversing on root
- Setup auto-tagging
- Fix demo and package.json
- Fix typing
- Add noAutoTraverse parameter to block traverse on location change if routing (Eric Brehault)
- Normalize path before resolving when called from outside (Mathilde Pellerin)
- Support usage with routing (ebrehault)
- Remove generated e2e tests (Mathilde Pellerin)
- Remove protractor, karma and jasmine dependencies (as we are using jest) (Mathilde Pellerin)
- Upgrade angular to version 7.2.0 (Mathilde Pellerin)
- Build the project using angular cli (Mathilde Pellerin)
- Unit tests with Jest instead of Karma (Mathilde Pellerin)
- fix request header (Thomas Desvenain)
- traverseHere utility (Eric BREHAULT)
-
Fix IE support by switching from URLSearchParams to HttpParams from @angular/common/http (Sune Wøller)
-
When we change query string but not context, we request backend. (Thomas Desvenain)
-
Add querystring to target. (Thomas Desvenain)
-
Use tsconfig path mapping to configure module-name-> location for test project. (Sune Wøller)
-
Switch from angular/http to angular/common/http. (HttpClient) (Sune Wøller)
-
Angular 5.0.0 compliancy. (Eric Bréhault)
- Declare Target interface and no implicit any. (Thomas Desvenain)
- Do not re-use context if empty.
- Preserve previous location if no context path.
Expose real href attribute on A tags.
Initialize contextPath properly.
Extract querystring from path and pass it to resolver.
Return the context path.
Allow to provide path normalizer.
Upgrade to Angular 4.0.0.
Fix BasicHttpResolver backend url injection.
Initial release.