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

Latest commit

 

History

History
95 lines (56 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

95 lines (56 loc) · 3.93 KB

0.2.3 (2015-01-29)

Bug Fixes

  • another change to evalAsync

0.2.2 (2015-01-27)

Bug Fixes

  • onLoad called in the middle of the options (5b1a3170)
  • change to evalAsync

0.2.1 (2015-01-11)

Bug Fixes

  • bad user callback digestion (df526049)

0.2.0 (2015-01-08)

Bug Fixes

Features

  • readonly ng ready (0d99e5fd)
  • add advancedRenderer options (76fc37d1)
  • config: always call the global onLoad handler (c83086ac)
  • directive:
    • worker path for concatenated and minified configurations (b7e20c1a)
    • require and advanced options (6e160cb6)

0.1.2 (2015-01-08)

0.1.1 (2015-01-08)

Bug Fixes

  • ace: resize editor when its width/height changes (b2024c14, closes #26)

v0.1.0 (2013-12-28)

Bug Fixes

v0.0.5 (2013-12-14)

Bug Fixes

  • demo: Correct indentation. (3482eaa2)
  • travis:
    • Run bower install twice to make sure it does (6c909f6b)
    • Travis scripts bug... (bbae258e)
  • ui-ace: issue with digest already in progress error (1b2dcd51)

Features

  • demo:
    • Add more demos ! (5a2be000)
    • Add a demo.css file (83bbacd5)
    • Add angular-ui-bootstrap-bower for tabset directive. (df6a1b67)
  • test: add test code for the readOnly option (5da05ab7)
  • ui-ace:
    • Make the readonly option use double-curly expressions. Close #3. (2115d615)
    • add readOnly option (cffd1e45)