From bdb63037a4bcb4273a3b5dc77b28056fa1f357c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 21:53:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 64 ++++- CHANGELOG.md | 245 ++++++++++++++++++ ember-primitives/package.json | 2 +- packages/docs-support/package.json | 2 +- packages/which-heading-do-i-need/package.json | 2 +- 5 files changed, 305 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 8ef5d1ad2..7235995c9 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,33 +2,83 @@ "solution": { "ember-primitives": { "impact": "minor", - "oldVersion": "0.56.0", - "newVersion": "0.57.0", + "oldVersion": "0.57.0", + "newVersion": "0.58.0", "tagName": "latest", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Has dependency `workspace:*` on which-heading-do-i-need" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./ember-primitives/package.json" }, "@universal-ember/docs-support": { - "impact": "patch", - "oldVersion": "0.9.7", - "newVersion": "0.9.8", + "impact": "minor", + "oldVersion": "0.9.8", + "newVersion": "0.10.0", "tagName": "latest", "constraints": [ { "impact": "patch", "reason": "Has dependency `workspace:^` on ember-primitives" + }, + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./packages/docs-support/package.json" }, "which-heading-do-i-need": { - "oldVersion": "0.2.7" + "impact": "minor", + "oldVersion": "0.2.7", + "newVersion": "0.3.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" + } + ], + "pkgJSONPath": "./packages/which-heading-do-i-need/package.json" } }, - "description": "## Release (2026-04-26)\n\n* ember-primitives 0.57.0 (minor)\n* @universal-ember/docs-support 0.9.8 (patch)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#727](https://github.com/universal-ember/ember-primitives/pull/727) Update tracked-toolbox to v3 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 1\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n" + "description": "## Release (2026-04-30)\n\n* ember-primitives 0.58.0 (minor)\n* @universal-ember/docs-support 0.10.0 (minor)\n* which-heading-do-i-need 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-primitives`\n * [#727](https://github.com/universal-ember/ember-primitives/pull/727) Update tracked-toolbox to v3 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#722](https://github.com/universal-ember/ember-primitives/pull/722) Replace portals with Popover API for layering ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#689](https://github.com/universal-ember/ember-primitives/pull/689) Implement storage event listener for color scheme ([@evoactivity](https://github.com/evoactivity))\n * [#684](https://github.com/universal-ember/ember-primitives/pull/684) Simplify event handling in proper-links.ts ([@evoactivity](https://github.com/evoactivity))\n * [#646](https://github.com/universal-ember/ember-primitives/pull/646) Switch needs configurable thumb ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#637](https://github.com/universal-ember/ember-primitives/pull/637) Create standalone Separator component with @as argument for dynamic element tags ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#630](https://github.com/universal-ember/ember-primitives/pull/630) Add Drawer component ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#610](https://github.com/universal-ember/ember-primitives/pull/610) Half-ratings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#611](https://github.com/universal-ember/ember-primitives/pull/611) Add CLI tool to eject code into a person's project ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#607](https://github.com/universal-ember/ember-primitives/pull/607) add `` component and `viewport()` singleton for optimized rendering based on viewport visibility ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#590](https://github.com/universal-ember/ember-primitives/pull/590) Add the LinkItem to the Menu component ([@barryofguilder](https://github.com/barryofguilder))\n * [#582](https://github.com/universal-ember/ember-primitives/pull/582) Improved service: support dynamic loading, await import services, explicit service RFC, better TS support -- eliminates the need to have a large number of services loaded when the app boots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#564](https://github.com/universal-ember/ember-primitives/pull/564) Heading: add more elements to auto-leveling detection, supporting usage in qunit testing, and in general just be more robust ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#565](https://github.com/universal-ember/ember-primitives/pull/565) Make `` sync (no more modifier, no more reactive need) | Also add test utilities for working with shadow roots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#560](https://github.com/universal-ember/ember-primitives/pull/560) Automatic Heading ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#555](https://github.com/universal-ember/ember-primitives/pull/555) Implement dom context without extra elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#552](https://github.com/universal-ember/ember-primitives/pull/552) New util: `resizeObserver()` -- Extract and export the resize observer from `onResize`) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#542](https://github.com/universal-ember/ember-primitives/pull/542) New Component: Tabs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#525](https://github.com/universal-ember/ember-primitives/pull/525) Implement DOMContext (`` & ``) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#520](https://github.com/universal-ember/ember-primitives/pull/520) Support all portal behaviors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#521](https://github.com/universal-ember/ember-primitives/pull/521) createStore ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#514](https://github.com/universal-ember/ember-primitives/pull/514) Improvements to portals (pattern for ember-wormhole migration, elemnt support, @append support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#504](https://github.com/universal-ember/ember-primitives/pull/504) the `load()` function returns a component that can dynamically load a component (for bundle splitting) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#502](https://github.com/universal-ember/ember-primitives/pull/502) New utility component: In-head ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#496](https://github.com/universal-ember/ember-primitives/pull/496) Update QP utility for generating an href with an updated queryParam ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#494](https://github.com/universal-ember/ember-primitives/pull/494) Add query-param utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#475](https://github.com/universal-ember/ember-primitives/pull/475) New util: {{onResize}} modifier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#474](https://github.com/universal-ember/ember-primitives/pull/474) Update dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#472](https://github.com/universal-ember/ember-primitives/pull/472) Add new helper: bodyClass ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#444](https://github.com/universal-ember/ember-primitives/pull/444) Rating ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#445](https://github.com/universal-ember/ember-primitives/pull/445) Use visually-hidden as an attribute on any element ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#443](https://github.com/universal-ember/ember-primitives/pull/443) VisuallyHidden ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#436](https://github.com/universal-ember/ember-primitives/pull/436) Create ``, `` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#407](https://github.com/universal-ember/ember-primitives/pull/407) [Breaking] Make tabster not required. new import for setting up tabster, and it's async. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity))\n * [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n * [#383](https://github.com/universal-ember/ember-primitives/pull/383) add stopPropagation arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain))\n * [#380](https://github.com/universal-ember/ember-primitives/pull/380) [Breaking] Document and solidify the public API of FloatingUI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#372](https://github.com/universal-ember/ember-primitives/pull/372) Upgrade tabster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#354](https://github.com/universal-ember/ember-primitives/pull/354) Add hero layout ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#336](https://github.com/universal-ember/ember-primitives/pull/336) Support hash-only transitions in proper-links ([@mmun](https://github.com/mmun))\n * [#325](https://github.com/universal-ember/ember-primitives/pull/325) Upgrade form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`, `@universal-ember/docs-support`\n * [#633](https://github.com/universal-ember/ember-primitives/pull/633) Add Breadcrumb component ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `which-heading-do-i-need`\n * [#587](https://github.com/universal-ember/ember-primitives/pull/587) getSectionHeadingLevel: support a `startAt` option to better support fragment rendering customization ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`, `which-heading-do-i-need`\n * [#573](https://github.com/universal-ember/ember-primitives/pull/573) Extract the heading utility to its own package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#455](https://github.com/universal-ember/ember-primitives/pull/455) [Breaking]: Require babel-plugin-ember-template-compilation 2.4.0+ ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `ember-primitives`\n * [#721](https://github.com/universal-ember/ember-primitives/pull/721) Prevent color scheme update if local preference is set ([@evoactivity](https://github.com/evoactivity))\n * [#695](https://github.com/universal-ember/ember-primitives/pull/695) Give glint/template peer dep semver range ([@bendemboski](https://github.com/bendemboski))\n * [#674](https://github.com/universal-ember/ember-primitives/pull/674) Fix Switch `@onChange` argument order — pass `(checked: boolean, event: Event)` ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#616](https://github.com/universal-ember/ember-primitives/pull/616) Improve color-scheme sync when debugging in devtools ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#600](https://github.com/universal-ember/ember-primitives/pull/600) Move menu toggle to the items ([@barryofguilder](https://github.com/barryofguilder))\n * [#593](https://github.com/universal-ember/ember-primitives/pull/593) Update link helper to use `event.currentTarget` ([@barryofguilder](https://github.com/barryofguilder))\n * [#568](https://github.com/universal-ember/ember-primitives/pull/568) Heading: allow automatic heading selection when headings are nested in other elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#567](https://github.com/universal-ember/ember-primitives/pull/567) Bundle per-component entrypoints / hides the little helper files that some of the more complex components have ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#566](https://github.com/universal-ember/ember-primitives/pull/566) Eliminate accidentally importable nested index files ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#561](https://github.com/universal-ember/ember-primitives/pull/561) Default to dom-context's provider using an element, allow customization of the element tag, and add an option to disable it. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#553](https://github.com/universal-ember/ember-primitives/pull/553) Fix color scheme preference bug ([@evoactivity](https://github.com/evoactivity))\n * [#471](https://github.com/universal-ember/ember-primitives/pull/471) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#448](https://github.com/universal-ember/ember-primitives/pull/448) Add CSS exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#438](https://github.com/universal-ember/ember-primitives/pull/438) Add focusOnClose modifier for the modal button ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#437](https://github.com/universal-ember/ember-primitives/pull/437) Upgrade lint dependencies, widen ember-source peer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#420](https://github.com/universal-ember/ember-primitives/pull/420) Widen @glint/template range to include unstable ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#415](https://github.com/universal-ember/ember-primitives/pull/415) Remove included app styles ([@evoactivity](https://github.com/evoactivity))\n * [#406](https://github.com/universal-ember/ember-primitives/pull/406) Fix peerDependency range for ember-source. Was accidentally bumped to >= 5.12, should be >= 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#397](https://github.com/universal-ember/ember-primitives/pull/397) Fix zoetrope exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#352](https://github.com/universal-ember/ember-primitives/pull/352) Add layout export (for StickyFooter) -- this was missing, but mentioned in the docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `which-heading-do-i-need`\n * [#586](https://github.com/universal-ember/ember-primitives/pull/586) Heading / getSectionHeadingLevel: Support rendering into off screen fragements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* Other\n * [#698](https://github.com/universal-ember/ember-primitives/pull/698) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#670](https://github.com/universal-ember/ember-primitives/pull/670) Fix missing @package in CommentQuery causing a11y test failures ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#669](https://github.com/universal-ember/ember-primitives/pull/669) Remove manifest-fetching script from test HTML ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#665](https://github.com/universal-ember/ember-primitives/pull/665) Clarify Portal CSS selector support and PortalTargets defaults ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#643](https://github.com/universal-ember/ember-primitives/pull/643) Add release-versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#644](https://github.com/universal-ember/ember-primitives/pull/644) Update popover styles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#628](https://github.com/universal-ember/ember-primitives/pull/628) Document offcanvas sidebar using ember-mobile-menu ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#596](https://github.com/universal-ember/ember-primitives/pull/596) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#584](https://github.com/universal-ember/ember-primitives/pull/584) Add Vue example for which-heading-do-i-need ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#578](https://github.com/universal-ember/ember-primitives/pull/578) Add svelte docs for heading level ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#535](https://github.com/universal-ember/ember-primitives/pull/535) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#524](https://github.com/universal-ember/ember-primitives/pull/524) More Portal docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#506](https://github.com/universal-ember/ember-primitives/pull/506) Remove globalThis hack ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#488](https://github.com/universal-ember/ember-primitives/pull/488) Add doc to use external trigger with Modal ([@pulien](https://github.com/pulien))\n * [#479](https://github.com/universal-ember/ember-primitives/pull/479) Update docs-support again ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#477](https://github.com/universal-ember/ember-primitives/pull/477) Docs support upgrade ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#411](https://github.com/universal-ember/ember-primitives/pull/411) Make tabster loading parallel ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#410](https://github.com/universal-ember/ember-primitives/pull/410) Try to make font loading faster ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#412](https://github.com/universal-ember/ember-primitives/pull/412) Use published version of docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#399](https://github.com/universal-ember/ember-primitives/pull/399) Load types file for zoetrope api reference ([@evoactivity](https://github.com/evoactivity))\n * [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#331](https://github.com/universal-ember/ember-primitives/pull/331) fix broken links in proper-links.md ([@johanrd](https://github.com/johanrd))\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `which-heading-do-i-need`\n * [#588](https://github.com/universal-ember/ember-primitives/pull/588) Add REPL to docs (first page) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`\n * [#570](https://github.com/universal-ember/ember-primitives/pull/570) Docs updates (document testing utilities) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#401](https://github.com/universal-ember/ember-primitives/pull/401) Use components from docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-primitives`, `@universal-ember/docs-support`\n * [#726](https://github.com/universal-ember/ember-primitives/pull/726) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#723](https://github.com/universal-ember/ember-primitives/pull/723) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#690](https://github.com/universal-ember/ember-primitives/pull/690) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#678](https://github.com/universal-ember/ember-primitives/pull/678) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#640](https://github.com/universal-ember/ember-primitives/pull/640) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need`\n * [#700](https://github.com/universal-ember/ember-primitives/pull/700) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#719](https://github.com/universal-ember/ember-primitives/pull/719) Update devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#649](https://github.com/universal-ember/ember-primitives/pull/649) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#661](https://github.com/universal-ember/ember-primitives/pull/661) Upgrade random deps / internal infra ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#642](https://github.com/universal-ember/ember-primitives/pull/642) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#619](https://github.com/universal-ember/ember-primitives/pull/619) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#631](https://github.com/universal-ember/ember-primitives/pull/631) Add dev command ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#618](https://github.com/universal-ember/ember-primitives/pull/618) Bring in docs-support to ember-primitives' monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* Other\n * [#720](https://github.com/universal-ember/ember-primitives/pull/720) Fix Deploy: Production wrangler install failure ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#718](https://github.com/universal-ember/ember-primitives/pull/718) Fix deploy preview comments on fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#717](https://github.com/universal-ember/ember-primitives/pull/717) Upgrade all CI actions to latest versions ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#716](https://github.com/universal-ember/ember-primitives/pull/716) Fix deploy-preview concurrency group to be per-PR ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#707](https://github.com/universal-ember/ember-primitives/pull/707) Hoist ember-primitives to fix transitive dep resolution ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#706](https://github.com/universal-ember/ember-primitives/pull/706) Fix headRepository owner lookup in deploy preview ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#705](https://github.com/universal-ember/ember-primitives/pull/705) Fix deploy preview workflow_dispatch by resolving PR info upfront ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#704](https://github.com/universal-ember/ember-primitives/pull/704) Move injected deps sync to _syncPnpm (runs after builds) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#703](https://github.com/universal-ember/ember-primitives/pull/703) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#702](https://github.com/universal-ember/ember-primitives/pull/702) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#701](https://github.com/universal-ember/ember-primitives/pull/701) Fix deploy preview checkout for fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#680](https://github.com/universal-ember/ember-primitives/pull/680) Add '--isolated' argument to chrome-devtools command ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#677](https://github.com/universal-ember/ember-primitives/pull/677) Delete push-dist because this repo publishes more than one package ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#666](https://github.com/universal-ember/ember-primitives/pull/666) Add context7.json with URL and public key ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#639](https://github.com/universal-ember/ember-primitives/pull/639) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#635](https://github.com/universal-ember/ember-primitives/pull/635) Add Copilot instructions for ember-primitives repository ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#613](https://github.com/universal-ember/ember-primitives/pull/613) Upgrade ember-repl, ref: https://github.com/emberjs/ember.js/issues/21023 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#608](https://github.com/universal-ember/ember-primitives/pull/608) Add recommended extensions for VS Code ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#559](https://github.com/universal-ember/ember-primitives/pull/559) Test against TS 5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#557](https://github.com/universal-ember/ember-primitives/pull/557) Add ember 6.8 to try matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#545](https://github.com/universal-ember/ember-primitives/pull/545) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#495](https://github.com/universal-ember/ember-primitives/pull/495) Widen test support ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#370](https://github.com/universal-ember/ember-primitives/pull/370) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#357](https://github.com/universal-ember/ember-primitives/pull/357) Page Updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#335](https://github.com/universal-ember/ember-primitives/pull/335) Re-roll lock, pin macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#334](https://github.com/universal-ember/ember-primitives/pull/334) Get app watching working ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`\n * [#713](https://github.com/universal-ember/ember-primitives/pull/713) Upgrade pnpm from 10.30.3 to 10.33.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#697](https://github.com/universal-ember/ember-primitives/pull/697) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#617](https://github.com/universal-ember/ember-primitives/pull/617) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#597](https://github.com/universal-ember/ember-primitives/pull/597) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#595](https://github.com/universal-ember/ember-primitives/pull/595) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#579](https://github.com/universal-ember/ember-primitives/pull/579) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#569](https://github.com/universal-ember/ember-primitives/pull/569) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#563](https://github.com/universal-ember/ember-primitives/pull/563) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#562](https://github.com/universal-ember/ember-primitives/pull/562) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#558](https://github.com/universal-ember/ember-primitives/pull/558) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#556](https://github.com/universal-ember/ember-primitives/pull/556) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#554](https://github.com/universal-ember/ember-primitives/pull/554) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#549](https://github.com/universal-ember/ember-primitives/pull/549) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#530](https://github.com/universal-ember/ember-primitives/pull/530) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#544](https://github.com/universal-ember/ember-primitives/pull/544) Glint v2 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#543](https://github.com/universal-ember/ember-primitives/pull/543) Aggressive dep updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#541](https://github.com/universal-ember/ember-primitives/pull/541) Upgrade addon-dev to v8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#540](https://github.com/universal-ember/ember-primitives/pull/540) Update glint packages for the library ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#526](https://github.com/universal-ember/ember-primitives/pull/526) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#523](https://github.com/universal-ember/ember-primitives/pull/523) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#522](https://github.com/universal-ember/ember-primitives/pull/522) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#507](https://github.com/universal-ember/ember-primitives/pull/507) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#515](https://github.com/universal-ember/ember-primitives/pull/515) Update lints ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#505](https://github.com/universal-ember/ember-primitives/pull/505) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#500](https://github.com/universal-ember/ember-primitives/pull/500) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#497](https://github.com/universal-ember/ember-primitives/pull/497) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#478](https://github.com/universal-ember/ember-primitives/pull/478) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#487](https://github.com/universal-ember/ember-primitives/pull/487) Mass upgrades ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#476](https://github.com/universal-ember/ember-primitives/pull/476) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#473](https://github.com/universal-ember/ember-primitives/pull/473) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#462](https://github.com/universal-ember/ember-primitives/pull/462) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#449](https://github.com/universal-ember/ember-primitives/pull/449) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#454](https://github.com/universal-ember/ember-primitives/pull/454) Upgrade more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#453](https://github.com/universal-ember/ember-primitives/pull/453) Upgrade some deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#442](https://github.com/universal-ember/ember-primitives/pull/442) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#441](https://github.com/universal-ember/ember-primitives/pull/441) Upgrade deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#439](https://github.com/universal-ember/ember-primitives/pull/439) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#422](https://github.com/universal-ember/ember-primitives/pull/422) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#437](https://github.com/universal-ember/ember-primitives/pull/437) Upgrade lint dependencies, widen ember-source peer ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#417](https://github.com/universal-ember/ember-primitives/pull/417) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#409](https://github.com/universal-ember/ember-primitives/pull/409) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#408](https://github.com/universal-ember/ember-primitives/pull/408) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#400](https://github.com/universal-ember/ember-primitives/pull/400) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#398](https://github.com/universal-ember/ember-primitives/pull/398) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#387](https://github.com/universal-ember/ember-primitives/pull/387) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#386](https://github.com/universal-ember/ember-primitives/pull/386) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#375](https://github.com/universal-ember/ember-primitives/pull/375) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#384](https://github.com/universal-ember/ember-primitives/pull/384) Upgrade more devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#382](https://github.com/universal-ember/ember-primitives/pull/382) Upgrade dev deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#371](https://github.com/universal-ember/ember-primitives/pull/371) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#364](https://github.com/universal-ember/ember-primitives/pull/364) Upgrade test-helpers to v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#356](https://github.com/universal-ember/ember-primitives/pull/356) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#353](https://github.com/universal-ember/ember-primitives/pull/353) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#338](https://github.com/universal-ember/ember-primitives/pull/338) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#328](https://github.com/universal-ember/ember-primitives/pull/328) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n* `@universal-ember/docs-support`\n * [#679](https://github.com/universal-ember/ember-primitives/pull/679) Eject tailwind ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#675](https://github.com/universal-ember/ember-primitives/pull/675) Tailwind 4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#667](https://github.com/universal-ember/ember-primitives/pull/667) Re enable a11y testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* `ember-primitives`, `which-heading-do-i-need`\n * [#609](https://github.com/universal-ember/ember-primitives/pull/609) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#612](https://github.com/universal-ember/ember-primitives/pull/612) Update intetrnal deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#606](https://github.com/universal-ember/ember-primitives/pull/606) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#602](https://github.com/universal-ember/ember-primitives/pull/602) Upgrade Kolay ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#589](https://github.com/universal-ember/ember-primitives/pull/589) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#583](https://github.com/universal-ember/ember-primitives/pull/583) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#571](https://github.com/universal-ember/ember-primitives/pull/571) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 11\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Ben Demboski ([@bendemboski](https://github.com/bendemboski))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))\n- Jason Barry ([@barryofguilder](https://github.com/barryofguilder))\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n- Liam ([@evoactivity](https://github.com/evoactivity))\n- Martin Muñoz ([@mmun](https://github.com/mmun))\n- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@pulien](https://github.com/pulien)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b026ff6..2d05d29cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,250 @@ # Changelog +## Release (2026-04-30) + +* ember-primitives 0.58.0 (minor) +* @universal-ember/docs-support 0.10.0 (minor) +* which-heading-do-i-need 0.3.0 (minor) + +#### :rocket: Enhancement +* `ember-primitives` + * [#727](https://github.com/universal-ember/ember-primitives/pull/727) Update tracked-toolbox to v3 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#722](https://github.com/universal-ember/ember-primitives/pull/722) Replace portals with Popover API for layering ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#689](https://github.com/universal-ember/ember-primitives/pull/689) Implement storage event listener for color scheme ([@evoactivity](https://github.com/evoactivity)) + * [#684](https://github.com/universal-ember/ember-primitives/pull/684) Simplify event handling in proper-links.ts ([@evoactivity](https://github.com/evoactivity)) + * [#646](https://github.com/universal-ember/ember-primitives/pull/646) Switch needs configurable thumb ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#637](https://github.com/universal-ember/ember-primitives/pull/637) Create standalone Separator component with @as argument for dynamic element tags ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#630](https://github.com/universal-ember/ember-primitives/pull/630) Add Drawer component ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#610](https://github.com/universal-ember/ember-primitives/pull/610) Half-ratings ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#611](https://github.com/universal-ember/ember-primitives/pull/611) Add CLI tool to eject code into a person's project ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#607](https://github.com/universal-ember/ember-primitives/pull/607) add `` component and `viewport()` singleton for optimized rendering based on viewport visibility ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#590](https://github.com/universal-ember/ember-primitives/pull/590) Add the LinkItem to the Menu component ([@barryofguilder](https://github.com/barryofguilder)) + * [#582](https://github.com/universal-ember/ember-primitives/pull/582) Improved service: support dynamic loading, await import services, explicit service RFC, better TS support -- eliminates the need to have a large number of services loaded when the app boots ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#564](https://github.com/universal-ember/ember-primitives/pull/564) Heading: add more elements to auto-leveling detection, supporting usage in qunit testing, and in general just be more robust ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#565](https://github.com/universal-ember/ember-primitives/pull/565) Make `` sync (no more modifier, no more reactive need) | Also add test utilities for working with shadow roots ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#560](https://github.com/universal-ember/ember-primitives/pull/560) Automatic Heading ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#555](https://github.com/universal-ember/ember-primitives/pull/555) Implement dom context without extra elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#552](https://github.com/universal-ember/ember-primitives/pull/552) New util: `resizeObserver()` -- Extract and export the resize observer from `onResize`) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#542](https://github.com/universal-ember/ember-primitives/pull/542) New Component: Tabs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#525](https://github.com/universal-ember/ember-primitives/pull/525) Implement DOMContext (`` & ``) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#520](https://github.com/universal-ember/ember-primitives/pull/520) Support all portal behaviors ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#521](https://github.com/universal-ember/ember-primitives/pull/521) createStore ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#514](https://github.com/universal-ember/ember-primitives/pull/514) Improvements to portals (pattern for ember-wormhole migration, elemnt support, @append support) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#504](https://github.com/universal-ember/ember-primitives/pull/504) the `load()` function returns a component that can dynamically load a component (for bundle splitting) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#502](https://github.com/universal-ember/ember-primitives/pull/502) New utility component: In-head ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#496](https://github.com/universal-ember/ember-primitives/pull/496) Update QP utility for generating an href with an updated queryParam ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#494](https://github.com/universal-ember/ember-primitives/pull/494) Add query-param utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#475](https://github.com/universal-ember/ember-primitives/pull/475) New util: {{onResize}} modifier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#474](https://github.com/universal-ember/ember-primitives/pull/474) Update dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#472](https://github.com/universal-ember/ember-primitives/pull/472) Add new helper: bodyClass ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#444](https://github.com/universal-ember/ember-primitives/pull/444) Rating ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#445](https://github.com/universal-ember/ember-primitives/pull/445) Use visually-hidden as an attribute on any element ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#443](https://github.com/universal-ember/ember-primitives/pull/443) VisuallyHidden ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#436](https://github.com/universal-ember/ember-primitives/pull/436) Create ``, `` ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#407](https://github.com/universal-ember/ember-primitives/pull/407) [Breaking] Make tabster not required. new import for setting up tabster, and it's async. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#394](https://github.com/universal-ember/ember-primitives/pull/394) Zoetrope component ([@evoactivity](https://github.com/evoactivity)) + * [#385](https://github.com/universal-ember/ember-primitives/pull/385) add preventDefault arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain)) + * [#383](https://github.com/universal-ember/ember-primitives/pull/383) add stopPropagation arg to menu trigger ([@miguelcobain](https://github.com/miguelcobain)) + * [#380](https://github.com/universal-ember/ember-primitives/pull/380) [Breaking] Document and solidify the public API of FloatingUI ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#372](https://github.com/universal-ember/ember-primitives/pull/372) Upgrade tabster ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#354](https://github.com/universal-ember/ember-primitives/pull/354) Add hero layout ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#336](https://github.com/universal-ember/ember-primitives/pull/336) Support hash-only transitions in proper-links ([@mmun](https://github.com/mmun)) + * [#325](https://github.com/universal-ember/ember-primitives/pull/325) Upgrade form-data-utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-primitives`, `@universal-ember/docs-support` + * [#633](https://github.com/universal-ember/ember-primitives/pull/633) Add Breadcrumb component ([@Copilot](https://github.com/apps/copilot-swe-agent)) +* `which-heading-do-i-need` + * [#587](https://github.com/universal-ember/ember-primitives/pull/587) getSectionHeadingLevel: support a `startAt` option to better support fragment rendering customization ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-primitives`, `which-heading-do-i-need` + * [#573](https://github.com/universal-ember/ember-primitives/pull/573) Extract the heading utility to its own package ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#455](https://github.com/universal-ember/ember-primitives/pull/455) [Breaking]: Require babel-plugin-ember-template-compilation 2.4.0+ ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :bug: Bug Fix +* `ember-primitives` + * [#721](https://github.com/universal-ember/ember-primitives/pull/721) Prevent color scheme update if local preference is set ([@evoactivity](https://github.com/evoactivity)) + * [#695](https://github.com/universal-ember/ember-primitives/pull/695) Give glint/template peer dep semver range ([@bendemboski](https://github.com/bendemboski)) + * [#674](https://github.com/universal-ember/ember-primitives/pull/674) Fix Switch `@onChange` argument order — pass `(checked: boolean, event: Event)` ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#616](https://github.com/universal-ember/ember-primitives/pull/616) Improve color-scheme sync when debugging in devtools ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#600](https://github.com/universal-ember/ember-primitives/pull/600) Move menu toggle to the items ([@barryofguilder](https://github.com/barryofguilder)) + * [#593](https://github.com/universal-ember/ember-primitives/pull/593) Update link helper to use `event.currentTarget` ([@barryofguilder](https://github.com/barryofguilder)) + * [#568](https://github.com/universal-ember/ember-primitives/pull/568) Heading: allow automatic heading selection when headings are nested in other elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#567](https://github.com/universal-ember/ember-primitives/pull/567) Bundle per-component entrypoints / hides the little helper files that some of the more complex components have ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#566](https://github.com/universal-ember/ember-primitives/pull/566) Eliminate accidentally importable nested index files ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#561](https://github.com/universal-ember/ember-primitives/pull/561) Default to dom-context's provider using an element, allow customization of the element tag, and add an option to disable it. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#553](https://github.com/universal-ember/ember-primitives/pull/553) Fix color scheme preference bug ([@evoactivity](https://github.com/evoactivity)) + * [#471](https://github.com/universal-ember/ember-primitives/pull/471) Remove unneeded peers ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#448](https://github.com/universal-ember/ember-primitives/pull/448) Add CSS exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#438](https://github.com/universal-ember/ember-primitives/pull/438) Add focusOnClose modifier for the modal button ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#437](https://github.com/universal-ember/ember-primitives/pull/437) Upgrade lint dependencies, widen ember-source peer ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#420](https://github.com/universal-ember/ember-primitives/pull/420) Widen @glint/template range to include unstable ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#415](https://github.com/universal-ember/ember-primitives/pull/415) Remove included app styles ([@evoactivity](https://github.com/evoactivity)) + * [#406](https://github.com/universal-ember/ember-primitives/pull/406) Fix peerDependency range for ember-source. Was accidentally bumped to >= 5.12, should be >= 4.12 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#397](https://github.com/universal-ember/ember-primitives/pull/397) Fix zoetrope exports ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#352](https://github.com/universal-ember/ember-primitives/pull/352) Add layout export (for StickyFooter) -- this was missing, but mentioned in the docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `which-heading-do-i-need` + * [#586](https://github.com/universal-ember/ember-primitives/pull/586) Heading / getSectionHeadingLevel: Support rendering into off screen fragements ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :memo: Documentation +* Other + * [#698](https://github.com/universal-ember/ember-primitives/pull/698) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#670](https://github.com/universal-ember/ember-primitives/pull/670) Fix missing @package in CommentQuery causing a11y test failures ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#669](https://github.com/universal-ember/ember-primitives/pull/669) Remove manifest-fetching script from test HTML ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#665](https://github.com/universal-ember/ember-primitives/pull/665) Clarify Portal CSS selector support and PortalTargets defaults ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#648](https://github.com/universal-ember/ember-primitives/pull/648) Draggable Switch Demo ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#643](https://github.com/universal-ember/ember-primitives/pull/643) Add release-versions ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#644](https://github.com/universal-ember/ember-primitives/pull/644) Update popover styles ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#628](https://github.com/universal-ember/ember-primitives/pull/628) Document offcanvas sidebar using ember-mobile-menu ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#596](https://github.com/universal-ember/ember-primitives/pull/596) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#584](https://github.com/universal-ember/ember-primitives/pull/584) Add Vue example for which-heading-do-i-need ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#578](https://github.com/universal-ember/ember-primitives/pull/578) Add svelte docs for heading level ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#535](https://github.com/universal-ember/ember-primitives/pull/535) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#524](https://github.com/universal-ember/ember-primitives/pull/524) More Portal docs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#506](https://github.com/universal-ember/ember-primitives/pull/506) Remove globalThis hack ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#488](https://github.com/universal-ember/ember-primitives/pull/488) Add doc to use external trigger with Modal ([@pulien](https://github.com/pulien)) + * [#479](https://github.com/universal-ember/ember-primitives/pull/479) Update docs-support again ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#477](https://github.com/universal-ember/ember-primitives/pull/477) Docs support upgrade ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#411](https://github.com/universal-ember/ember-primitives/pull/411) Make tabster loading parallel ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#410](https://github.com/universal-ember/ember-primitives/pull/410) Try to make font loading faster ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#412](https://github.com/universal-ember/ember-primitives/pull/412) Use published version of docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#399](https://github.com/universal-ember/ember-primitives/pull/399) Load types file for zoetrope api reference ([@evoactivity](https://github.com/evoactivity)) + * [#388](https://github.com/universal-ember/ember-primitives/pull/388) Update index.gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#331](https://github.com/universal-ember/ember-primitives/pull/331) fix broken links in proper-links.md ([@johanrd](https://github.com/johanrd)) +* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need` + * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `which-heading-do-i-need` + * [#588](https://github.com/universal-ember/ember-primitives/pull/588) Add REPL to docs (first page) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-primitives` + * [#570](https://github.com/universal-ember/ember-primitives/pull/570) Docs updates (document testing utilities) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#401](https://github.com/universal-ember/ember-primitives/pull/401) Use components from docs-support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#355](https://github.com/universal-ember/ember-primitives/pull/355) Update should-handle-link, documentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `ember-primitives`, `@universal-ember/docs-support` + * [#726](https://github.com/universal-ember/ember-primitives/pull/726) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#723](https://github.com/universal-ember/ember-primitives/pull/723) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#690](https://github.com/universal-ember/ember-primitives/pull/690) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#678](https://github.com/universal-ember/ember-primitives/pull/678) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#640](https://github.com/universal-ember/ember-primitives/pull/640) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) +* `ember-primitives`, `@universal-ember/docs-support`, `which-heading-do-i-need` + * [#700](https://github.com/universal-ember/ember-primitives/pull/700) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#719](https://github.com/universal-ember/ember-primitives/pull/719) Update devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#649](https://github.com/universal-ember/ember-primitives/pull/649) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#661](https://github.com/universal-ember/ember-primitives/pull/661) Upgrade random deps / internal infra ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#642](https://github.com/universal-ember/ember-primitives/pull/642) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#641](https://github.com/universal-ember/ember-primitives/pull/641) Upgrade Kolay, the docs system our docs use ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#619](https://github.com/universal-ember/ember-primitives/pull/619) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#631](https://github.com/universal-ember/ember-primitives/pull/631) Add dev command ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#618](https://github.com/universal-ember/ember-primitives/pull/618) Bring in docs-support to ember-primitives' monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* Other + * [#720](https://github.com/universal-ember/ember-primitives/pull/720) Fix Deploy: Production wrangler install failure ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#718](https://github.com/universal-ember/ember-primitives/pull/718) Fix deploy preview comments on fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#717](https://github.com/universal-ember/ember-primitives/pull/717) Upgrade all CI actions to latest versions ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#716](https://github.com/universal-ember/ember-primitives/pull/716) Fix deploy-preview concurrency group to be per-PR ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#707](https://github.com/universal-ember/ember-primitives/pull/707) Hoist ember-primitives to fix transitive dep resolution ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#706](https://github.com/universal-ember/ember-primitives/pull/706) Fix headRepository owner lookup in deploy preview ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#705](https://github.com/universal-ember/ember-primitives/pull/705) Fix deploy preview workflow_dispatch by resolving PR info upfront ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#704](https://github.com/universal-ember/ember-primitives/pull/704) Move injected deps sync to _syncPnpm (runs after builds) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#703](https://github.com/universal-ember/ember-primitives/pull/703) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#702](https://github.com/universal-ember/ember-primitives/pull/702) Fix injected deps sync when turbo replays cached builds ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#701](https://github.com/universal-ember/ember-primitives/pull/701) Fix deploy preview checkout for fork PRs ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#680](https://github.com/universal-ember/ember-primitives/pull/680) Add '--isolated' argument to chrome-devtools command ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#677](https://github.com/universal-ember/ember-primitives/pull/677) Delete push-dist because this repo publishes more than one package ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#666](https://github.com/universal-ember/ember-primitives/pull/666) Add context7.json with URL and public key ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#639](https://github.com/universal-ember/ember-primitives/pull/639) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#635](https://github.com/universal-ember/ember-primitives/pull/635) Add Copilot instructions for ember-primitives repository ([@Copilot](https://github.com/apps/copilot-swe-agent)) + * [#613](https://github.com/universal-ember/ember-primitives/pull/613) Upgrade ember-repl, ref: https://github.com/emberjs/ember.js/issues/21023 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#608](https://github.com/universal-ember/ember-primitives/pull/608) Add recommended extensions for VS Code ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#559](https://github.com/universal-ember/ember-primitives/pull/559) Test against TS 5.9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#557](https://github.com/universal-ember/ember-primitives/pull/557) Add ember 6.8 to try matrix ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#545](https://github.com/universal-ember/ember-primitives/pull/545) Upgrade pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#495](https://github.com/universal-ember/ember-primitives/pull/495) Widen test support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#370](https://github.com/universal-ember/ember-primitives/pull/370) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#357](https://github.com/universal-ember/ember-primitives/pull/357) Page Updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#335](https://github.com/universal-ember/ember-primitives/pull/335) Re-roll lock, pin macros ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#334](https://github.com/universal-ember/ember-primitives/pull/334) Get app watching working ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-primitives` + * [#713](https://github.com/universal-ember/ember-primitives/pull/713) Upgrade pnpm from 10.30.3 to 10.33.0 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#697](https://github.com/universal-ember/ember-primitives/pull/697) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#617](https://github.com/universal-ember/ember-primitives/pull/617) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#597](https://github.com/universal-ember/ember-primitives/pull/597) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#595](https://github.com/universal-ember/ember-primitives/pull/595) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#579](https://github.com/universal-ember/ember-primitives/pull/579) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#569](https://github.com/universal-ember/ember-primitives/pull/569) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#563](https://github.com/universal-ember/ember-primitives/pull/563) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#562](https://github.com/universal-ember/ember-primitives/pull/562) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#558](https://github.com/universal-ember/ember-primitives/pull/558) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#556](https://github.com/universal-ember/ember-primitives/pull/556) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#554](https://github.com/universal-ember/ember-primitives/pull/554) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#549](https://github.com/universal-ember/ember-primitives/pull/549) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#530](https://github.com/universal-ember/ember-primitives/pull/530) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#544](https://github.com/universal-ember/ember-primitives/pull/544) Glint v2 everywhere ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#543](https://github.com/universal-ember/ember-primitives/pull/543) Aggressive dep updates ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#541](https://github.com/universal-ember/ember-primitives/pull/541) Upgrade addon-dev to v8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#540](https://github.com/universal-ember/ember-primitives/pull/540) Update glint packages for the library ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#526](https://github.com/universal-ember/ember-primitives/pull/526) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#523](https://github.com/universal-ember/ember-primitives/pull/523) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#522](https://github.com/universal-ember/ember-primitives/pull/522) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#507](https://github.com/universal-ember/ember-primitives/pull/507) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#515](https://github.com/universal-ember/ember-primitives/pull/515) Update lints ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#505](https://github.com/universal-ember/ember-primitives/pull/505) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#500](https://github.com/universal-ember/ember-primitives/pull/500) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#497](https://github.com/universal-ember/ember-primitives/pull/497) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#478](https://github.com/universal-ember/ember-primitives/pull/478) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#487](https://github.com/universal-ember/ember-primitives/pull/487) Mass upgrades ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#476](https://github.com/universal-ember/ember-primitives/pull/476) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#473](https://github.com/universal-ember/ember-primitives/pull/473) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#462](https://github.com/universal-ember/ember-primitives/pull/462) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#449](https://github.com/universal-ember/ember-primitives/pull/449) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#454](https://github.com/universal-ember/ember-primitives/pull/454) Upgrade more deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#453](https://github.com/universal-ember/ember-primitives/pull/453) Upgrade some deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#442](https://github.com/universal-ember/ember-primitives/pull/442) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#441](https://github.com/universal-ember/ember-primitives/pull/441) Upgrade deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#439](https://github.com/universal-ember/ember-primitives/pull/439) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#422](https://github.com/universal-ember/ember-primitives/pull/422) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#437](https://github.com/universal-ember/ember-primitives/pull/437) Upgrade lint dependencies, widen ember-source peer ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#417](https://github.com/universal-ember/ember-primitives/pull/417) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#409](https://github.com/universal-ember/ember-primitives/pull/409) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#408](https://github.com/universal-ember/ember-primitives/pull/408) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#400](https://github.com/universal-ember/ember-primitives/pull/400) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#398](https://github.com/universal-ember/ember-primitives/pull/398) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#387](https://github.com/universal-ember/ember-primitives/pull/387) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#386](https://github.com/universal-ember/ember-primitives/pull/386) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#375](https://github.com/universal-ember/ember-primitives/pull/375) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#384](https://github.com/universal-ember/ember-primitives/pull/384) Upgrade more devdeps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#382](https://github.com/universal-ember/ember-primitives/pull/382) Upgrade dev deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#371](https://github.com/universal-ember/ember-primitives/pull/371) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#364](https://github.com/universal-ember/ember-primitives/pull/364) Upgrade test-helpers to v4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#356](https://github.com/universal-ember/ember-primitives/pull/356) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#353](https://github.com/universal-ember/ember-primitives/pull/353) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#338](https://github.com/universal-ember/ember-primitives/pull/338) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#328](https://github.com/universal-ember/ember-primitives/pull/328) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) +* `@universal-ember/docs-support` + * [#679](https://github.com/universal-ember/ember-primitives/pull/679) Eject tailwind ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#675](https://github.com/universal-ember/ember-primitives/pull/675) Tailwind 4 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#667](https://github.com/universal-ember/ember-primitives/pull/667) Re enable a11y testing ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) +* `ember-primitives`, `which-heading-do-i-need` + * [#609](https://github.com/universal-ember/ember-primitives/pull/609) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#612](https://github.com/universal-ember/ember-primitives/pull/612) Update intetrnal deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#606](https://github.com/universal-ember/ember-primitives/pull/606) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#602](https://github.com/universal-ember/ember-primitives/pull/602) Upgrade Kolay ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#589](https://github.com/universal-ember/ember-primitives/pull/589) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#583](https://github.com/universal-ember/ember-primitives/pull/583) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + * [#571](https://github.com/universal-ember/ember-primitives/pull/571) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) + +#### Committers: 11 +- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- Ben Demboski ([@bendemboski](https://github.com/bendemboski)) +- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)) +- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions)) +- Jason Barry ([@barryofguilder](https://github.com/barryofguilder)) +- Johan Røed ([@johanrd](https://github.com/johanrd)) +- Liam ([@evoactivity](https://github.com/evoactivity)) +- Martin Muñoz ([@mmun](https://github.com/mmun)) +- Miguel Andrade ([@miguelcobain](https://github.com/miguelcobain)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) +- [@pulien](https://github.com/pulien) + ## Release (2026-04-26) * ember-primitives 0.57.0 (minor) diff --git a/ember-primitives/package.json b/ember-primitives/package.json index 656592a70..ac0fd512b 100644 --- a/ember-primitives/package.json +++ b/ember-primitives/package.json @@ -1,6 +1,6 @@ { "name": "ember-primitives", - "version": "0.57.0", + "version": "0.58.0", "description": "Making apps easier to build", "keywords": [ "ember-addon" diff --git a/packages/docs-support/package.json b/packages/docs-support/package.json index a7befa8e0..0c518e896 100644 --- a/packages/docs-support/package.json +++ b/packages/docs-support/package.json @@ -1,6 +1,6 @@ { "name": "@universal-ember/docs-support", - "version": "0.9.8", + "version": "0.10.0", "description": "The default blueprint for Embroider v2 addons.", "keywords": [ "ember-addon" diff --git a/packages/which-heading-do-i-need/package.json b/packages/which-heading-do-i-need/package.json index e25b26010..0920c9039 100644 --- a/packages/which-heading-do-i-need/package.json +++ b/packages/which-heading-do-i-need/package.json @@ -1,6 +1,6 @@ { "name": "which-heading-do-i-need", - "version": "0.2.7", + "version": "0.3.0", "description": "The default blueprint for Embroider v2 addons.", "type": "module", "keywords": [