Skip to content

Releases: timc1/postel

v0.1.5

Choose a tag to compare

@timc1 timc1 released this 25 May 21:51

Dependabot

v0.1.4

Choose a tag to compare

@timc1 timc1 released this 11 Oct 04:44
c34bd86

Bump for #37

v0.1.3

Choose a tag to compare

@timc1 timc1 released this 17 Jul 18:18

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

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@timc1 timc1 released this 17 Jul 01:53

Enhancements

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

v0.0.9

Choose a tag to compare

@timc1 timc1 released this 05 Jul 17:57

Bug fixes

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

v0.0.8-1

Choose a tag to compare

@timc1 timc1 released this 05 Jul 01:12

Enhancements

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

v0.0.8

Choose a tag to compare

@timc1 timc1 released this 05 Jul 01:00

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

Choose a tag to compare

@timc1 timc1 released this 04 Jul 23:18

Enhancements

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

v0.0.6-1

Choose a tag to compare

@timc1 timc1 released this 01 Jul 17:05
65cd176

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

Choose a tag to compare

@timc1 timc1 released this 30 Jun 01:18
ad55cb6

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.