Releases: zamotany/react-slate
Releases · zamotany/react-slate
@react-slate/utils@0.2.1
Changelog
- chore: switch to namespaced package
@react-slate/utils
@react-slate/interactive@0.1.0
Changelog
- chore: move
KeyPresscomponent to separate@react-slate/interactivepackage - fix: perform cleanup only when every
KeyPresscomponent was unmounted
@react-slate/core@0.6.0
Changelog
- chore: rename
react-slatepackage to@react-slate/core - feat: support style array notation (thanks to @jukben)
- fix: make
borderColoroverrideborderproperty (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
resizeevents
@react-slate/components@0.1.0
Changelog
- chore: move
ProgressBarandSpinnerto separate@react-slate/componentspackage
react-slate@0.5.1
Changelog
- feat: Support for re-rendering with
renderToTerminalto the same target without destroying state. - feat: Support unmounting an app from terminal with
unmountFromTerminal. - feat: Auto calculate content width so
backgroundColorcan be applied properly. - fix: Fixed
backgroundColornot being applied to a whole element with fixed height usingheightproperty. - fix: Tweak
KeyPresscomponent so it no longer keeps the Node process running. - chore: Generate
.flowfiles from source code instead of usingprop-types. - chore: Clean up the code and remove obsolete code
Monorepo improvements
- feat: Add
react-slate-playgroundfor easier testing and feature development forreact-slateandreact-slate-utils. - chore: Add PR template, badges and contributors list to monorepo's
README.md - chore: Add contributing guide, update license and issue template.
react-slate-utils@0.2.0
Changelog
- chore: Generate
.flowfiles from source code instead ofprop-types. - chore: Add
react-slateas apeerDependency. - docs: Updated
react-slate-utilsAPI docs with missing stream argument.