Releases: lifeart/els-addon-typed-templates
Releases · lifeart/els-addon-typed-templates
Class Names Rework
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
- 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!
- 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
- 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
- New AST transform
Kinda stable
Merge pull request #2 from lifeart/code-cleanup code cleanup