Skip to content

Latest commit

 

History

History
484 lines (247 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

484 lines (247 loc) · 11.6 KB

Changelog

v2024.1.1 (2024-04-16)

🚀 Enhancement

Committers: 1

v2023.3.2 (2023-12-12)

🐛 Bug Fix

  • #505 Fix "No display name is specified for configurable" issue (@Tolke)

Committers: 1

  • Miguel Angel Casanova (@Tolke)

v2023.3.1 (2023-12-10)

🚀 Enhancement

🏠 Internal

Committers: 1

v2023.2.1 (2023-07-28)

🚀 Enhancement

Committers: 1

v2023.1.2 (2023-04-21)

🐛 Bug Fix

Committers: 1

v2023.1.1 (2023-04-11)

🚀 Enhancement

Committers: 1

v2022.3.2 (2022-12-01)

🚀 Enhancement

🏠 Internal

Committers: 1

v2022.3.1 (2022-12-01)

🚀 Enhancement

Committers: 1

v2022.2.1 (2022-08-09)

🚀 Enhancement

Committers: 1

v2022.1.2 (2022-06-02)

🚀 Enhancement

  • #444 support ember-template-lint v4 command-line syntax (@dwickern)

Committers: 1

v2022.1.1 (2022-04-27)

🚀 Enhancement

Committers: 2

v2021.3.1 (2021-12-07)

🚀 Enhancement

Committers: 1

v2021.2.2 (2021-11-11)

🚀 Enhancement

  • #411 Add option to run ember-template-lint --fix on save (@dwickern)

🏠 Internal

Committers: 2

v2021.2.1 (2021-09-08)

🚀 Enhancement

🏠 Internal

Committers: 2

v2021.1.1

  • Change IntelliJ target version to v2021.1 (#369)

v2020.3.1

  • Change IntelliJ target version to v2020.3 (#355)

v2020.2.3

  • Fix off-by-one issue in the ember-template-lint annotator (#327)

v2020.2.2

  • Add support for CSS modules in "Goto Related" dialog (#321)

v2020.2.1

  • Change IntelliJ target version to v2020.2 (#320)

v2020.1.2

  • Add support for component template colocation (#316)

v2020.1.1

  • Change IntelliJ target version to v2020.1 (#310)

v2019.3.5

  • Ignore ember-template-lint parsing errors (#301)

v2019.3.4

  • Add ember-template-lint integration (#296)

v2019.3.3

  • Fix "Attribute not allowed here" warnings (#295)

v2019.3.2

  • Angle bracket autocomplete and goto references (#293)
  • Fix path to ember-cli executable (#291)

v2019.3.1

  • Change IntelliJ target version to v2019.3 (#286)

v2019.2.1

  • Change IntelliJ target version to v2019.2 EAP (#268)
  • Expose field to configure run configuration environment (#257)

v2019.1.2

  • Allow users to configure node interpreter (#254)

v2019.1.1

  • Change IntelliJ target version to v2019.1 (#251)

v2018.3.2

  • Fix random StringIndexOutOfBounds exceptions (#244)

v2018.3.1

  • Change IntelliJ target version to v2018.3 (#232)

v2018.2.4

  • Fix class navigation (#220)
  • Add option to specify a custom module to run the run configuration in (#218)

v2018.2.3

  • Fix NoClassDefFoundError: org/apache/commons/lang3/SystemUtils error (#217)

v2018.2.2

  • Add support for ember test run configuration (#166)
  • Run ember binary directly (#210)

v2018.2.1

  • Change IntelliJ target version to v2018.2 (#206)

v2018.1.2

  • Fix "NullPointerException" (#193)

v2018.1.1

  • Add TypeScript support (#175)
  • Use node interpreter path from the project settings (#178)
  • Change IntelliJ target version to v2018.1 (#185)

v2017.3.2

  • Add "Ember Serve" run configuration (#165)

v2017.3.1

  • Change IntelliJ target version to v2017.3
  • Resolve absolute imports for addons (#140)
  • Annotate model relationships (#148)
  • Add "addon-test-support" directory to reference search path (#150)
  • Add temporary ember-try folders as excluded folders (#157)

v2017.2.1

  • Change IntelliJ target version to v2017.2

v2017.1.3

  • Allow navigation to modules in addon and test/dummy/app folders (#139)

v2017.1.2

  • Merge changes from latest v2016.3 releases

v2017.1.1

  • Change IntelliJ target version to v2017.1

v2016.3.5

  • Fix project detections for WebStorm, PHPStorm, RubyMine, PyCharm, etc. (#127)

v2016.3.4

  • Use slash instead of dot for nested component autocomplete (#119)

v2016.3.3

  • Add support for ESLint and improve JSHint support (#116)

v2016.3.2

  • Resolve absolute imports from your own project (#103)
  • Add Ember CLI project generators (#105)

v2016.3.1

  • Change IntelliJ target version to v2016.3

v2016.2.6

  • Fix "Unknown Module Type" warnings (#102)

v2016.2.5

  • Replace "Ember.js" module with framework detector (#100)

v2016.2.4

v2016.2.3

  • ember-intl: Add support for JSON translation files (#95)
  • ember-intl: Use baseLocale property (#93)

v2016.2.2

v2016.2.1

  • Change release naming scheme to reflect IntelliJ target version
  • Add {{link-to}} target completion and resolving to Handlebars templates (#71)
  • Add readonly helper completion to Handlebars templates (#81)

v2.1.0

  • Add component and helper name completion and resolving to Handlebars templates (#62 and #65)

v2.0.0

  • Update minimum IntelliJ version to 2016.1
  • Compile with JDK 1.8
  • Add .handlebars file extension support (#55)
  • Add test, pauseTest and andThen live templates (#56 and #57)
  • Add support for in-repo-addons (#54)
  • Add support for acceptance tests (#58)

v1.5.2

  • Fix still broken ember invocation (#50)

v1.5.1

  • Fix broken ember invocation

v1.5.0

  • 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

  • Fix java.lang.IllegalStateException: it.virtualFile must not be null (#37)

v1.4.1

  • Revert automated build process to use JDK 1.7 again

v1.4.0

  • 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

  • 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

  • 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

  • Enable JSHint using .jshintrc
  • Marks 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

  • Fix missing icon file

v1.1.0

  • Quick navigation via Navigate → Class... for all major app components

Navigate → Class...

v1.0.2

  • Adjust plugin description

v1.0.1

  • Adjust plugin vendor information

v1.0.0

  • Ember.js project discovery (via app/app.js) when imported from existing sources
  • Automatically sets the language level to ES6
  • Marks app, public and tests folders as special folders