Skip to content

Releases: supabase/ui

v0.9.1

27 Jan 07:47
Compare
Choose a tag to compare

0.9.1 (2021-01-27)

Bug Fixes

  • export Dropdown from index.tsx (9cb5241)

v0.9.0

25 Jan 12:28
1b290bc
Compare
Choose a tag to compare

0.9.0 (2021-01-25)

Bug Fixes

  • add icon prop to Tabs (cd79865)
  • issue with Dropdown margins left from testing (3bc532d)

Features

  • copy and reveal optional props added to <Input> (34d8634), closes #96
  • add actions option to <Input> (a536f02)
  • Input now sends onChange event, not just e.target.value (cb02ff5)

v0.8.0

18 Jan 16:13
1d47dc0
Compare
Choose a tag to compare

0.8.0 (2021-01-18)

Bug Fixes

  • auth layout issues and icon color issue (0d782d0), closes #82

Features

  • add scrollable prop to <Tabs>. tabs can now be scrolled horizontally. (85a6edf)
  • added new src prop, for inserting SVG files into <Icon> component (e11e0a4)
  • Divider updated to also contain text, aligned either left, right or center, using orientation prop. also added a light prop, useful for showing more subtle divider lines. (81e8ca5)
  • initial <Tabs> component changes implemented. supports type prop, with pills and underlined. <Tabs> also supports panel children. (6a533ec)

v0.7.0

18 Jan 07:14
Compare
Choose a tag to compare

0.7.0 (2021-01-18)

Bug Fixes

  • added 100% to <Auth> component (f6918b1)
  • oops, used wrong comments.. 🙈 (1294843)
  • quick fix for Modal width. (c571e37)
  • temporary fix added for as tailwind @base styles adds a chevron to selects (e0edc8e) Features now supports placement prop (130fa49) add autofocus prop to Input, Select and TextArea. (805083e) Close button added, which can be shown with new prop closable (b5b4da7) initial attempt at adding , and components and sub components. (662f98e)

v0.6.1

15 Jan 06:23
92621de
Compare
Choose a tag to compare

0.6.1 (2021-01-15)

Bug Fixes

  • <Typography.Text> renders text correctly without tags. solves issue with react keys when using some of the optional props (f131cce), closes #58

v0.6.0

14 Jan 09:43
7660da0
Compare
Choose a tag to compare

0.6.0 (2021-01-14)

Features

  • component added, which can be wrapped around any React.ReactNode. (aa602e0)

v0.5.0

14 Jan 09:13
62eda44
Compare
Choose a tag to compare

0.5.0 (2021-01-14)

Features

  • updated with background option (9b807f1)
  • updated with new layout options. icon is now a React.ReactNode prop. variant has been deprecated. (4e6ab56)

v0.4.2

14 Jan 07:15
46267e7
Compare
Choose a tag to compare

0.4.2 (2021-01-14)

Bug Fixes

  • default align set on . fixed spacing (9007819)

v0.4.1

14 Jan 06:25
39b929e
Compare
Choose a tag to compare

0.4.1 (2021-01-14)

Bug Fixes

  • component fixed to support left and right align with new align prop, although (065f3a8)

v0.4.0

13 Jan 11:32
fe9342b
Compare
Choose a tag to compare

0.4.0 (2021-01-13)

Features

  • roll up entry now using updated package.source - "source": "src/index.tsx" (7f6d4ad)