From a74a946035454f65e4235abe85b621c9b86b3435 Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:44:59 -0500 Subject: [PATCH 1/2] chore: release 0.92.0 --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 29 +++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- tools/schematics/ng-add/generators/version.ts | 2 +- 5 files changed, 34 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96e801bc34..90ca29cb9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.91.0"} +{".":"0.92.0"} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b1116cd267..868c5f64e1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.92.0](https://github.com/graycoreio/daffodil/compare/v0.91.0...v0.92.0) (2026-02-10) + + +### ⚠ BREAKING CHANGES + +* **design:** Navbar inputs now use signals. If you were setting `raised`, update to use `elevated` signal input. + +### Features + +* **builders,daffio:** generate sitemap ([#4152](https://github.com/graycoreio/daffodil/issues/4152)) ([c6b9e65](https://github.com/graycoreio/daffodil/commit/c6b9e65a4393f6041eb99c0f06fe5abc97b68fd0)) +* **design, demo:** deprecate `@daffodil/design/link-set` and replace usage ([#4295](https://github.com/graycoreio/daffodil/issues/4295)) ([d75d063](https://github.com/graycoreio/daffodil/commit/d75d06365c81924b1351df84f01f876e9e7069f0)) +* **design:** add `isOpen` property to menu activator to track the menu's open state ([#4299](https://github.com/graycoreio/daffodil/issues/4299)) ([465180b](https://github.com/graycoreio/daffodil/commit/465180b80bc1c6838327fd07c93450d848e00627)) +* **design:** add keyboard support and basic aria roles for menu ([#3998](https://github.com/graycoreio/daffodil/issues/3998)) ([8100a38](https://github.com/graycoreio/daffodil/commit/8100a38eb8cb9241ee21ceb7a5187a863c5bc4bc)) +* **design:** automatically add anchor link and copy URL button to article headings ([#4260](https://github.com/graycoreio/daffodil/issues/4260)) ([39cfdd4](https://github.com/graycoreio/daffodil/commit/39cfdd46b72e2e1635aa40e68210575953ea7a82)) +* **design:** create `DaffSpinnerComponent` to replace `DaffLoadingIconComponent` ([#4316](https://github.com/graycoreio/daffodil/issues/4316)) ([4a14372](https://github.com/graycoreio/daffodil/commit/4a14372b705b0bdcbcbb565f222ceb86e4e78337)) +* **design:** update navbar UI ([#4324](https://github.com/graycoreio/daffodil/issues/4324)) ([15f4803](https://github.com/graycoreio/daffodil/commit/15f4803b5f6982f347c51d5160bafd55799a5ab7)) +* **docs-util,daffio:** group API symbols by role in list ([#4262](https://github.com/graycoreio/daffodil/issues/4262)) ([5103bbc](https://github.com/graycoreio/daffodil/commit/5103bbc8b948f992eedfd48abfe7a970750d58ad)) +* **docs,dgeni,daffio:** add storefront design docs ([#4269](https://github.com/graycoreio/daffodil/issues/4269)) ([bd33c14](https://github.com/graycoreio/daffodil/commit/bd33c1466ffa3c13b96ce19e30256a40a16cd1e3)) +* **sassdoc:** separate items by group ([#4300](https://github.com/graycoreio/daffodil/issues/4300)) ([836b998](https://github.com/graycoreio/daffodil/commit/836b998730843f12b99d222b30e67a0d051178e2)) + + +### Bug Fixes + +* **design:** close menu on menu item click ([#4297](https://github.com/graycoreio/daffodil/issues/4297)) ([bd579a1](https://github.com/graycoreio/daffodil/commit/bd579a1634303bfc7da96093a437976dc78e859f)) +* **design:** menu backdrop click doesn't update state ([#4298](https://github.com/graycoreio/daffodil/issues/4298)) ([d72f004](https://github.com/graycoreio/daffodil/commit/d72f00441e8f53e1b2a2d446940e7b4e68d6819f)) +* **design:** skip code copy button for article encapsulated components ([#4277](https://github.com/graycoreio/daffodil/issues/4277)) ([d625359](https://github.com/graycoreio/daffodil/commit/d625359e75186b55ef2a162e121fdf982dfdd6af)) +* **dgeni:** `[@docs-private](https://github.com/docs-private)` symbols appear in API list ([#4293](https://github.com/graycoreio/daffodil/issues/4293)) ([4d0fce6](https://github.com/graycoreio/daffodil/commit/4d0fce6870750b500e617458c3dbe70136aed210)) +* **dgeni:** members deeply nested in inheritance chain not hoisted ([#4240](https://github.com/graycoreio/daffodil/issues/4240)) ([7139f8c](https://github.com/graycoreio/daffodil/commit/7139f8c80c4fb596684b571db2cf490ccfd320ea)) + ## [0.91.0](https://github.com/graycoreio/daffodil/compare/v0.90.0...v0.91.0) (2026-01-05) diff --git a/package-lock.json b/package-lock.json index b80c6692d3..82f31a238f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@daffodil/daffodil", - "version": "0.91.0", + "version": "0.92.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@daffodil/daffodil", - "version": "0.91.0", + "version": "0.92.0", "license": "MIT", "dependencies": { "@angular/animations": "^20.0.0", diff --git a/package.json b/package.json index 06a9ec1d81..b7cc9c308c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daffodil/daffodil", - "version": "0.91.0", + "version": "0.92.0", "license": "MIT", "scripts": { "build:dev": "nx run-many -t build && cd tools/release && gulp devVersion", diff --git a/tools/schematics/ng-add/generators/version.ts b/tools/schematics/ng-add/generators/version.ts index 099b80dae3..e3cd12d52a 100644 --- a/tools/schematics/ng-add/generators/version.ts +++ b/tools/schematics/ng-add/generators/version.ts @@ -1 +1 @@ -export const version = '0.91.0'; // x-release-please-version +export const version = '0.92.0'; // x-release-please-version From e21bab5d8a15baebb78bf44ea9b6a92817d0ebb8 Mon Sep 17 00:00:00 2001 From: GrayBot Date: Tue, 10 Feb 2026 16:45:43 +0000 Subject: [PATCH 2/2] docs: annotate deprecation messages --- .../link-set/src/link-set-heading/link-set-heading.directive.ts | 2 +- .../link-set/src/link-set-item/link-set-item.component.ts | 2 +- .../src/link-set-subheading/link-set-subheading.directive.ts | 2 +- libs/design/link-set/src/link-set.module.ts | 2 +- libs/design/link-set/src/link-set/link-set.component.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/design/link-set/src/link-set-heading/link-set-heading.directive.ts b/libs/design/link-set/src/link-set-heading/link-set-heading.directive.ts index 2591a7c58e..f2b1a9ee35 100644 --- a/libs/design/link-set/src/link-set-heading/link-set-heading.directive.ts +++ b/libs/design/link-set/src/link-set-heading/link-set-heading.directive.ts @@ -4,7 +4,7 @@ import { } from '@angular/core'; /** - * @deprecated + * @deprecated Deprecated in version 0.92.0. Will be removed in version 0.95.0. * A directive for adding a heading to a daff-link-set. */ @Directive({ diff --git a/libs/design/link-set/src/link-set-item/link-set-item.component.ts b/libs/design/link-set/src/link-set-item/link-set-item.component.ts index ef80473202..569fc38ea9 100644 --- a/libs/design/link-set/src/link-set-item/link-set-item.component.ts +++ b/libs/design/link-set/src/link-set-item/link-set-item.component.ts @@ -6,7 +6,7 @@ import { } from '@angular/core'; /** - * @deprecated + * @deprecated Deprecated in version 0.92.0. Will be removed in version 0.95.0. */ @Component ({ // eslint-disable-next-line @angular-eslint/component-selector diff --git a/libs/design/link-set/src/link-set-subheading/link-set-subheading.directive.ts b/libs/design/link-set/src/link-set-subheading/link-set-subheading.directive.ts index 35946c2360..8de4ae3988 100644 --- a/libs/design/link-set/src/link-set-subheading/link-set-subheading.directive.ts +++ b/libs/design/link-set/src/link-set-subheading/link-set-subheading.directive.ts @@ -4,7 +4,7 @@ import { } from '@angular/core'; /** - * @deprecated + * @deprecated Deprecated in version 0.92.0. Will be removed in version 0.95.0. * * A directive for adding a subheading to a daff-link-set. */ diff --git a/libs/design/link-set/src/link-set.module.ts b/libs/design/link-set/src/link-set.module.ts index d14f5775ad..ea0991dc7f 100644 --- a/libs/design/link-set/src/link-set.module.ts +++ b/libs/design/link-set/src/link-set.module.ts @@ -7,7 +7,7 @@ import { DaffLinkSetItemComponent } from './link-set-item/link-set-item.componen import { DaffLinkSetSubheadingDirective } from './link-set-subheading/link-set-subheading.directive'; /** - * @deprecated + * @deprecated Deprecated in version 0.92.0. Will be removed in version 0.95.0. */ @NgModule({ imports: [ diff --git a/libs/design/link-set/src/link-set/link-set.component.ts b/libs/design/link-set/src/link-set/link-set.component.ts index 2d60e7ccb2..5db05f6371 100644 --- a/libs/design/link-set/src/link-set/link-set.component.ts +++ b/libs/design/link-set/src/link-set/link-set.component.ts @@ -8,7 +8,7 @@ import { import { DaffArticleEncapsulatedDirective } from '@daffodil/design'; /** - * @deprecated + * @deprecated Deprecated in version 0.92.0. Will be removed in version 0.95.0. * * DaffLinkSetComponent is a component for displaying a two or more links. */