Skip to content

Releases: timc1/postel

v0.1.5

25 May 21:51
Compare
Choose a tag to compare

Dependabot

v0.1.4

11 Oct 04:44
c34bd86
Compare
Choose a tag to compare

Bump for #37

v0.1.3

17 Jul 18:18
Compare
Choose a tag to compare

Enhancements

  • auto placement will now reposition items dynamically as content flows around the page

Bug fixes

  • preferredAutoPlacement now respects top-start/end and bottom-start/end
  • fixed an issue where transitioning out would sometimes cause React's unmount warning

v0.1.1

17 Jul 01:53
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Enhancements

  • Added a preferredPlacement that auto will default to #30
  • Postel will automatically reposition the content while scrolling #28

v0.0.9

05 Jul 17:57
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where mousing in and out of a toggle sometimes causes the content to not display.

v0.0.8-1

05 Jul 01:12
Compare
Choose a tag to compare

Enhancements

  • Transparent underlay now leaves immediately even when there is a transition out duration.

v0.0.8

05 Jul 01:00
Compare
Choose a tag to compare

Enhancements

  • Added an option to display a transparent underlay
  • Added a prettier config

Bug fixes

  • Fixed an issue where show/hiding quickly causes sizing issues.

v0.0.7

04 Jul 23:18
Compare
Choose a tag to compare

Enhancements

  • A new package name, Postel, for more generic use case 🎉
  • Simplified API

v0.0.6-1

01 Jul 17:05
65cd176
Compare
Choose a tag to compare

Enhancements

  • Removed noCaret as a prop – simply pass a custom caret component.
  • Added an option to display a transparent overlay to prevent outer clicks from triggering when tooltip is opened.

Bug fixes

  • Fixed a type error due to a missing module declaration.

v0.0.5

30 Jun 01:18
ad55cb6
Compare
Choose a tag to compare

Enhancements

  • Added the ability to animate out both content and caret.
  • Removed noCaret – simply pass a prop caret if you want to render one.
  • Tooltip gets focus when displayed, and focus is set back to what was previously focused prior to tooltip showing.