Skip to content

Releases: globalbrain/sefirot

v0.8.3

09 Mar 01:47
Compare
Choose a tag to compare

Improvements

  • Updated composition api plugin to the latest.

v0.8.2

05 Mar 03:55
Compare
Choose a tag to compare

Improvements

  • Added more icons.
    • Download
    • DownloadCloud
    • Save

v0.8.1

28 Jan 02:29
Compare
Choose a tag to compare

Fixes

  • #15 Fixed SButton component not behaving like block level element when the block prop are passed. It didn't had correct width. Now it will stretch out relatively to its parent element.

v0.8.0

15 Jan 07:37
Compare
Choose a tag to compare

Breaking Changes

The code has been rewritten almost entirely. It's the fresh start.

v0.7.3

05 Nov 02:04
Compare
Choose a tag to compare

Improvements

  • #12 Add style option to the SGrid component.

v0.7.2

25 Oct 06:39
Compare
Choose a tag to compare

Improvements

  • #11 Implemented a new modal system.

v0.7.1

30 Sep 01:32
Compare
Choose a tag to compare

Improvements

  • #8 Added rounded style to the button component. You may now pass rounded prop to the SButton component to make it "rounded". See example at here.

v0.7.0

11 Sep 06:17
Compare
Choose a tag to compare

New Features

Added a new select input component.

Issue #6

Now you may use SInputSelect for select input. Please refer to the documentation for more detail.

Thanks to @pjsaran for this enhancement request 🎉

v0.6.3

06 Sep 03:13
Compare
Choose a tag to compare

Improvements

v0.6.2

29 Aug 00:50
Compare
Choose a tag to compare

Fixes

  • #1 Fixed where the dot of radio button was not showing correctly on different browser zoom level.