Draft
Conversation
🦋 Changeset detectedLatest commit: 55eeee2 The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This was referenced Apr 16, 2024
|
* refactor: replace useState with useSyncExternalStore * feat: add useIsEditing hook * Create tasty-coins-jam.md
* current commands * add fetchDocumentNavigation command and context * renaming command * hook and test * clean type * import order * changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add documentId to GuidelineDocumentCategory events * changeset
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(AppBridgeTheme): update imports * Create shiny-beds-thank.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(AppBridgeTheme): add context hooks * Create early-masks-appear.md * refactor: split language hooks
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add highlight border settings for sidebar * chore: lint * chore: changeset * Update .changeset/swift-ladybugs-happen.md Co-authored-by: Anxo Botana <angel.botana@frontify.com> --------- Co-authored-by: Anxo Botana <angel.botana@frontify.com>
…ialog (#1064) * feat(AppBridgeTheme): added commands to open/close AIBrandAssistant dialog * fix: added export * Added is-open state to context
* feat(AppBridgeTheme): added list of enabled features to context * Create twelve-keys-begin.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: add useEnabledFeatures * Create soft-mugs-peel.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: export useEnabledFeatures hook * Create slimy-cats-repeat.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: cleanup used method * chore: clenaup unused files
Co-authored-by: julianiff <julian.iff@frontify.com>
* chore: readd method * Create nine-roses-sleep.md
Co-authored-by: julianiff <julian.iff@frontify.com>
…ing from the theme (#1514) * fix(BlockInjectButton): prevent the button from inheriting letterspacing from the theme Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com> * chore: add changeset Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com> --------- Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com>
* feat(CLI)!: adopt ESM for blocks and themes * chore: update --------- Co-authored-by: ragi96 <rafael.giezendanner@frontify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ing from the theme (#1519) * fix(BlockInjectButton): prevent the button from inheriting letterspacing from the theme (#1514) * fix(BlockInjectButton): prevent the button from inheriting letterspacing from the theme Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com> * chore: add changeset Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com> --------- Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com> * Apply suggestion from @peter-tudosa --------- Signed-off-by: Peter Tudosa <razvan-petru.tudosa@frontify.com>
* chore(deps): bump some * missed some * missed some
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* refactor: small cleanup on the asset type * dummies * fix * ce ne
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: fix lint and typecheck issues * chnageset
* feat(CLI): add publish command * feat: add test * improve sonarr * add changeset * use internal * Revert "use internal" This reverts commit ac444ab. * fix
* refactor(CLI): so it's a bit cleaner * add some tests * fix sonarr * improve deploy
* fix(PlattformApp): improve compile * fix * fix test
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Replace nock HTTP interceptor with native vitest mocking:
- httpClient.spec.ts: use vi.stubGlobal('fetch', ...) to mock fetch directly
- user.spec.ts: use vi.mock to mock HttpClient module (consistent with publish.spec.ts)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Opened in draft for now to see the current state and changed files (making sure we don't ship v4 only features when not necessary)