Skip to content

Releases: ui-router/angular-hybrid

3.0.0

08 Jun 18:54
Compare
Choose a tag to compare

3.0.0 (2017-05-16)

  • chore(*): Fix botched merge and re-add ng2LazyLoadBuilder (8596e2a)
  • chore(*): fix some code comments (83bc525)
  • chore(build): remove old release script (7128857)
  • chore(build): tweak npm ignore (788b5ed)
  • chore(build): update .npmignore (5a18fe2)
  • chore(README): Update README (76aa21a)
  • chore(README): Update README with info about migration to @angular/upgrade/static (215160a)
  • feat(ngUpgrade): Add support for @angular/upgrade/static (4b7fce0)
  • feat(upgrade): Version 3.x uses @angular/upgrade/static (1d60e5b)
  • refactor(static): Clean up imports and switch let to const (4a0dcaf)
  • fix(ngModule): Revert breaking change of module name (7a37c4a)
  • fix(static): Remove setup call and get the ng2 injector from ng1 (27fa6dc)
  • Specify inputs for downgraded uiViewNgUpgrade (a47445d)
  • Update README.md (48bad58)

2.0.0 -- npm package changed!

13 May 17:44
Compare
Choose a tag to compare

2.0.0 (2017-05-13)

  • switch to scoped packages (see breaking changes below)
  • Supports Angular 4.x
  • Update to @uirouter/core 5.0.3
  • Update to @uirouter/angularjs 1.0.3
  • Update to @uirouter/angular 1.0.0-beta.6

This version only supports JIT. We hope to add AoT support in the next version.

  • chore(*): bump deps to artifact tags (550d2ea)
  • chore(*): bumping version to 2.0.0 (f8003d8)
  • chore(build): Add rollup build file (8955496)
  • chore(build): Add scripts dir (29b2824)
  • chore(build): Add UMD module name mappings (b0c7eed)
  • chore(build): bump dependencies (943ac95)
  • chore(build): Remove incorrect rollup config (a3c0fb9)
  • chore(travis): Build package with travis (3948ae2)
  • fix(*): Update for split repositories. Update to ui-router-ng2 1.0.0-beta.4, angular-ui-router 1.0.0 (4e1050e)
  • fix(angular4): Update hybrid adapter with new DI token for angular injector (8a85fc0)
  • fix(build): Switch tsconfig back to module: commonjs (1b20157)
  • fix(ng1-to-ng2): Add ui-router-rx plugin and ng2 loadChildren decorator (dc58311)
  • fix(package): Add prepublish build step allowing installs from git (c7c693c)
  • feat(hybrid): rename npm package to @uirouter/angular-hybrid. Update project to use latest @uirouter (6b06e86)
  • Add artifact tagging script (abfbe9e)
  • Typo, should be Angular 1 to Angular 2 (c466cae)
  • Update CHANGELOG.md (14be8a9)
  • bug(*): fix State renamed to StateObject (50677d1)

BREAKING CHANGE

Project name switched from ui-router-ng1-to-ng2 to @uirouter/angular-hybrid

bundle moved to _bundles/ui-router-angular-hybrid.js

See: https://ui-router.github.io/blog/uirouter-scoped-packages/

1.0.15

27 Sep 16:21
Compare
Choose a tag to compare

compare to 1.0.14

Bug fixes

Registers upgraded NgModule states from UIRouterModule.forChild({ states: STATES }) (Fixes #17)

1.0.14

27 Sep 16:28
Compare
Choose a tag to compare

Compare to 1.0.12

Bug fixes

Export ui-router directives for use in components in root module (Fixes #18)

1.0.12 Angular 2.0.1 final support

27 Sep 16:37
Compare
Choose a tag to compare

Compare to 1.0.11

Bug fixes

Supports angular 2.0.1+ final

Features

Build upgraded to TS 2.0
Expose merged ng1/ng2 injector to resolve system (allow resolves to inject either ng1 or ng2 symbols)

1.0.11: Angular 2.0.0-rc.5 support

27 Sep 16:39
Compare
Choose a tag to compare

Support Angular 2 NgModule (Angular 2.0.0-rc.5/UI-Router 1.0.0-beta.2+)

Compare to 1.0.10

Bug fixes

Support Angular 2.0.0-rc.5 using @UIRouterModule (Fixes #12)

NOTE: ng1-to-ng2 1.0.11 doesn't support ng2 rc.6 because of: #13 angular/angular#11280

1.0.10

27 Sep 16:45
Compare
Choose a tag to compare

Compare to 1.0.8

Update build/release process

1.0.8

27 Sep 16:41
Compare
Choose a tag to compare

Compare to 1.0.7

Bug fixes

Support named views (Closes #6)

1.0.7

27 Sep 16:51
Compare
Choose a tag to compare

Support Angular 2.0.0-rc.4

Compare to 1.0.6

update for ng2 rc.4 and ui-router 1.0.0-beta.1

1.0.6

27 Sep 17:15
Compare
Choose a tag to compare

Compare to 1.0.5

Bug fixes

allow UiView adapter to work on root ng1 ui-view