Skip to content

Releases: zamotany/react-slate

@react-slate/[email protected]

20 May 12:59
Compare
Choose a tag to compare

Changelog

  • chore: switch to namespaced package @react-slate/utils

@react-slate/[email protected]

20 May 13:02
Compare
Choose a tag to compare

Changelog

  • chore: move KeyPress component to separate @react-slate/interactive package
  • fix: perform cleanup only when every KeyPress component was unmounted

@react-slate/[email protected]

20 May 13:05
Compare
Choose a tag to compare

Changelog

  • chore: rename react-slate package to @react-slate/core
  • feat: support style array notation (thanks to @jukben)
  • fix: make borderColor override border property (thanks to @mik639)
  • fix: use WeakMap in render functions
  • fix: handle offscreen elements and prevent crash with negative margins
  • docs: add guide for responding to resize events

@react-slate/[email protected]

20 May 13:00
Compare
Choose a tag to compare

Changelog

  • chore: move ProgressBar and Spinner to separate @react-slate/components package

[email protected]

03 May 14:08
Compare
Choose a tag to compare

Changelog

  • feat: Support for re-rendering with renderToTerminal to the same target without destroying state.
  • feat: Support unmounting an app from terminal with unmountFromTerminal.
  • feat: Auto calculate content width so backgroundColor can be applied properly.
  • fix: Fixed backgroundColor not being applied to a whole element with fixed height using height property.
  • fix: Tweak KeyPress component so it no longer keeps the Node process running.
  • chore: Generate .flow files from source code instead of using prop-types.
  • chore: Clean up the code and remove obsolete code

Monorepo improvements

  • feat: Add react-slate-playground for easier testing and feature development for react-slate and react-slate-utils.
  • chore: Add PR template, badges and contributors list to monorepo's README.md
  • chore: Add contributing guide, update license and issue template.

[email protected]

03 May 14:08
Compare
Choose a tag to compare

Changelog

  • chore: Generate .flow files from source code instead of prop-types.
  • chore: Add react-slate as a peerDependency.
  • docs: Updated react-slate-utils API docs with missing stream argument.

v0.4.0

24 Apr 09:33
Compare
Choose a tag to compare

Changelog

  • chore: react-stream-renderer got rebranded to react-slate
  • chore: published react-slate-utils with helper functions to enhance terminal
  • docs: updated website

0.2.0

08 Mar 15:17
fac1a17
Compare
Choose a tag to compare

Changelog

  • feat: Add TTY and test adapters (#53)
  • chore: Add preview GIF to README (db2d148)
  • fix: Reset cursor after flushing output to the terminal (#52)