Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Releases: supabase/ui

v0.17.0

06 Mar 00:31
Compare
Choose a tag to compare

0.17.0 (2021-03-06)

Features

  • add onBlur and onFocus props to Select and Checkbox (9b9d761)

v0.16.0

06 Mar 00:09
6ced939
Compare
Choose a tag to compare

0.16.0 (2021-03-06)

Features

v0.15.0

04 Mar 08:56
dce3033
Compare
Choose a tag to compare

0.15.0 (2021-03-04)

Features

  • added vertical divider. (eca2827)

v0.14.1

02 Mar 16:10
Compare
Choose a tag to compare

0.14.1 (2021-03-02)

Bug Fixes

  • move SidePanel component fully inside a Transition component (505726c)

v0.14.0

02 Mar 14:20
Compare
Choose a tag to compare

0.14.0 (2021-03-02)

Bug Fixes

  • added a centered loader state for Button (9065ad1)
  • Icon on Select not displaying correctly (1fddcc0)

Features

  • added new size prop to Input and Layout helper. (b756d79)

v0.13.6

25 Feb 11:33
Compare
Choose a tag to compare

0.13.6 (2021-02-25)

Bug Fixes

  • change rounded class of Menu.Item (f2f7c0f)

v0.13.5

24 Feb 07:58
Compare
Choose a tag to compare

0.13.5 (2021-02-24)

Bug Fixes

  • add style prop to Menu.Item (c557285)

v0.13.4

24 Feb 04:06
80baa03
Compare
Choose a tag to compare

0.13.4 (2021-02-24)

Bug Fixes

  • adjust column width of horizontal forms to take up 1/3 width label, 2/3 width input (7f5ab7b)
  • button border matched background causing it to look small (1e43eb8), closes #131
  • remove button :focus styles. (f8bc82c)

v0.13.3

17 Feb 10:42
eea2829
Compare
Choose a tag to compare

0.13.3 (2021-02-17)

Bug Fixes

  • modal now supports style and className props for the main modal, overlay and content div. (4b86ecb)

v0.13.2

17 Feb 07:30
64dbca3
Compare
Choose a tag to compare

0.13.2 (2021-02-17)

Bug Fixes

  • lightmode checkbox color (f828d21), closes #126
  • menu styling, background color, added new left bar active border and fixed Menu.Group to no longer require children (6a49d7a)