Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
prep for 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 5, 2014
1 parent ae361ba commit 70cd8c2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Version numbers correspond to `bower.json` version

# 0.0.5-preview
# 0.0.5
## Features
Added state locals/view debugging output when $stickyStateProvider.enableDebug(true);
Added Previous State service for returning to a workflows entry point issue #10

## Bug Fixes
- Sticky transitions lose locals (cached views) when pivoting over root state #9
- Wrap release ct-ui-router-extras.js in IIFE (function(){})() #6
- Clean up grunt warnings #5
- Remove sticky state debugging output #4
- Added karma runner for UI-Router versions 0.2.0, 0.2.8, 0.2.10, HEAD@2014-07-05 issue #12
- Removed runtime dependency on underscoreJS. issue #8
- Sticky transitions lose locals (cached views) when pivoting over root state issue #9
- Wrap release ct-ui-router-extras.js in IIFE (function(){})() issue #6
- Clean up grunt warnings issue #5
- Remove sticky state debugging output issue #4

## Breaking Changes
- example state factories are now hidden inside the IIFE.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ Full Website (description, API, demos): http://christopherthielen.github.io/ui-r

UI-Router is the defacto router for AngularJS.

UI-Router Extras adds 3 additional features to help you write large modular applications.
UI-Router Extras adds 4 additional features to help you write large modular applications.
- Sticky State
- Deep State Redirect
- Future State
- Previous State

## Dependencies
- required:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-router-extras",
"version": "0.0.4-preview",
"version": "0.0.5",
"authors": [
"Chris Thielen <[email protected]>"
],
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"author": "",
"author": "Chris Thielen",
"name": "ui-router-extras",
"version": "0.0.4-preview",
"description": "",
"homepage": "",
"version": "0.0.5",
"description": "UI-Router Extras",
"homepage": "http://christopherthielen.github.io/ui-router-extras/",
"dependencies": {},
"devDependencies": {
"express": "~3.4.4",
Expand Down

0 comments on commit 70cd8c2

Please sign in to comment.