Releases: zamotany/react-slate
Releases · zamotany/react-slate
@react-slate/[email protected]
Changelog
- chore: switch to namespaced package
@react-slate/utils
@react-slate/[email protected]
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]
Changelog
- chore: rename
react-slate
package to@react-slate/core
- feat: support style array notation (thanks to @jukben)
- fix: make
borderColor
overrideborder
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]
Changelog
- chore: move
ProgressBar
andSpinner
to separate@react-slate/components
package
[email protected]
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.
[email protected]
Changelog
- chore: Generate
.flow
files from source code instead ofprop-types
. - chore: Add
react-slate
as apeerDependency
. - docs: Updated
react-slate-utils
API docs with missing stream argument.