Skip to content

Releases: MarufZak/react-simplified

v.1.0.0

06 Jul 06:53

Choose a tag to compare

First stable release 🥳

Full Changelog: v.0.9.0-alpha...v.1.0.0

v.0.9.0-alpha

02 Jul 13:41

Choose a tag to compare

v.0.9.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v.0.8.0-alpha...v.0.9.0-alpha

v.0.8.0-alpha

23 Jun 14:36

Choose a tag to compare

v.0.8.0-alpha Pre-release
Pre-release

v.0.7.0-alpha

11 Jun 14:55

Choose a tag to compare

v.0.7.0-alpha Pre-release
Pre-release

React Simplified

  1. Bug fixes and refactoring
  2. Added useRef hook

Strapi-UI

  1. Made it for library-only use.
  2. Added ProgressBar and SearchBar components
  3. 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

03 Jun 10:19

Choose a tag to compare

v.0.6.0-alpha Pre-release
Pre-release

React Simplified

  1. Changed API for react-dom
  2. Completed implementation of useState hook
  3. Added support for SVG elements rendering
  4. fixed bug in event delegation, when event is fired even though element, to which handler is attached, didn't trigger it.
  5. 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

01 Jun 06:58

Choose a tag to compare

v.0.5.0-alpha Pre-release
Pre-release

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.