Skip to content

Releases: supabase/ui

v0.1.15

08 Jan 10:31
7cbbfbd
Compare
Choose a tag to compare

0.1.15 (2021-01-08)

Bug Fixes

  • Checkbox native onchange event. (e804baa)

v0.1.14

08 Jan 09:55
Compare
Choose a tag to compare

0.1.14 (2021-01-08)

Bug Fixes

  • unlock peer dependency versioning (aab0354)

v0.1.13

08 Jan 09:08
Compare
Choose a tag to compare

0.1.13 (2021-01-08)

Bug Fixes

  • Icon now longer returns error if type string not recognised (d7be954), closes #42

v0.1.12

08 Jan 05:02
d2087b8
Compare
Choose a tag to compare

0.1.12 (2021-01-08)

Bug Fixes

  • FormLayout now removes label container when not in use in vertical layout. (24d687d), closes #38

v0.1.11

08 Jan 02:45
Compare
Choose a tag to compare

0.1.11 (2021-01-08)

Bug Fixes

  • export Badge component from library. (7f569f7), closes #39

v0.1.10

07 Jan 10:16
Compare
Choose a tag to compare

0.1.10 (2021-01-07)

Bug Fixes

  • remove duplicated children in <Checkbox.Group> (ec01c87)

v0.1.9

07 Jan 10:03
a27f81c
Compare
Choose a tag to compare

0.1.9 (2021-01-07)

Bug Fixes

  • <Checkbox> and <Checkbox.Group> now return correct onChange callback (d256bfc)

v0.1.8

07 Jan 08:27
13cb496
Compare
Choose a tag to compare

0.1.8 (2021-01-07)

Bug Fixes

  • added context consumer and provider to inject icon size depending on size of button. Icon sizes can still be overridden though. #29 (907d753)
  • fix children error in Transition in Button component (b032eeb)
  • missing files from last commit (61a705e)

v0.1.7

06 Jan 07:05
Compare
Choose a tag to compare

0.1.7 (2021-01-06)

Bug Fixes

  • colors of not rendering correctly when it has no inline color prop set (fb6dde4)
  • Radio component now using for displaying Inputs (7e5574d)

v0.1.6

06 Jan 05:35
7a7d4fa
Compare
Choose a tag to compare

0.1.6 (2021-01-06)

Bug Fixes

  • fixed button font inheritance. fixed input font inheritence. fixed button sizes when inside a component. #14 (a822245)