You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- We've moved ui-router-core to its new home at https://github.com/ui-router/core
634
-
- ui-router-core will now follow SemVer.
632
+
- This is the 1.0.0 release of @uirouter/core.
633
+
- We've moved @uirouter/core to its new home at https://github.com/ui-router/core
634
+
- @uirouter/core will now follow SemVer.
635
635
636
636
# BREAKING CHANGE
637
637
@@ -674,7 +674,7 @@ This release fixes bugs for both ng1 and ng2
674
674
675
675
#### BC in Core
676
676
* Remove `UIInjector.native` infavor of `UIInjector.getNative()` ([d11b7dc](https://github.com/angular-ui/ui-router/commit/d11b7dc))
677
-
* Remove `stateProvider` from ui-router-core. Use `stateRegistry` and `stateService` in 88c6494
677
+
* Remove `stateProvider` from @uirouter/core. Use `stateRegistry` and `stateService` in 88c6494
678
678
* We now enforce states with an explicit `parent:` may NOT ALSO specify a parent state in their name (i.e., `parent.child`)
679
679
680
680
#### BC in Angular 2
@@ -766,7 +766,7 @@ class RootAppModule {}
766
766
* **Trace:** Fix error in console after $trace.enable() ([013c77a](https://github.com/angular-ui/ui-router/commit/013c77a)), closes [#2752](https://github.com/angular-ui/ui-router/issues/2752)
767
767
* **transitionHook:** Prevent queued hookFn to be called if deregistered ([#2939](https://github.com/angular-ui/ui-router/issues/2939)) ([39e1ba7](https://github.com/angular-ui/ui-router/commit/39e1ba7)), closes [#2928](https://github.com/angular-ui/ui-router/issues/2928)
768
768
* **typescript:** Make UI-Router `noImplicitAny` safe. ([0769bc2](https://github.com/angular-ui/ui-router/commit/0769bc2)), closes [#2693](https://github.com/angular-ui/ui-router/issues/2693)
769
-
* **typescript:** Remove angular1 specific types from ui-router-core methods ([30124bd](https://github.com/angular-ui/ui-router/commit/30124bd)), closes [#2693](https://github.com/angular-ui/ui-router/issues/2693)
769
+
* **typescript:** Remove angular1 specific types from @uirouter/core methods ([30124bd](https://github.com/angular-ui/ui-router/commit/30124bd)), closes [#2693](https://github.com/angular-ui/ui-router/issues/2693)
0 commit comments