Releases: natalie-natsu/react-story-rich
Releases · natalie-natsu/react-story-rich
The Alpha 2.0.0 Release (getting a bit more serious)
[2.0.0-alpha] - 2020-01-19
v1.0.0 was release too fast but was none the less working well.
Removed
- v1.0.0 was release too fast but was none the less working well
- location and dataContext reducers (were useless and after reflexion were not relevany)
<Landing />
&<Layout />
(were not relevant)<Provider />
(was not relevant)
Changed
- v.2.0.0 has really improved CustomElements and the way to display it
- Improve documentation
- Enhance
<Story />
and Story propscrollToBottom
becameautoScroll
Added
- lodash as dependency
- Hooks !
- useActions
- useChunk
- useEnabled
- useFocus
- useProgress
- useTap
- useTimeout
- Navigation Class
- Route Class
The Good Enough Release
[1.0.0] - 2019-12-27
Includes changes made in initial development releases (0.1.z).
Added
- Main documentation with Styleguide
- Core package & UI package configuration for transpilation and module bundle (Babel + Rollup)
- Documented core component
<Element />
- Documented core component
<Story />
- Unfinished virtualized
<Story />
example that requires a contribution - Documented core
Actions
for story navigation - Redux actions and reducers for navigation
- Barrel of imports using an included redux state for uninitiated creators that want to actions bellow
- Documented UI component
<CardElement />
- Documented UI component
<Landing />
- Documented UI component
<Layout />
- Other documentation sections like Troubleshooting or Contributors