Skip to content

Releases: lifeart/els-addon-typed-templates

Class Names Rework

26 May 19:58
Compare
Choose a tag to compare

Full list of changes and updates: #20

  • improved quality of path highlighting
  • updated components resolution logic
  • updated controllers resolition logic
  • meaningful class names in errors
  • aruguments autocomplete in component-invocation usages (fix #19)
  • type-checking for arguments in component-invocation usages
  • typings from templates (Args) now used for arguments autocomplete
  • improved issue location highlighting

Battle tested resolution

10 Feb 00:04
Compare
Choose a tag to compare
  • changed nesting deph from 1 to 3
  • fixed go-to definition for project-absolute files, like my-app/services/name.ts
  • fixed vscode issue, based on incorrect file removal watcher notifications

Hello, Octane!

21 Dec 21:24
Compare
Choose a tag to compare
  • breking: you need al least, Unstable Ember Language Server 0.2.57
  • extremely improved performance (using file change tracking and snapshots caching)
  • warn on not resolved helpers/components/modifiers
  • imporved path typings
  • ability to declate custom typings for global scope (see readme)
  • improved scope lookup inside element attributes
  • ability to specify typings inside template-only component

Modifiers & Linting support

08 Dec 12:17
Compare
Choose a tag to compare
  • improved ts linting
  • modifiers support
  • readme updates
  • template-only components fixes
  • improved hbs linting integration
  • on modifier typings
  • include basic bultin types
  • yeld block support
  • fixed caching issue

Solid Tree

08 Dec 05:57
Compare
Choose a tag to compare
  • New AST transform

Kinda stable

07 Dec 17:40
ef3aa3e
Compare
Choose a tag to compare
Merge pull request #2 from lifeart/code-cleanup

code cleanup