From 70cd8c20c7dd1d7bb1d7bb984802b9a30d09cce2 Mon Sep 17 00:00:00 2001 From: christopherthielen Date: Sat, 5 Jul 2014 14:56:12 -0500 Subject: [PATCH] prep for 0.0.5 --- CHANGELOG.md | 13 ++++++++----- README.md | 3 ++- bower.json | 2 +- package.json | 8 ++++---- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf95093..9bff296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 1ae636d..1cf1a1c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bower.json b/bower.json index 34f47a2..2a59a49 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ui-router-extras", - "version": "0.0.4-preview", + "version": "0.0.5", "authors": [ "Chris Thielen " ], diff --git a/package.json b/package.json index 56e44c9..0867aab 100644 --- a/package.json +++ b/package.json @@ -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",