Releases: jguze/svelte-easy-popover
Releases · jguze/svelte-easy-popover
v1.0.0
0.2.0 release
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
Initial release with basic popover functionality.