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

v0.2.0 #4

Merged
merged 19 commits into from
Dec 16, 2023
Merged

v0.2.0 #4

merged 19 commits into from
Dec 16, 2023

Conversation

niklasramo
Copy link
Owner

@niklasramo niklasramo commented Jul 10, 2023

Summary

  • Updated deploy-docs GH action.
  • Added new CI workflows.
  • Created a new publish-npm GH action, which automatically publishes to NPM when a new release is created.
  • Allow Element or HTMLElement|SVGSVGElement as args to some most methods/constructors instead of just HTMLElement to make typings more lenient.
  • Made getStyle util method more strongly typed (and changed the API a bit in the process).
  • The library is now available as a CommonJS and ES module, but the UMD module is deprecated.
  • Added some examples to the docs site.
  • Added getFrozenProps option to Draggable, fixes Using drag container has a lot of limitations to allowed CSS of the dragged element. #5.
  • Use mezr library for some of the more complex DOM calculations where possible.

@niklasramo niklasramo self-assigned this Jul 10, 2023
@niklasramo niklasramo changed the title v0.2.0 WIP: v0.2.0 Aug 12, 2023
@niklasramo niklasramo changed the title WIP: v0.2.0 v0.2.0 Dec 16, 2023
@niklasramo niklasramo merged commit e085ebd into main Dec 16, 2023
1 check passed
@niklasramo niklasramo deleted the dev branch December 16, 2023 12:03
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.

Using drag container has a lot of limitations to allowed CSS of the dragged element.
1 participant