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

Releases: angular-ui/AngularJS-Atom

v0.5.3

16 Jan 14:52
052c02c
Compare
Choose a tag to compare
  • disable autocompletion in JavaScript with whitespaces - #83
  • support a snippets for $timeout - #79

v0.5.2

05 Jan 14:42
3e14da0
Compare
Choose a tag to compare
  • disable autocompletion in JavaScript with comma and so on - #83

v0.5.1

03 Dec 07:23
113101b
Compare
Choose a tag to compare
  • fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - #82
  • support autocompletions with prefix started with $

v0.5.0

02 Dec 14:21
d52d8ca
Compare
Choose a tag to compare
  • use autocomplete-plus for autocompletion.
    • older autocompletion doesn't work with latest Atom.

v0.4.0

04 Feb 13:40
ec72241
Compare
Choose a tag to compare
  • fix deprecated selector since Atom v1.13.0 - #68
  • add new attributes of angularjs

v0.3.5

27 Jul 13:44
ab095bd
Compare
Choose a tag to compare
  • change syntax names to compatable with themes - #50
  • fix a ng-model-options syntax highlight bug - #58
  • add syntax highlight for ng-required - #59
  • support jsp files - #55

v0.3.4

18 Jan 13:20
Compare
Choose a tag to compare

v0.3.3

15 Oct 09:06
Compare
Choose a tag to compare

rollback fixing emmet's tab autocompletion

v0.3.2

10 Oct 07:05
Compare
Choose a tag to compare
  • support normailzed angular's tags and attributes
    (e.g data-ng-if, x-ng-if)(#44)

Bug fixes

  • fix confict with emmet's tab autocompletion(#19)
  • fix wrong syntax highlight(#42, #43)

v0.3.0

22 May 19:28
Compare
Choose a tag to compare
  • fix Atom update problem that Atom doen't update
    v0.2.0 and still use v0.1.0.(#39)
  • fix syntax highlight error for ng-options(#20)