-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.0 #165
Merged
Release 2.0.0 #165
Conversation
This file contains 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
* fix: Styling fixes for Card component * chore: Install missing peer prettier
## [1.2.8-next.1](v1.2.7...v1.2.8-next.1) (2024-04-16) ### Bug Fixes * Styling fixes for Card component ([#157](#157)) ([646fcc4](646fcc4))
…s positioned and replace top, right, left, bottom with new placement prop (#141) * feat: WIP refactor w-attention + add more placements * feat: temporarily comment out Directions type to fix broken tests * feat: WIP refactor attention position * feat: refactor recompute function * feat: WIP fix rerender problem * feat: fix autoUpdate * feat: cleanup attention + add placement prop * feat: use recompute + computeCalloutArrow from core-library instead + add fallbackAxisSideDirection option to flip() * feat: add fallbackDirection prop * feat: uninstall @floating-ui/dom + use new logic from core * feat: format * feat: remove duplicated code that already exists in core-library * feat: change default value of fallbackDirection to "start" * feat: remove redundant fallbackDirection prop * WIP remove margin + transform from w-attention-arrow, logic has been moved to the core-repo instead * feat: trigger computeCalloutArrow from core-repo * feat: remove whitespace * feat: WIP add distance + skidding props + add example of popover with icon as target element * feat: add getter and setter of isShowing * feat: update pnpm-lock file * feat: update attention examples * feat: adjust example for popover with icon as target element * feat: add props for flip + fallbackPlacements * feat: add props.flip to dependency array of watcher * feat: call cleanup during onUnmounted * feat: add flip to dismissable highlight example * feat: refactor type for fallbackPlacements + use it in highgligh example * feat: remove unused import of computed * feat: use directions from core-library to avoid duplication * feat: remove arrowDirectionClassname and use instead arrowDirectionClassname from core-library * feat: remove flip from watcher * feat: tweak distance + skidding for attention example * feat: revert removing flip from watcher * feat: refactor skidding for attention example * feat: remove flip from watcher * feat: remove setting fallbackPlacements default to undefined, since it is already undefined when not defined * feat: bump css version * feat: bump version of @warp-ds/core + fix linting errors
* test release * test commit #2 BREAKING CHANGE: The attention component
* init * build individual components * remove dist from eslint
# [2.0.0-next.2](v2.0.0-next.1...v2.0.0-next.2) (2024-04-22) ### Features * Individual imports ([#162](#162)) ([42c72d5](42c72d5))
* fix: add tooltip to attentionState * feat: add crossAxis prop * feat: only render attention component when targetEl is not undefined or when callout * fix: add targetEl prop to wAttention-test * fix: mock targetEl prop in wAttention-test-file * fix: revert adding isTooltip to attentionState * fix: bump to latest version of @warp-ds/core
# [2.0.0-next.3](v2.0.0-next.2...v2.0.0-next.3) (2024-04-30) ### Features * add more functionality to attention component ([#161](#161)) ([a8ed8ab](a8ed8ab))
* refactor(textfield): update component classes * refactor(textarea): update component classes * chore(deps): update @warp-ds/uno to 1.12.0 and @warp-ds/css to 1.9.6 * chore(workflows): use pnpm v9 in github actions
# [2.0.0-next.4](v2.0.0-next.3...v2.0.0-next.4) (2024-05-14) ### Bug Fixes * **textfield/textarea:** clean up classes ([#163](#163)) ([2babe15](2babe15))
felicia-haggqvist
approved these changes
May 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it is still okay to merge this release-PR to main even if cannot bump the eik alias until we have fixed the i18n issue? :)
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.
No description provided.