angular
angular copied to clipboard
UI-Router for Angular: State-based routing for Angular (v2+)
## Steps: - updated `@angular` libs - updated `ng-packagr` and created `ng-package.json` for packaging - updated `jest` and `jest-preset-angular` so tests pass Tests Passing: Build: ## Notes Should increment version...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
We are in the midst of upgrading our project to Angular 14 and would love it if you could release a new version with v14 support!
I ran into a case where I was assuming that the "future" declaration's data would continue to be used once the child route was loaded, but that didn't seem to...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I am migrating from ui-router 1 (AngularJS) to ui-router for Angular 12. In the old application we were catching transition-errors and redirecting to a proprietary 401-page via $transitions.onError({}, function(transition) {...
As ui-router team (@christopherthielen) has expressed interest in a monorepo setup for ui-router libraries and examples, this ticket tries to define the architecture, technical requirements and non-requirements of this task....