Skip to content

1.0 beta checklist #2223

Closed
Closed
@christopherthielen

Description

@christopherthielen

List of 1.0 BC: #2219

Blockers

Merge

Bugs

https://github.com/angular-ui/ui-router/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A1.0

Features

  • Retain resolved data during transition redirect
  • Consolidate StateParams and ParamValues classes
  • Baked in redirectTo processing, as an onStart hook Child default state issues with the ui-sref & URL #948
  • Add/remove states during runtime (stateRegistry.ts)
  • Earlier exit hook than onExit... maybe integrate with onBefore afcfe95
    • should fire before an onStart hook that redirects if a user is not authenticated, for example);
    • Better integration with view code (controller/component).
  • Make path parameters non-optional by default (add to BC)

Chores

branches, repositories, orgs

  • Create separate repo for ui-router-core
  • Branch angular-ui/ui-router master to 0.2.x
  • Merge (or move?) feature-1.0 to master
  • Move core code to ui-router-core
  • Release first version of ui-router-core
  • Import ui-router-core into angular-ui-router
  • Release angular-ui-router beta
  • Release ui-router-ng2 alpha
  • Find a home for ui-router StateVis and TransitionVis
  • Find a home for new demo app

common.ts

  • Remove unused code from common

TS and ES6

  • Ensure tslint passes rules
  • Configure build with tslint
  • ES6ify remaining ES5 classes

Non-Blockers

(but will block a release candidate)

Docs

  • docs -- update for http://typedoc.io docs generation
  • recipes and approaches
  • interactive architecture overview (statevis/transitionvis)
  • Add lots of docs and comments to the new demo app

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions