Skip to content

Releases: excellenteasy/bradypodion

v0.5.1-beta.4

28 Mar 10:57
Compare
Choose a tag to compare
v0.5.1-beta.4 Pre-release
Pre-release

0.5.1-beta.4 (2014-03-28)

Bug Fixes

  • iscroll: make click compatible (fae1ed8d)

v0.5.1-beta.3

28 Mar 00:14
Compare
Choose a tag to compare
v0.5.1-beta.3 Pre-release
Pre-release

0.5.1-beta.3 (2014-03-28)

Bug Fixes

  • navbar: getUpFromState should detect up state even with params (0af3c3d6)

v0.5.1-beta.2

27 Mar 14:28
Compare
Choose a tag to compare
v0.5.1-beta.2 Pre-release
Pre-release

0.5.1-beta.2 (2014-03-27)

Bug Fixes

  • a11y:
    • ensure most important roles are applied first (fec78ae4)
    • add link role to sref and tap (932261bb)
    • not overwriting existing attributes (f8a141d4)
  • bpSref: remove bpSref, replace w/ uiSref (72d38e1d)
  • bpTap: remove bpTap, replace w/ ngClick (08ff320a)
  • navbar: on ios put single action on the left (98cc68b4)

Features

  • uiSref: make it work w/o touch delay (0eb87130)

Breaking Changes

  • bpSref is now named uiSref

before:

<bp-action bp-sref="somestate"></bp-action>

after:

<bp-action ui-sref="somestate"></bp-action>

This should be a search and replace migration.
(72d38e1d)

  • bpTap is now named ngClick

before:

<bp-action bp-tap="doSomething()"></bp-action>

after:

<bp-action ng-click="doSomething()"></bp-action>

This should be a search and replace migration.
(08ff320a)

v0.5.1-beta.1

21 Mar 20:29
Compare
Choose a tag to compare
v0.5.1-beta.1 Pre-release
Pre-release

0.5.1-beta.1 (2014-03-21)

Bug Fixes

  • navbar:
    • log error when param in state url (21ba62b8)
    • only compile up button if up state is found (3c16bc18)
  • sref: evaluate on tap, rather than on load (d507a2fb)

Brookesia

15 Mar 09:12
Compare
Choose a tag to compare

0.5.0 (2014-03-15)

Bug Fixes

  • navbar: correct height on any platform/orientation (ad20c91f)
  • tabbar: bigger icons (5dc9a212)

v0.5.0-beta.3

14 Mar 21:57
Compare
Choose a tag to compare
v0.5.0-beta.3 Pre-release
Pre-release

0.5.0-beta.3 (2014-03-12)

Bug Fixes

  • prevent digest at end of timeouts for perf (daa9da73)
  • app: move transition logic to directive closes #76 (5a2311b2)
  • iscroll:
    • put the provider in the bp.iscroll module (478a6609)
    • make options configurable via provider (05a31f6a)
  • navbar: hide wrapper if no navbar present (c79c7b32)
  • navigation: no animation w/o direction (f4b1570e)
  • tab: enable state params for tab state (1e7beda7)
  • view: merge sref into view closes #77 (78dfa517)

Features

  • navbar: read up state from url (7a258fa4)

v0.5.0-beta.2

28 Feb 23:50
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release

0.5.0-beta.2 (2014-02-28)

Bug Fixes

  • use controllers instead of scope (95578fa0)
  • navbar: do not expose private helpers to scope, no isolate (fb166e14)
  • navigation:
    • only animate on slide (5f84f60f)
    • do not leak memory w/ configs (86289cc5)
    • do not expose configs to scope (1604d9bb)
    • compile injected navbar against view scope (8429e967)
  • scale: look more like android (ebd9ea5b)
  • scroll: fix scroll w/table (59b5630b)
  • table: prevent margin collapse in grouped (3f825b40)

Features

  • navbar: support state params for up button (65e08083)
  • sref:
    • extract parseSref in service (d19ed574)
    • allow ui-router style param definition (1106fd9c)
  • view: platform specific transition defaults (27e879cc)

v0.5.0-beta.1

25 Feb 11:11
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

0.5.0-beta.1 (2014-02-25)

Bug Fixes

  • action-overflow: unbind events on destroy (b51aa80d)
  • navbar: should remove spawned toolbar on destroy (cbdf30d1)
  • view: getDirection should return null if segments do not match (18327616)

Features

  • action-overflow: initial (9c4c9e2b)
  • navbar:
  • navbar-config: allows to configure injected navbars (3017651b)
  • navigation: navigation directive that injects navbars (d8679a2c)
  • toolbar: initial (950726f5)
  • view:
    • introduce view wrapper (b72f45a8)
    • use data from state to detect direction (a71fcbb0)

Breaking Changes

  • getDirection method is now more strict about detecting the direction from URL segments.
    It requires the URLs to be the same in but the one segment that they defer from one
    another. Examples below illustrate URL changes and the returned value of getDirection
    if fed with the respective URL segments.

Before:
/home -> /home/second returned 'normal'
/home/second -> /home returned 'reverse'
/home/second/third -> /home returned null
/home -> /home/second/third returned 'normal'
/home/second -> /crazy/bar/baz returned 'normal'

After:
/home -> /home/second returns 'normal'
/home/second -> /home returns 'reverse'
/home/second/third -> /home returns null
/home -> /home/second/third returns null
/home/second -> /crazy/bar/baz returns null
(18327616)

v0.5.0-alpha.3

22 Feb 01:21
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release

v0.5.0-alpha.3 (2014-02-17)

Bug Fixes

  • remove whitespace from templates (27e95a4c)
  • action: remove buggy back label magic (4bd0ccac)
  • back-button: deprecate old styles (1a52aa50)
  • button: no icon artifact for ios buttons (7aff1ab4)
  • controllers: remove artifacts from remove viewCtrl (8e15e295)
  • cover: now with css animation (0eeea6a0)
  • icon: reduce embedded icons and make them optional (68ea8f09)
  • iscroll: don't destroy iscroll until transition ends (68ebf22f)
  • navbar:
  • search:
  • sref: fix nestedTap (fb4dcb3c)
  • tabbar: fix styles (6f31b81e)
  • tap:
    • encapsulation for element (ba16497e)
    • better fallback for getCoordinates (d9f84764)
  • up: consistent renaming (24db5e16)
  • view:
    • store transition type in data object (6a1bed0a)
    • deprecate global to method. use sref instead (fe74633b)

Features

  • bpSref: similiar to ui-sref, but tap enabled (0e8ad880)
  • button:
  • config: configurable on runtime (7667ac7c)
  • navbar: inject up button from state (ba46277f)
  • tabbar: now based on bp-sref (316ef554)

Breaking Changes

  • bpNavbar attributes no-center and no-button-split deprecated.
    bp-button and bp-icon renamed to bp-action.bp-button and bp-action.bp-icon.
    (bb0ae110)
  • You have to add a bp-app element or attribute. Body alone won't suffice.
    There is no more viewController.
    (dd3d2cc2)

v0.5.0-alpha.2

22 Feb 01:21
Compare
Choose a tag to compare
v0.5.0-alpha.2 Pre-release
Pre-release

v0.5.0-alpha.2 (2014-01-18)