Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.91.0"}
{".":"0.92.0"}
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion libs/design/link-set/src/link-set.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion libs/design/link-set/src/link-set/link-set.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/schematics/ng-add/generators/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.91.0'; // x-release-please-version
export const version = '0.92.0'; // x-release-please-version
Loading