Skip to content

Releases: Turbo87/intellij-emberjs

v1.5.1

17 Apr 12:00
Compare
Choose a tag to compare
  • Fix broken ember invocation

v1.5.0

02 Apr 20:12
Compare
Choose a tag to compare
  • Add Exclude node_modules/bower_components folder application settings
  • Use "Resource Folders" only for IntelliJ
  • Update Kotlin to v1.0.1-2

v1.4.2

23 Feb 09:10
Compare
Choose a tag to compare
  • Fix java.lang.IllegalStateException: it.virtualFile must not be null (#37)

v1.4.1

01 Feb 08:43
Compare
Choose a tag to compare
  • Revert automated build process to use JDK 1.7 again

v1.4.0

31 Jan 13:55
Compare
Choose a tag to compare
  • Add IntelliJ 14 (all 141.* builds) compatibility
  • Add IntelliJ 16 (all 144.* builds and above) compatibility
  • Only enable JSHint automatically if .jshintrc file was found
  • Add basic support for Ember.js addons
  • Use locally installed ember executable

v1.3.1

10 Dec 09:41
Compare
Choose a tag to compare
  • Fix Ember.js project detection in PyCharm, WebStorm, RubyMine, ...
  • Fix Ember.js project detection if subfolders contain Java files
  • Fix ember-cli exception and broken timeout
  • Add icons for Darcula UI theme

v1.3.0

03 Dec 18:50
Compare
Choose a tag to compare
  • Navigate → Related Symbol... for tests
  • Show file type icons in project tree view
  • more Live Templates for HTMLBars
  • Basic reference resolving and completion for e.g. DS.belongsTo('user')

Reference Resolving

Completion

  • Generate Ember.js files via ember generate

Blueprints Dialog

v1.2.0

25 Nov 14:01
Compare
Choose a tag to compare
  • Enable JSHint using .jshintrc
  • Mark node_modules and bower_components as library folders
  • Quick navigation via Navigate → Related Symbol... for all major app components
  • Live templates

live-templates

v1.1.1

20 Nov 11:35
Compare
Choose a tag to compare
  • Fix missing icon file

v1.1.0

19 Nov 19:15
Compare
Choose a tag to compare
  • Quick navigation via Navigate → Class... for all major app components

    goto-class