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 usingheight
property. - fix: Tweak
KeyPress
component so it no longer keeps the Node process running. - chore: Generate
.flow
files from source code instead of usingprop-types
. - chore: Clean up the code and remove obsolete code
Monorepo improvements
- feat: Add
react-slate-playground
for easier testing and feature development forreact-slate
andreact-slate-utils
. - chore: Add PR template, badges and contributors list to monorepo's
README.md
- chore: Add contributing guide, update license and issue template.