Releases: MarufZak/react-simplified
Releases · MarufZak/react-simplified
v.1.0.0
v.0.9.0-alpha
What's Changed
- Fix/event typings by @MarufZak in #6
- 🐛 fix: bug with useEffect callback execution phase by @MarufZak in #11
- ✨ feat: implement useLayoutEffect by @MarufZak in #12
- Refactor/migrate to ts 5.5 by @MarufZak in #15
- Feat/diffing by @MarufZak in #17
- feat: implement batching algorithm and integrate it by @MarufZak in #19
Full Changelog: v.0.8.0-alpha...v.0.9.0-alpha
v.0.8.0-alpha
Full Changelog: v.0.7.0-alpha...v.0.8.0-alpha
v.0.7.0-alpha
React Simplified
- Bug fixes and refactoring
- Added useRef hook
Strapi-UI
- Made it for library-only use.
- Added ProgressBar and SearchBar components
- Added logos and icons as a separate module
Dashboard
Setup application and implemented some pages with layout
Full Changelog: v.0.6.0-alpha...v.0.7.0-alpha
v.0.6.0-alpha
React Simplified
- Changed API for react-dom
- Completed implementation of useState hook
- Added support for SVG elements rendering
- fixed bug in event delegation, when event is fired even though element, to which handler is attached, didn't trigger it.
- Implement useId hook
Strapi UI
Implemented components: Divider, Alert, Avatar, Checkbox, and Radio.
Full Changelog: v.0.5.0-alpha...v.0.6.0-alpha
v.0.5.0-alpha
react-simplified
A custom zero-dependency implementation of React. Initial release includes support for JSX-Runtime and DOM attachable event handlers.
strapi-ui
A headless UI library built on top of react-simplified. This initial release includes the Button, Breadcrumb, and Badge components.