# Changelog

## Release (2026-07-07)

* @ember/addon-blueprint 0.18.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#147](https://github.com/ember-cli/ember-addon-blueprint/pull/147) Add placeholder in README for documenting exports ([@kategengler](https://github.com/kategengler))
  * [#146](https://github.com/ember-cli/ember-addon-blueprint/pull/146) Add `--no-build` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#136](https://github.com/ember-cli/ember-addon-blueprint/pull/136) Update README to remove WIP and clarify blueprint status ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#145](https://github.com/ember-cli/ember-addon-blueprint/pull/145) Fix pnpm 11 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 2
- Katie Gengler ([@kategengler](https://github.com/kategengler))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-03-10)

* @ember/addon-blueprint 0.17.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#66](https://github.com/ember-cli/ember-addon-blueprint/pull/66) Add build mode tests (ensuring isDevelopingApp and isTesting are appropriately true when they need to be (as well as assert-stripping)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@ember/addon-blueprint`
  * [#135](https://github.com/ember-cli/ember-addon-blueprint/pull/135) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#133](https://github.com/ember-cli/ember-addon-blueprint/pull/133) Sort snapshot files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-01-22)

* @ember/addon-blueprint 0.17.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#127](https://github.com/ember-cli/ember-addon-blueprint/pull/127) Add publint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#130](https://github.com/ember-cli/ember-addon-blueprint/pull/130) bump babel-plugin-ember-template-compilation to version 4 in order to clear deprecation warning ([@void-mAlex](https://github.com/void-mAlex))

#### Committers: 2
- Alex ([@void-mAlex](https://github.com/void-mAlex))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-12-06)

* @ember/addon-blueprint 0.16.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#120](https://github.com/ember-cli/ember-addon-blueprint/pull/120) Apply `typescript-eslint`'s recommended config to gts files ([@bendemboski](https://github.com/bendemboski))
  * [#121](https://github.com/ember-cli/ember-addon-blueprint/pull/121) Update ember-page-title dependency to version 9.0.3 ([@evoactivity](https://github.com/evoactivity))
  * [#123](https://github.com/ember-cli/ember-addon-blueprint/pull/123) Include src in published files ([@evoactivity](https://github.com/evoactivity))

#### Committers: 2
- Ben Demboski ([@bendemboski](https://github.com/bendemboski))
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2025-11-21)

* @ember/addon-blueprint 0.16.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#117](https://github.com/ember-cli/ember-addon-blueprint/pull/117) Use `.mjs` for ember-template-lint and Prettier config files ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2025-11-11)

* @ember/addon-blueprint 0.15.2 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#115](https://github.com/ember-cli/ember-addon-blueprint/pull/115) eslint: if projectService is used, project should be removed ([@evoactivity](https://github.com/evoactivity))

#### Committers: 1
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2025-11-10)

* @ember/addon-blueprint 0.15.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#113](https://github.com/ember-cli/ember-addon-blueprint/pull/113) Update router assignment ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2025-11-07)

* @ember/addon-blueprint 0.15.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#111](https://github.com/ember-cli/ember-addon-blueprint/pull/111) Use `pnpm-workspace.yaml` instead of `.npmrc` ([@bertdeblock](https://github.com/bertdeblock))
  * [#110](https://github.com/ember-cli/ember-addon-blueprint/pull/110) Update generated ESLint config ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 1
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))

## Release (2025-10-26)

* @ember/addon-blueprint 0.14.2 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#104](https://github.com/ember-cli/ember-addon-blueprint/pull/104) Remove alias resolution from vite.config.mjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#101](https://github.com/ember-cli/ember-addon-blueprint/pull/101) Use `cjs` extension for `ember-cli-build` file ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-10-19)

* @ember/addon-blueprint 0.14.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#99](https://github.com/ember-cli/ember-addon-blueprint/pull/99) Change import statement to use named import for App ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-10-19)

* @ember/addon-blueprint 0.14.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#89](https://github.com/ember-cli/ember-addon-blueprint/pull/89) add a "Demo App" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#98](https://github.com/ember-cli/ember-addon-blueprint/pull/98) Fix typos ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-10-13)

* @ember/addon-blueprint 0.13.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#95](https://github.com/ember-cli/ember-addon-blueprint/pull/95) Remove extra space from package.exports default entry ([@phil-mellor](https://github.com/phil-mellor))

#### Committers: 1
- Phil Mellor ([@phil-mellor](https://github.com/phil-mellor))

## Release (2025-10-06)

* @ember/addon-blueprint 0.13.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#93](https://github.com/ember-cli/ember-addon-blueprint/pull/93) Upgrade all dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-10-06)

* @ember/addon-blueprint 0.12.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#73](https://github.com/ember-cli/ember-addon-blueprint/pull/73) Use strict application resolver ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-10-06)

* @ember/addon-blueprint 0.11.2 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#90](https://github.com/ember-cli/ember-addon-blueprint/pull/90) chore: remove `@glint/environment-ember-*` ([@aklkv](https://github.com/aklkv))

#### Committers: 1
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))

## Release (2025-10-01)

* @ember/addon-blueprint 0.11.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#87](https://github.com/ember-cli/ember-addon-blueprint/pull/87) Remove last remaining parts of glint v1 ([@mkszepp](https://github.com/mkszepp))

#### Committers: 1
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## Release (2025-09-30)

* @ember/addon-blueprint 0.11.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#86](https://github.com/ember-cli/ember-addon-blueprint/pull/86) Update to stable Glint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#82](https://github.com/ember-cli/ember-addon-blueprint/pull/82) Make sure the package.json is sorted according to sort-package.json ([@BoussonKarel](https://github.com/BoussonKarel))

#### :memo: Documentation
* `@ember/addon-blueprint`
  * [#81](https://github.com/ember-cli/ember-addon-blueprint/pull/81) Update Ember version in compat section in generated README file ([@bertdeblock](https://github.com/bertdeblock))

#### Committers: 3
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- [@BoussonKarel](https://github.com/BoussonKarel)
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-09-09)

* @ember/addon-blueprint 0.10.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#79](https://github.com/ember-cli/ember-addon-blueprint/pull/79) Use Node v22 LTS ([@bertdeblock](https://github.com/bertdeblock))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#80](https://github.com/ember-cli/ember-addon-blueprint/pull/80) Sort `devDependencies` in generated `package.json` file ([@bertdeblock](https://github.com/bertdeblock))
  * [#78](https://github.com/ember-cli/ember-addon-blueprint/pull/78) Remove root `package-lock.json` file ([@bertdeblock](https://github.com/bertdeblock))
  * [#77](https://github.com/ember-cli/ember-addon-blueprint/pull/77) Remove unnecessary backticks in `.try.mjs` file ([@bertdeblock](https://github.com/bertdeblock))

#### :memo: Documentation
* `@ember/addon-blueprint`
  * [#75](https://github.com/ember-cli/ember-addon-blueprint/pull/75) Fix typo in README WIP section ([@evoactivity](https://github.com/evoactivity))

#### Committers: 2
- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
- Liam Potter ([@evoactivity](https://github.com/evoactivity))

## Release (2025-08-13)

* @ember/addon-blueprint 0.9.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#71](https://github.com/ember-cli/ember-addon-blueprint/pull/71) Add @ember/test-waiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-07-15)

* @ember/addon-blueprint 0.9.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#69](https://github.com/ember-cli/ember-addon-blueprint/pull/69) allow plain css imports ootb ([@void-mAlex](https://github.com/void-mAlex))

#### Committers: 1
- Alex ([@void-mAlex](https://github.com/void-mAlex))

## Release (2025-07-02)

* @ember/addon-blueprint 0.8.2 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#67](https://github.com/ember-cli/ember-addon-blueprint/pull/67) Update test-helper.__ext__ to have the imports at the top ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#64](https://github.com/ember-cli/ember-addon-blueprint/pull/64) Change test mode to development mode ([@gossi](https://github.com/gossi))

#### Committers: 2
- Thomas Gossmann ([@gossi](https://github.com/gossi))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-06-25)

* @ember/addon-blueprint 0.8.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#62](https://github.com/ember-cli/ember-addon-blueprint/pull/62) Add vite test mode ([@gossi](https://github.com/gossi))

#### Committers: 1
- Thomas Gossmann ([@gossi](https://github.com/gossi))

## Release (2025-06-19)

* @ember/addon-blueprint 0.8.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#50](https://github.com/ember-cli/ember-addon-blueprint/pull/50) Remove functions from the try file ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-06-19)

* @ember/addon-blueprint 0.7.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#55](https://github.com/ember-cli/ember-addon-blueprint/pull/55) Fix TS support, allowing type-checking in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#59](https://github.com/ember-cli/ember-addon-blueprint/pull/59) Configure ember-template-lint to not check hbs literals in tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#57](https://github.com/ember-cli/ember-addon-blueprint/pull/57) Tests should use different output directory as to not troll the library author ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-06-05)

* @ember/addon-blueprint 0.6.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#41](https://github.com/ember-cli/ember-addon-blueprint/pull/41) Support scenario testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#47](https://github.com/ember-cli/ember-addon-blueprint/pull/47) Add package.json#imports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#48](https://github.com/ember-cli/ember-addon-blueprint/pull/48) Split build and test tests & fix self-imports (which splitting the tests proved the existence of a bug) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-05-27)

* @ember/addon-blueprint 0.5.3 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#45](https://github.com/ember-cli/ember-addon-blueprint/pull/45) Set headless=new ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@ember/addon-blueprint`
  * [#44](https://github.com/ember-cli/ember-addon-blueprint/pull/44) Add prettier so our PRs don't have accidental changes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-05-20)

* @ember/addon-blueprint 0.5.2 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#40](https://github.com/ember-cli/ember-addon-blueprint/pull/40) Update eslint-config-prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#39](https://github.com/ember-cli/ember-addon-blueprint/pull/39) Update globals ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#38](https://github.com/ember-cli/ember-addon-blueprint/pull/38) update ember-template-lint ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :house: Internal
* `@ember/addon-blueprint`
  * [#43](https://github.com/ember-cli/ember-addon-blueprint/pull/43) Add support for WRITE_FIXTURES=true when working with fixture-tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-05-10)

* @ember/addon-blueprint 0.5.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#35](https://github.com/ember-cli/ember-addon-blueprint/pull/35) Remove ember-source as a peer dependency ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-05-04)

* @ember/addon-blueprint 0.5.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#32](https://github.com/ember-cli/ember-addon-blueprint/pull/32) Rename testem.js -> testem.cjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#31](https://github.com/ember-cli/ember-addon-blueprint/pull/31) Simplify tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#30](https://github.com/ember-cli/ember-addon-blueprint/pull/30) Split out Lint to its own job ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 1
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-04-09)

* @ember/addon-blueprint 0.4.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#28](https://github.com/ember-cli/ember-addon-blueprint/pull/28) Unskip build test - make sure test work out of the box ([@mansona](https://github.com/mansona))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#26](https://github.com/ember-cli/ember-addon-blueprint/pull/26) Import tests from @embroider/addon-blueprint ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-04-03)

* @ember/addon-blueprint 0.3.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#11](https://github.com/ember-cli/ember-addon-blueprint/pull/11) Switch to our own tsconfig ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#24](https://github.com/ember-cli/ember-addon-blueprint/pull/24) Remove unused file: additional-test-app-package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#25](https://github.com/ember-cli/ember-addon-blueprint/pull/25) Fix babel configs / sync typescript options ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
  * [#20](https://github.com/ember-cli/ember-addon-blueprint/pull/20) Remove references to the old package name ([@Windvis](https://github.com/Windvis))
  * [#19](https://github.com/ember-cli/ember-addon-blueprint/pull/19) filter out the .github folder when ciProvider is not github ([@BoussonKarel](https://github.com/BoussonKarel))
  * [#18](https://github.com/ember-cli/ember-addon-blueprint/pull/18) remove duplicate key allowDeclareFields from babel config ([@BoussonKarel](https://github.com/BoussonKarel))
  * [#17](https://github.com/ember-cli/ember-addon-blueprint/pull/17) fix some linting issues (prettier, eslint) ([@BoussonKarel](https://github.com/BoussonKarel))
  * [#16](https://github.com/ember-cli/ember-addon-blueprint/pull/16) add missing imports from node:path to rollup config ([@BoussonKarel](https://github.com/BoussonKarel))

#### Committers: 3
- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
- [@BoussonKarel](https://github.com/BoussonKarel)
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2025-04-02)

* @ember/addon-blueprint 0.2.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#7](https://github.com/ember-cli/ember-addon-blueprint/pull/7) add basic test app ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-03-27)

* @ember/addon-blueprint 0.1.1 (patch)

#### :bug: Bug Fix
* `@ember/addon-blueprint`
  * [#4](https://github.com/ember-cli/ember-addon-blueprint/pull/4) fix release-plan use with pnpm ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## Release (2025-03-27)

* @ember/addon-blueprint 0.1.0 (minor)

#### :rocket: Enhancement
* `@ember/addon-blueprint`
  * [#3](https://github.com/ember-cli/ember-addon-blueprint/pull/3) Import addon implementation (without testing) from @embroider/addon-blueprint ([@mansona](https://github.com/mansona))

#### :house: Internal
* `@ember/addon-blueprint`
  * [#1](https://github.com/ember-cli/ember-addon-blueprint/pull/1) set up release plan ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))
