Skip to content

Releases: exogen/react-typesetting

v0.3.1

09 Oct 01:23
Compare
Choose a tag to compare

Changed

  • Fix for accidentally rendering two ResizeObserver instances in each component.

v0.3.0

08 Oct 05:54
Compare
Choose a tag to compare

Added

  • The new component Typesetting.Provider was added to specify presets for all other components.
  • All components have a new preset prop, for use with Typesetting.Provider.

v0.2.0

08 Oct 03:45
Compare
Choose a tag to compare

Changed

  • The built-in ResizeObserver component that is used to detect reflows now uses resize-observer-polyfill. This sends resize updates much less frequently, but should be good enough for most people, and is less complex. To get more frequent updates, use reflowKey.
  • The demo now uses reflowKey to smoothly update while dragging the Resizable component.

v0.1.1

07 Oct 00:25
Compare
Choose a tag to compare

Changed

  • Improved docs published to npm. No code changes.

v0.1.0

07 Oct 00:24
Compare
Choose a tag to compare

Initial release!