Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
116 lines (73 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

116 lines (73 loc) · 6.17 KB

v0.2.3 (2015-03-30)

Bug Fixes

  • dep: correct jquery 2.1.0 component path (fd03855a)
  • gh-pages: wrong download link (d575856e, closes #186)
  • scrollfix: get scrollTop from scrollfix-target (0724d1d4)
  • travis: fix jslint errors in mask.js (41534729)

Features

  • scroll: Rename ui-scroll* files to scroll* (9dbb1b18)

Breaking Changes

  • if you rely on ui-mask to invalidate an empty viewValue this will no longer work. Please use the required attribute or ng-required directive to specify whether the input is required.

fixes #198 (781e59e5)

v0.2.2 (2015-02-18)

Bug Fixes

  • dep: correct jquery 2.1.0 component path (fd03855a)
  • gh-pages: wrong download link (d575856e, closes #186)
  • scrollfix: get scrollTop from scrollfix-target (0724d1d4)
  • travis: fix jslint errors in mask.js (41534729)

Features

  • scroll: Rename ui-scroll* files to scroll* (9dbb1b18)

Breaking Changes

  • if you rely on ui-mask to invalidate an empty viewValue this will no longer work. Please use the required attribute or ng-required directive to specify whether the input is required.

fixes #198 (781e59e5)

v0.2.1 (2015-01-02)

Bug Fixes

  • exclude demo code from final build (5440d6fa)

v0.2.0 (2014-12-31)

Bug Fixes

  • dep: correct jquery 2.1.0 component path (fd03855a)
  • gh-pages: wrong download link (d575856e, closes #186)
  • scrollfix: get scrollTop from scrollfix-target (0724d1d4)
  • travis: fix jslint errors in mask.js (41534729)

Features

  • scroll: Rename ui-scroll* files to scroll* (9dbb1b18)

Breaking Changes

  • if you rely on ui-mask to invalidate an empty viewValue this will no longer work. Please use the required attribute or ng-required directive to specify whether the input is required.

fixes #198 (781e59e5)

v0.1.0 (2013-12-29)

Bug Fixes

  • mark: TypeError: input is undefined (5440d6fa)
  • publisher:
    • don't throw error when 'dist/sub' don't exist (bd319236)
    • rename sub componenet stuff (5dcdc379)
  • ui-scroll:

Features

  • alias: Created a new ui-alias module for renaming/combining directives (1582d54e)
  • grunt:
  • publisher:
    • change travis scripts to work with the component-publisher system (12d97d3b)
    • add and config component-publisher system (4cea7ea5)
  • travis: add sub component auto publishing :) (0d64db00)