Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency angular-ui-router to v1 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
angular-ui-router (source) ~0.2.15 -> ~1.0.0 age adoption passing confidence

Release Notes

angular-ui/ui-router

v1.0.30

Compare Source

Compare @uirouter/angularjs versions 1.0.29 and 1.0.30


Updated @uirouter/core from 6.0.7 to 6.0.8

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.7 and 6.0.8

v1.0.29

Compare Source

Compare @uirouter/angularjs versions 1.0.28 and 1.0.29


Updated @uirouter/core from 6.0.6 to 6.0.7

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.6 and 6.0.7

Bug Fixes
  • array: Fix decoding of array-type query parameters (44ebfae)
  • Note: this fix does not affect angularjs

v1.0.28

Compare Source

Compare @uirouter/angularjs versions 1.0.27 and 1.0.28

Bug Fixes
  • should not transition states when alt-clicked (8080adb)

v1.0.27

Compare Source

Compare @uirouter/angularjs versions 1.0.26 and 1.0.27

Bug Fixes
  • make augmented StateRegistry.register overload better match the signature in core (db4e63f)

Updated @uirouter/core from 6.0.5 to 6.0.6

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.5 and 6.0.6

Bug Fixes
  • params: Bi-directionally en/decode path and search params. (#​618) (89e99cd)

v1.0.26

Compare Source

Compare @uirouter/angularjs versions 1.0.25 and 1.0.26


Updated @uirouter/core from 6.0.4 to 6.0.5

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.4 and 6.0.5

Bug Fixes
  • TargetState: make isDef check more thorough (e657cfe)
Features
  • urlRuleFactory: Add support for StateDeclarations in UrlRuleFactory.fromState() (539d33a)

v1.0.25

Compare Source

Compare @uirouter/angularjs versions 1.0.24 and 1.0.25


Updated @uirouter/core from 6.0.3 to 6.0.4

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.3 and 6.0.4

Bug Fixes
  • safeConsole: check if document is defined to avoid issues in node environments (da29d88)

v1.0.24

Compare Source

Compare @uirouter/angularjs versions 1.0.23 and 1.0.24


Updated @uirouter/core from 6.0.1 to 6.0.3

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.1 and 6.0.3

Bug Fixes
  • hof: Rewrite curry from scratch (fc324c6), closes #​350
  • IE9: Add safeConsole so IE9 doesn't break (9c8579d)
Features
  • stateService: add transition option 'supercede' so transition can be ignored if one is pending (6e5a56f)

v1.0.23

Compare Source

Compare @uirouter/angularjs versions 1.0.22 and 1.0.23

Bug Fixes

Updated @uirouter/core from 5.0.23 to 6.0.1

Compare @uirouter/core versions 5.0.23 and 6.0.1

Bug Fixes
  • resolve: remove unnecessary generics from CustomAsyncPolicy (#​452) (61f4ee9)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package (ac1ef4b)
Features
  • resolve: Remove RXWAIT async policy in favour of allowing user defined async policy function (#​366) (0ad87f6)
BREAKING CHANGES
  • resolve: RXWAIT async policy has been removed, but it never worked in the first place

v1.0.22

Compare Source

Compare @uirouter/angularjs versions 1.0.21 and 1.0.22

Updated @uirouter/core from 5.0.22 to 5.0.23

Compare @uirouter/core versions 5.0.22 and 5.0.23

Bug Fixes
  • test_downstream_projects: don't double build core while testing downstreams (148b16b)
  • typescript: Fix typing of onChange callback in UrlService (961ed0f), closes #​229
  • typescript: Mark params as optional in StateService.href (614bfb4), closes #​287
  • vanilla: Fix baseHref parsing with chrome-extension:// urls (f11be4d), closes #​304

v1.0.21

Compare Source

Compare @uirouter/angularjs versions 1.0.20 and 1.0.21

Updated @uirouter/core from 5.0.21 to 5.0.22

Compare @uirouter/core versions 5.0.21 and 5.0.22

Bug Fixes
Features
  • TransitionHook: Pass in transition to HookMatchCriteria (#​255) (926705e)

v1.0.20

Compare Source

Compare @uirouter/angularjs versions 1.0.19 and 1.0.20

Updated @uirouter/core from 5.0.20 to 5.0.21

Compare @uirouter/core versions 5.0.20 and 5.0.21

Bug Fixes
  • dynamic: Use 'find' from common.ts instead of Array.prototype.find (66a3244), closes #​215
  • url: When using html5Mode and no tag is present, default to '/' (23742e3), closes #​223

v1.0.19

Compare Source

Compare @uirouter/angularjs versions 1.0.18 and 1.0.19

Bug Fixes
  • npm: Publish to the old angular-ui-router npm package too (8fc3bb2)
  • resolve: Detect and honor strictDi in angularjs versions 1.3 and 1.4 (1368c18), closes #​3678
  • state: When creating absolute hrefs in hashbang mode, include the location.pathname (cd426e5), closes #​3710
  • uiview: Allow uiOnParamsChanged to work with states that have a componentProvider (fe91bd3), closes #​3707
Updated @uirouter/core from 5.0.19 to 5.0.20

Compare @uirouter/core versions 5.0.19 and 5.0.20

Bug Fixes
  • params: When creating an array parameter from a custom type, copy the raw property (b6dd738), closes #​178
Features
  • dynamic: Support dynamic flag on a state declaration (3cd5a2a)
  • transition: Added transition.paramsChanged() to get added/deleted/changed parameter values for a transition (10b7fde)
  • view: Add _pluginapi._registeredUIView() to get a ui-view by id (6533b51)

v1.0.18

Compare Source

Compare @uirouter/angularjs versions 1.0.17 and 1.0.18

Bug Fixes
  • bundles: Do not run prettier against release/* bundles when publishing to bower (9b420fa)

v1.0.17

Compare Source

Compare @uirouter/angularjs versions 1.0.16 and 1.0.17

Updated @uirouter/core from 5.0.18 to 5.0.19

Compare @uirouter/core versions 5.0.18 and 5.0.19

Bug Fixes

v1.0.16

Compare Source

Compare @uirouter/angularjs versions 1.0.15 and 1.0.16

Bug Fixes
Updated @uirouter/core from 5.0.17 to 5.0.18

Compare @uirouter/core versions 5.0.17 and 5.0.18

Bug Fixes
  • angular: A hack to force the Angular compiler to import from module index (d56a2be)
  • StateRegistry: Notify listeners of added states when there are orphans in the state queue (5a9bac9)
  • transition: Fix typing of Transition.params() (ebea30e)
  • transition: Normalize error() to always return Rejection (9bcc5db)

v1.0.15

Compare Source

Compare @uirouter/angularjs versions 1.0.14 and 1.0.15

Bug Fixes
Updated @uirouter/core from 5.0.16 to 5.0.17

Compare @uirouter/core versions 5.0.16 and 5.0.17

Bug Fixes
  • core: Fix leak of old transitions by mutating pathnode*.resolvables*.data (0a1f518)

v1.0.14

Compare Source

Compare @uirouter/angularjs versions 1.0.13 and 1.0.14

Bug Fixes
  • uiSrefActive: don't match fuzzy on lazy loaded future states (01430ee)
Features
  • uiSrefActive: Support arrays of globs for ng-class style (b215343)
Updated @uirouter/core from 5.0.14 to 5.0.16

Compare @uirouter/core versions 5.0.14 and 5.0.16

Bug Fixes
  • common: Fix signature of for objects (make target optional) (61d0afc)
  • core: Fix memory leak of resolve data from ALL transitions ever (7f2aed1)
  • pathNode: add backwards compat for PathNode.clone(). Add retainedWithToParams to treeChanges interface. (4833a32)
Features
  • common: Add map-in-place support to map() (12bc7d8)
  • common: Add onEvict() callback registry for queues with max length (c19d007)

v1.0.13

Compare Source

Compare @uirouter/angularjs versions 1.0.12 and 1.0.13

Updated @uirouter/core from 5.0.13 to 5.0.14

Compare @uirouter/core versions 5.0.13 and 5.0.14

Bug Fixes
  • trace: Fix null reference in uiview name sort function (59cb067)
  • treeChanges: apply toParams to 'retained' path (#​72) (cf63d11)

v1.0.12

Compare Source

Compare @uirouter/angularjs versions 1.0.11 and 1.0.12

Bug Fixes
  • location: allow empty string param: Ng1LocationServices.url('') (01bbaf0)
  • onEnter: Do not inject child-state data into ng1 onEnter hooks (cdec6a0)
  • package: update @​uirouter/core to version 5.0.13 (6c63f2d)
  • travis: regenerate and encrypt secret (c718ce5)
Updated @uirouter/core from 5.0.11 to 5.0.13

Compare @uirouter/core versions 5.0.11 and 5.0.13

Bug Fixes
  • browserLocation: Use location.pathname (not href) or '/' when no base tag found (db461d6)
  • browserLocationConfig: If no base href found, use location.href (not empty string) (0251424)
  • pushStateLocation: Fix URLs: add slash between base and path when necessary (bfa5755)
  • pushStateLocation: When url is "" or "/", use baseHref for pushState (042a950)
  • resolve: Add onFinish hook to resolve any dynamicly added resolvables (7d1ca54)
  • urlRouter: Update query params when resetting url via .update() (7664cd0)
Features
  • view: Add onSync callback API to plugin API (9544ae5)

v1.0.11

Compare Source

Compare @uirouter/angularjs versions 1.0.10 and 1.0.11

Bug Fixes
  • uiView: Fix cfg.getTemplate is undefined (f4d99b0)

v1.0.10

Compare Source

Compare @uirouter/angularjs versions 1.0.9 and 1.0.10

Bug Fixes
  • artifactory: Add trailing newline to package.json to work around artifactory issue (#​3551) (d09a345), closes #​3550

v1.0.9

Compare Source

Compare @uirouter/angularjs versions 1.0.8 and 1.0.9

Updated @uirouter/core from 5.0.10 to 5.0.11

Compare @uirouter/core versions 5.0.10 and 5.0.11

Bug Fixes

v1.0.8

Compare Source

Compare @uirouter/angularjs versions 1.0.7 and 1.0.8

v1.0.7

Compare Source

Compare @uirouter/angularjs versions 1.0.6 and 1.0.7

Bug Fixes
  • typings: Allow views: { foo: 'string' } in Ng1StateDeclaration (2f7a3f2)
Updated @uirouter/core from 5.0.6 to 5.0.8 (2017-09-30)

Compare @uirouter/core versions 5.0.6 and 5.0.8

Bug Fixes
  • bundle: Rollup: Do not warn on THIS_IS_UNDEFINED (a4581b1)
  • globals: Use shallow copy to update the globals.params / $state.params object (e883afc)
  • Injector: When getting tokens from native injector, only throw on undefined (not on falsey values) (ada9ca2)
  • redirectTo: Fix typings for redirectTo. Allow a function that returns a target state or a promise for one. (3904487)
  • trace: Fall back to console.log if .table is unavailable (IE) (c8110fc)
  • trace: Support tracing of object-parameters with circular references (2f1ae9a)
  • url: Add CustomEvent polyfill for IE (a50db21)
  • vanilla: fix base path handling for vanilla push state (ad61d74)
  • vanilla: Use self instead of window for webworker compat (a4629ee)
Features
  • TargetState: Add builder methods .withState, .withParams, and .withOptions (6b93142)

v1.0.6

Compare Source

Compare @uirouter/angularjs versions 1.0.5 and 1.0.6

Bug Fixes
  • sourcemaps: Embed sources inline into sourcemaps (4baa430)

v1.0.5

Compare Source

Updated to @​uirouter/core 5.0.5 and addressed typescript 2.4 breaking changes

v1.0.4

Compare Source

Bug Fixes
@​uirouter/core changes

v1.0.3

Compare Source

Compare @uirouter/angularjs versions 1.0.29 and 1.0.30


Updated @uirouter/core from 6.0.7 to 6.0.8

Changelog for @uirouter/core:

Compare @uirouter/core versions 6.0.7 and 6.0.8

v1.0.0

Compare Source

v0.4.3

Compare Source

0.4.3 (2017-10-04)
Bug Fixes
  • state: $state.is no longer wrongly return true

v0.4.2

Compare Source

0.4.2 (2017-01-20)
Bug Fixes
  • state: avoid promise.catch() in favor of silenceUncaughtInPromise() (86df71e7)

v0.4.1

Compare Source

0.4.1 (2016-11-03)

Bug Fixes
  • resolve: Fix 'possibly unhandled rejection' in rejected resolves (f73e5516, closes #​2889)

v0.4.0

Compare Source

0.4.0 (2017-01-17)

Bug Fixes
  • $state: Fix "Possibly unhandled rejection" by catch()ing the transition promise (f2910e9b, closes #​3246, #​2889)
  • ui-sref-active-eq: Compare parameter values using typed parameters (67e4997e)
  • uiView: do not leave initial view scope undestroyed (fix unhandled rejection) (5be98e04, closes #​3164)
  • urlMatcherFactory: Check for null in int.is() Fixes message: Cannot read property 'toString' of nul (61728d71, closes #​3197)
Features
  • $templateFactory: use $templateRequest from AngularJS (9a1af98), closes [#]
  • $templateFactory: refactor to a Provider to have a $http/$templateRequest switch (7f1dec00)

BREAKING CHANGE: Use angular 1.3+ $templateRequest service to fetch templates

We now fetch templates using $templateRequest when it is available (angular 1.3+).
You can revert to previous template fetching behavior using $http by configuring the ui-router $templateFactoryProvider.

.config(function($templateFactoryProvider) {
  $templateFactoryProvider.shouldUnsafelyUseHttp(true);
});

There are security ramifications to using $http to fetch templates.
Read
Impact on loading templates
for more details.

v0.3.2

Compare Source

(2016-11-03) diff

Bug Fixes
  • $state.transitionTo: trigger $stateChangeCancel appropriately (#​3039) (ca7c366), closes #​3027
  • promise: avoid uncaught in promise errors due to transition rejections (66ab048), closes #​2889
  • state.includes: compare param vals using typed parameter (not using ==) (6958c24), closes #​2696
  • stateDirective: using on to attach an event handler instead of bind (#​3036) (a8aa40a)
  • urlMatcherFactory: fix tilde edge case with "string" encoding (#​3021) (953235a)

v0.3.1

Compare Source

(2016-06-03) diff

obscure BC-BREAK

If you're using element.data('$uiView').$animEnter, switch to element.data('$uiViewAnim').$animEnter
This was necessary in order to fix #​2763

Bug Fixes
  • state:
    • fire $stateChangeError if onEnter/onExit throws. closes #​2772 (a5756c38)
    • fail transition on exceptions in transition handler (8222fb0e)
  • uiView: separate $uiView and $uiViewAnim element.data() (d3502f3c, closes #​2763)
    • Fixes this error: Cannot read property 'name' of undefined at getUiViewName

v0.3.0: legacy maintenance release

Compare Source

(2016-05-14) diff

This is a release of the legacy branch, primarily to fix the $scope destroy ordering issues introduced in 0.2.16, as well as adding $scope.$resolve to enable "route-to-component-template".

We recommend all users to try the 1.0.0 alpha and report any issues it causes with your application. Read the known breaking changes between the legacy and 1.0 branches.

BC-BREAK

In 0.2.16 we delayed the ui-view $scope destroy() until after all animations were completed. This was a mistake, and we're reverting it in 0.3.0.

The original issue that we tried to address: https://github.com/angular-ui/ui-router/issues/1643

We are switching back to 0.2.15 behavior. The scope is now destroyed as soon as the view is swapped out. This allows cleanup to happen in response
to the $destroy event. If you need to do things after the animation, we've put the promise on the element.data('$uiView') in #​2562

Bug Fixes
  • state: Inject $state at runtime to force initialization (de3a04a7, closes #​2574)
  • ui-sref: update ui-sref-active/eq info when params change When ui-state dynamicly changes (9698ec4d, closes #​2554)
  • ui-state: update ui-sref-active/eq info when ui-state dynamicly changes watchers, make sur (abb3deba, closes #​2488)
Features
  • resolve: Put resolve values on the scope as $scope.$resolve

    This enables easier "routing-to-component-template", i.e.,

    .state({ name: 'foo', 
      resolve: { thing: (MyService) => MyService.getThing() }
      template: '<my-component component-input="$resolve.thing"></my-component>'
    });
    
  • uiView:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

1 participant