Skip to content

Releases: vadimdemedes/ink

v2.0.4

08 Mar 05:50
Compare
Choose a tag to compare
  • Enable keypress events when raw mode is turned on 675b456
  • Keep track of components which requested raw mode 321aa1e

v2.0.3...v2.0.4

v2.0.3

05 Mar 07:30
Compare
Choose a tag to compare
  • Fix replacing child nodes with text aba6a89

v2.0.2...v2.0.3

v2.0.2

05 Mar 06:32
Compare
Choose a tag to compare

v2.0.1...v2.0.2

v2.0.1

05 Mar 06:23
Compare
Choose a tag to compare
  • Fix subsequent calls to setRawMode 3dba883

v2.0.0...v2.0.1

v2.0.0

07 Mar 04:10
Compare
Choose a tag to compare

TODO

v0.5.1

09 Jul 05:27
Compare
Choose a tag to compare

This is a patch release, that brings back <Text> for backwards compatibility 0e29cac.

v0.5.0

09 Jul 05:21
Compare
Choose a tag to compare

This is a breaking release, along with a few new features.

  • Remove <Text> in favor of <Color> #69
  • Support JSX fragments #70

Thanks

❤️ Huge thanks to @karaggeorge for helping out with this release!

v0.4.0

22 Jan 21:35
Compare
Choose a tag to compare

This release brings important core improvements, a bug fix and new docs.

  • Major rewrite of the diffing process and core parts 0972381
  • Disable input in a non-tty environment 2daf599
  • Document <Text> component 6ae7acc
  • Document Yeoman generators 78e8653

Thanks

❤️ Huge thanks to @Thesuperfly, @talon and @shakyink for helping out with this release!

v0.3.1

07 Aug 18:12
Compare
Choose a tag to compare

This is mainly a bug fix release with an additional update to make Ink's API consistent with React's.

  • Pass props to setState() callback 9c33272
  • Add example on how to set up JSX transpiler 67591cd
  • Update log-update, fixes #28 61cd653

Thanks

❤️ Thanks to @ForbesLindesay and @zgreen for helping out with this release!

v0.3.0

16 Jul 16:34
Compare
Choose a tag to compare

This release brings minor breaking changes as well as nice improvements.

  • <div> now renders a newline (\n) after children. Use <span> if you need to group elements, but don't want a newline 376dc3a
  • Add missing functionality from Chalk 2, including methods for 256 and Truecolor color support 023e8d8 3124ecf
  • Rerender when terminal resizes. Responsiveness to the terminals! e68f2d7

Thanks

❤️ Huge thanks to @xdave for suggesting to add newline after <div>, which makes UI building more pleasant and less verbose.