Skip to content

Conversation

@ragi96
Copy link
Collaborator

@ragi96 ragi96 commented Feb 7, 2024

to decouple the linkSelector further from the appBridge, we will pass the functions and not the appBridge itself

CU-8693rnyhk

@changeset-bot
Copy link

changeset-bot bot commented Feb 7, 2024

🦋 Changeset detected

Latest commit: 486a40a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@frontify/guideline-blocks-settings Minor

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

@ragi96 ragi96 requested a review from fulopdaniel February 7, 2024 17:20
@ragi96 ragi96 marked this pull request as ready for review February 8, 2024 08:26
@ragi96 ragi96 requested a review from a team as a code owner February 8, 2024 08:26
@ragi96 ragi96 requested a review from fulopdaniel February 9, 2024 08:50
@ragi96 ragi96 requested a review from fulopdaniel February 9, 2024 10:04
@ragi96 ragi96 enabled auto-merge (squash) February 9, 2024 10:04
@ragi96 ragi96 merged commit 2f7f30f into main Feb 9, 2024
@ragi96 ragi96 deleted the refactor/link-selector-pass-functions branch February 9, 2024 10:29
@github-actions github-actions bot mentioned this pull request Feb 9, 2024
ragi96 added a commit that referenced this pull request Feb 14, 2024
)

* refactor: link selector pass functions (#736)

* refactor: link selector not passing appBridge

* get rid of hook

* add changeset

* fix: instance error

* improve syntax

* remove useless call

* chore: release packages (#745)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update tailwind to 3.4.1 (#747)

* update tailwind to 3.4.1

* Add changeset

* Update .changeset/brown-carpets-matter.md

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

---------

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

* feat: adjust serve and compile command (#732)

* feat: adjust serve and compile command

* Create fresh-ducks-dance.md

* chore: adjust for comments

* chore: add configFile: false to serve

* chore: remove unused import

* chore: remove logger

* chore: remove generating a lib

* Update packages/cli/src/utils/compiler.ts

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* Update packages/cli/src/commands/serve.ts

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* chore: remove globals

* chore: remove build step

* feat: add new template structure

* feat: adjust platform-app templates

* feat: add multiple build steps with temporary directory to store settings

* feat: use index.ts file to create settings bundle

* chore: update temaplte html

* chore: update templates with defineApp

* chore: use sync cals

* chore: adjust templates

* chore: update packages

* chore: update tempaltes with external settings.ts

* chore: add emptyOutDir to false and remove cleanup code

* chore: remove function variable and adjust output dir of first pass

* compiler.ts aktualisieren

* chore: update to iife format

* chore: fix linter and rename settings output file

* feat: adjust tests and settings.js bundle

---------

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* feat: use setAssetIdsByBlockAssetKey for updating assets (#730)

* feat: use setAssetIdsByBlockAssetKey for updating assets

* test: add stub for setAssetIdsByBlockAssetKey

* refactor: stub and improve tests

* improve hook

* chore: add Changeset

* fix: response type

* Update .changeset/spicy-crabs-hope.md

---------

Co-authored-by: ragi96 <rafael.giezendanner@frontify.com>
Co-authored-by: Daniel Fulop <daniel.fulop@frontify.com>

* chore: release packages (#748)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sam Creasey <sam.creasey@frontify.com>
Co-authored-by: Julian Iff <julian.iff@frontify.com>
Co-authored-by: Samuel Alev <samuel.alev@frontify.com>
Co-authored-by: Luca Hochreutener <34413733+hochreutenerl@users.noreply.github.com>
Co-authored-by: Daniel Fulop <daniel.fulop@frontify.com>
ragi96 added a commit that referenced this pull request Feb 16, 2024
* refactor: link selector pass functions (#736)

* refactor: link selector not passing appBridge

* get rid of hook

* add changeset

* fix: instance error

* improve syntax

* remove useless call

* chore: release packages (#745)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: update tailwind to 3.4.1 (#747)

* update tailwind to 3.4.1

* Add changeset

* Update .changeset/brown-carpets-matter.md

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

---------

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

* feat: adjust serve and compile command (#732)

* feat: adjust serve and compile command

* Create fresh-ducks-dance.md

* chore: adjust for comments

* chore: add configFile: false to serve

* chore: remove unused import

* chore: remove logger

* chore: remove generating a lib

* Update packages/cli/src/utils/compiler.ts

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* Update packages/cli/src/commands/serve.ts

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* chore: remove globals

* chore: remove build step

* feat: add new template structure

* feat: adjust platform-app templates

* feat: add multiple build steps with temporary directory to store settings

* feat: use index.ts file to create settings bundle

* chore: update temaplte html

* chore: update templates with defineApp

* chore: use sync cals

* chore: adjust templates

* chore: update packages

* chore: update tempaltes with external settings.ts

* chore: add emptyOutDir to false and remove cleanup code

* chore: remove function variable and adjust output dir of first pass

* compiler.ts aktualisieren

* chore: update to iife format

* chore: fix linter and rename settings output file

* feat: adjust tests and settings.js bundle

---------

Co-authored-by: Samuel Alev <samuel.alev@frontify.com>

* feat: use setAssetIdsByBlockAssetKey for updating assets (#730)

* feat: use setAssetIdsByBlockAssetKey for updating assets

* test: add stub for setAssetIdsByBlockAssetKey

* refactor: stub and improve tests

* improve hook

* chore: add Changeset

* fix: response type

* Update .changeset/spicy-crabs-hope.md

---------

Co-authored-by: ragi96 <rafael.giezendanner@frontify.com>
Co-authored-by: Daniel Fulop <daniel.fulop@frontify.com>

* chore: release packages (#748)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* refactor(guideline-blocks-settings): split toolbar into subcomponents (#749)

* add base component buttons

* make drag button

* add typings for tooltip button

* create menutoolbarbutton

* restructure files

* add single context for toolbar flyouts

* move attachments toolbar button into folder

* restructure to remove unrelated items from button folder

* fix bugs

* restructure files

* rename flyout provider

* swap with provider

* update changelog

* remove has

* update changelog

* fix failing spec

* fix typeerror

* remove unused class

* update drag preview context

* add footer props to flyout button

* rename hook

* Add testId attribute

* Add wrappers for context

* prepare elements for tests

* fix failing test

* fix failing test

* fix typo

* provide migration example

* adjust md

* change type children to content

* test: toolbar components (#752)

* test toolbar items

* add spacing

* update test branch

* update tests

* Update .changeset/cool-planets-decide.md

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

* Update .changeset/cool-planets-decide.md

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

---------

Co-authored-by: Rafael Giezendanner <rafael.giezendanner@frontify.com>

* feat(Attachments): allow sorting (#757)

* feat(Attachments): allow sorting

* feat: support new v4 color type (#744)

* unfinished first draft of adding support

* feat: support new v4 color type

* add changeset

* rename isNewColor to isV4Color

* fix: improve code

* fix: adjust to new format

* fix: adjust mapper for v4

* fix: review stuff

* fix: typecheck

* chore: release packages (#755)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix changelog

* fix changelog

* fix: changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants