Skip to content

Releases: globalbrain/sefirot

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.

v0.6.1

23 Jul 04:23
Compare
Choose a tag to compare

Fixes

  • Fixed wired scrollbar behavior when displaying Modal and Screen on Windows.

v0.6.0

10 Jul 06:19
Compare
Choose a tag to compare

New Features

Added new mixins to control forms.

"Form" mixin and "HandlesValidationError" mixin was added to control form element better. Please take a look at the documentation for the detail.

v0.5.0

04 Jul 23:38
Compare
Choose a tag to compare

New Features

Added a new Blank Placeholder component.

SPlaceholderBlank component can be used for any component unlike SPlaceholderImage. See more Please see the documentation for more detail.

v0.4.0

04 Jul 01:41
Compare
Choose a tag to compare

New Features

Added a new Placeholder component.

Placeholders are for showing temporary state when waiting for a certain component to be loaded, for example, a preloader icon could be shown while waiting for an image to be downloaded. Please see the documentation for more detail.