Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/tidy-otters-juggle.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/witty-points-tap.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/app-bridge-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @frontify/app-bridge-theme

## 1.1.0

### Minor Changes

- [#1599](https://github.com/Frontify/brand-sdk/pull/1599) [`902ddfd`](https://github.com/Frontify/brand-sdk/commit/902ddfda0d755345337e2919556758d7c8e328be) Thanks [@Kenny806](https://github.com/Kenny806)! - feat(app-bridge-theme): add `hasVisiblePages()` to `DocumentNavigationItem`

Lets consumers detect navigation documents whose pages are all hidden from navigation, so they don't need to attempt fetching their children and/or can modify their UI accordingly if needed

```ts
navigationItems.filter((item) => item.hasVisiblePages());
```

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-bridge-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontify/app-bridge-theme",
"type": "module",
"version": "1.0.8",
"version": "1.1.0",
"description": "Package to establish communication between Frontify and themes",
"author": "Frontify Developers <developers@frontify.com>",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/guideline-blocks-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontify/guideline-blocks-settings

## 2.1.14

### Patch Changes

- [#1601](https://github.com/Frontify/brand-sdk/pull/1601) [`e96f2bc`](https://github.com/Frontify/brand-sdk/commit/e96f2bcdcc5dae6e88a3a46323ffe3e59264630a) Thanks [@ragi96](https://github.com/ragi96)! - chore(deps): bump `@frontify/fondue` to `^13.6.2`

## 2.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/guideline-blocks-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontify/guideline-blocks-settings",
"type": "module",
"version": "2.1.13",
"version": "2.1.14",
"description": "Provides types and helpers for the guideline block development",
"author": "Frontify Developers <developers@frontify.com>",
"repository": {
Expand Down
Loading