Skip to content

Releases: jguze/svelte-easy-popover

v1.0.0

30 Oct 06:51
Compare
Choose a tag to compare

1.0.0 (2021-10-30)

No major changes. Just cleaning up the release process, and marking this stable as version 1.0.0.

0.2.0 release

24 Jun 09:50
Compare
Choose a tag to compare

Changelog

  • Integrated more strongly with Typescript. The initial solution did not allow Svelte apps to properly import this package. The major problems were that it did not export typings, and did not export the Svelte files themselves.
  • I followed this wonderful template to get running. The only downside is we don't get real .d.ts files for the popover. But without autogenerated typings I don't plan to pursue it. See: sveltejs/component-template#29 (comment).
  • Did work to improve a combination of "click" and "hover". Mainly made it such that they interact well together. As well, clicking the reference will override other functionality, as will unhovering. This is the ideal effect in my opinion.
  • Added functionality to click escape to close, click away to close, and exposed some other properties.

Release v0.1.0

07 Jun 19:58
Compare
Choose a tag to compare

Initial release with basic popover functionality.