Skip to content
Compare
Choose a tag to compare
@zamotany zamotany released this 03 May 14:08
· 80 commits to master since this release

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.