Skip to content

Releases: typed-ember/glint

v1.0.8-@glint/ember-tsc

17 Nov 20:09
90bb542

Choose a tag to compare

Release (2025-11-17)

  • @glint/ember-tsc 1.0.8 (patch)
  • @glint/template 1.7.3 (patch)
  • @glint/tsserver-plugin 2.0.8 (patch)

🐛 Bug Fix

📝 Documentation

  • #1019 CONTRIBUTING: additional note about ember-tsc (@machty)
  • #1017 CONTRIBUTING: add note about Volar Labs transformed files (@machty)

Committers: 2

v1.0.7-@glint/ember-tsc

31 Oct 13:43
1af30b6

Choose a tag to compare

Release (2025-10-31)

  • @glint/ember-tsc 1.0.7 (patch)
  • @glint/template 1.7.2 (patch)
  • @glint/tsserver-plugin 2.0.7 (patch)

🐛 Bug Fix

  • @glint/template
    • #1013 Changed GlobalSVGAttributes to extend GlobalHTMLAttributes instead of just GlobalAriaAttributes (@johanrd)

Committers: 1

v1.0.6-@glint/ember-tsc

31 Oct 12:04
05d796f

Choose a tag to compare

Release (2025-10-31)

  • @glint/ember-tsc 1.0.6 (patch)
  • @glint/template 1.7.1 (patch)
  • @glint/tsserver-plugin 2.0.6 (patch)

🐛 Bug Fix

  • @glint/template
    • #1011 fix regression where ariaAttributes were lost from SVGSVGElementAttributes (@johanrd)

🏠 Internal

Committers: 2

v1.0.5-@glint/ember-tsc

30 Oct 19:48
f4dab1c

Choose a tag to compare

Release (2025-10-30)

  • @glint/ember-tsc 1.0.5 (patch)
  • @glint/template 1.7.0 (minor)
  • @glint/tsserver-plugin 2.0.5 (patch)

🚀 Enhancement

  • @glint/template
    • #1005 Make element attributes extensible, fix unneeded element-type branding (@NullVoxPopuli)

🐛 Bug Fix

  • @glint/template
    • #1005 Make element attributes extensible, fix unneeded element-type branding (@NullVoxPopuli)

📝 Documentation

Committers: 3

v1.0.4-@glint/ember-tsc

17 Oct 12:57
7c52122

Choose a tag to compare

Release (2025-10-17)

  • @glint/ember-tsc 1.0.4 (patch)
  • @glint/template 1.6.2 (patch)
  • @glint/tsserver-plugin 2.0.4 (patch)
  • v2-ts-ember-addon 0.0.1 (patch)

🐛 Bug Fix

  • @glint/template

📝 Documentation

🏠 Internal

  • v2-ts-ember-addon
    • #998 Add another test project for assuring we build declarations correctly (@NullVoxPopuli)

Committers: 3

v1.0.3-@glint/ember-tsc

02 Oct 01:28
2fbcdae

Choose a tag to compare

Release (2025-10-02)

  • @glint/ember-tsc 1.0.3 (patch)
  • @glint/tsserver-plugin 2.0.3 (patch)

🐛 Bug Fix

  • @glint/ember-tsc
    • #991 Add type annotations to fix embroider-vite builds (@machty)

Committers: 1

v1.0.2-@glint/ember-tsc

01 Oct 19:00
8302223

Choose a tag to compare

Release (2025-10-01)

  • @glint/ember-tsc 1.0.2 (patch)
  • @glint/tsserver-plugin 2.0.2 (patch)

🐛 Bug Fix

  • @glint/ember-tsc
    • #989 Allow V2 addons to get .d.ts declarations instead of .gts.d.ts (@BoussonKarel)

Committers: 1

v1.0.1-@glint/ember-tsc

01 Oct 11:58
c706cf7

Choose a tag to compare

Release (2025-10-01)

  • @glint/ember-tsc 1.0.1 (patch)
  • @glint/template 1.6.1 (patch)
  • @glint/tsserver-plugin 2.0.1 (patch)

🐛 Bug Fix

  • @glint/template
    • #986 Add missing "xmlns" attribut to SVGSVGElementAttributes (@bartocc)

📝 Documentation

Committers: 3

v2.0.0-alpha.12-@glint/core

30 Sep 13:19
ca49b21

Choose a tag to compare

Release (2025-09-30)

  • @glint/core 2.0.0-alpha.12 (patch)
  • @glint/template 1.6.0-alpha.4 (patch)
  • @glint/tsserver-plugin 2.0.0-alpha.12 (patch)
  • @glint/type-test 2.0.0-alpha.5 (patch)

🐛 Bug Fix

  • @glint/core
    • #828 volar-service-typescript dep - replace NPM tag with version number (@bartocc)

🏠 Internal

  • @glint/core, @glint/template, @glint/tsserver-plugin, @glint/type-test
    • #977 Revert "Remove release-plan alpha configuration for v2 prep (#975)" (@machty)
    • #975 Remove release-plan alpha configuration for v2 prep (@machty)

Committers: 2

Glint 2.0 Released!

30 Sep 14:17
9ce80e2

Choose a tag to compare

Release (2025-09-30)

  • @glint/ember-tsc 1.0.0 (minor)
  • @glint/template 1.6.0 (minor)
  • @glint/tsserver-plugin 2.0.0 (minor)
  • @glint/type-test 2.0.0 (minor)

Volar-ized Glint 2.0

Glint has been re-architected to function atop Volar.js, the language tooling framework extract from Vue Language tooling. Benefits include:

  • TS Plugin implementation for more seamless TS integration (no more needing to disable the default VSCode TypeScript extension to avoid double diagnostics)
  • Simplified, turnkey setup and configuration
  • Performance enhancements
  • Much more!

See the V2 Upgrade Notes for more information and a step by step guide for migrating to Glint v2.