Releases: angular-ui/AngularJS-Atom
Releases · angular-ui/AngularJS-Atom
v0.5.3
- disable autocompletion in JavaScript with whitespaces - #83
- support a snippets for $timeout - #79
v0.5.2
- disable autocompletion in JavaScript with comma and so on - #83
v0.5.1
- fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - #82
- support autocompletions with prefix started with $
v0.5.0
- use autocomplete-plus for autocompletion.
- older autocompletion doesn't work with latest Atom.
v0.4.0
- fix deprecated selector since Atom v1.13.0 - #68
- add new attributes of angularjs
v0.3.5
- 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.3
rollback fixing emmet's tab autocompletion
v0.3.2
- 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
- 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)