Skip to content

Releases: inokawa/rich-textarea

0.15.0

21 Jun 17:52
Compare
Choose a tag to compare
  • Change build target to ES2018

Full Changelog: 0.14.2...0.15.0

0.14.2

17 Jun 07:20
Compare
Choose a tag to compare

What's Changed

  • Replace react/jsx-runtime wih react/jsx-runtime.js by @inokawa in #23
  • Publish sourcemap

Full Changelog: 0.14.1...0.14.2

0.14.1

17 Jun 05:57
Compare
Choose a tag to compare
  • Add sideEffects: false to package.json
  • Improve build setting

Full Changelog: 0.14.0...0.14.1

0.14.0

27 Feb 07:48
Compare
Choose a tag to compare
  • Fixed bug that click event was propagated from backdrop
  • BREAKING: Fixed not to call preventDefault on events from backdrop, which had prevented browser behaviors unexpectedly (ex. navigation of a tag).

Full Changelog: 0.13.2...0.14.0

0.13.2

27 Feb 07:22
Compare
Choose a tag to compare
  • Revert 0.13.1 for now

Full Changelog: 0.13.1...0.13.2

0.13.1

27 Feb 06:57
Compare
Choose a tag to compare
  • Stop propagate click event from backdrop

Full Changelog: 0.13.0...0.13.1

0.13.0

24 Feb 11:45
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Ignore keydown events during IME composition by @inokawa in #19
  • BREAKING: isComposing is removed from handle

Full Changelog: 0.12.0...0.13.0

0.12.0

23 Feb 16:43
Compare
Choose a tag to compare
  • BREAKING: Add composition event handling by @inokawa in #18

Full Changelog: 0.11.11...0.12.0

0.11.11

16 Feb 17:26
Compare
Choose a tag to compare

Update README.md

Full Changelog: 0.11.10...0.11.11

0.11.10

14 Feb 15:13
Compare
Choose a tag to compare

Make bundle size bit smaller

Full Changelog: 0.11.9...0.11.10