Skip to content
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

1.5.0 #5

Merged
merged 13 commits into from
Sep 11, 2024
Merged

1.5.0 #5

merged 13 commits into from
Sep 11, 2024

Conversation

goranalkovic-infinum
Copy link
Contributor

Changes:

  • Updated dependencies.
  • (breaking-ish) Tweaked CSS reset to ignore whole WP admin by default. You'll need to add es-uic-has-css-reset to enable it where needed.
  • Reworked DraggableList, now using a new animation library for a more fluid experience.
  • There's now also a DraggableListItemHandle that can be placed anywhere within DraggableListItem to mark the drag area.
  • DraggableListItem will now hide the label properly if title, icon and subtitle are not sent
  • DraggableList now supports a labelAsHandle prop to constrain dragging just to the label, instead of the whole item (not compatible with a custom handle!)
  • Made Switch transforms harder to override by accident from an external source.
  • Slightly tweaked Repeater styling.
  • LinkInput should work properly now if fetchSuggestions is not passed.
  • LinkInput will not show suggestions when the field is empty. You can opt out into that with showSuggestionsWhenEmpty (could be useful if you have a default list of suggestions).
  • Added Draggable component for more random layouts.

@goranalkovic-infinum goranalkovic-infinum added the enhancement New feature or request label Sep 11, 2024
@goranalkovic-infinum goranalkovic-infinum requested a review from a team September 11, 2024 17:13
@goranalkovic-infinum goranalkovic-infinum self-assigned this Sep 11, 2024
vedranpetrac
vedranpetrac previously approved these changes Sep 11, 2024
Copy link

@dadadavorin dadadavorin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👌

@goranalkovic-infinum goranalkovic-infinum merged commit d72420a into main Sep 11, 2024
@goranalkovic-infinum goranalkovic-infinum deleted the release/1.5.0 branch September 11, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants