feat: merge dev into main#864
Draft
SamuelAlev wants to merge 384 commits into
Draft
Conversation
🦋 Changeset detectedLatest commit: c95a2a0 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
|
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>
* refactor(themes): get color utilities file * Create eighty-ants-happen.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
* feat: add guideline-themes-settings * config * per PR review * more updates * cleaning * lock * more cleaning * cleaning again... * merge theme.ts into index.ts * update deps * deps * update github action * fixing eslint * Create cyan-cougars-invite.md * rename package * :)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor(AppBridgeTheme): remove EventRegistry * Create twenty-pumas-pump.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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>
* feat(AppBridge): add assets to context * undeprecate getBlockAssets * update useBlockAssets * fix * fix hook * revert useBlockAsset changes * improve tests * drop guard * remove noise * remove notice * add changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ext (#1570) * refactor(useBlockAssets): move event emitting to web-app and use context * fix lint * update changeset
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)