Skip to content

Releases: geist-org/geist-ui

v1.8.0

14 Aug 09:04
95b5e0c
Compare
Choose a tag to compare

Features

  • Optimize the max-width, height, and alignment of Modal. #302
  • Center the icon if Button is empty. #319
  • Remove space when the symbol is empty. Snippet. #325
  • Add loading prop to Modal.Action. #332
  • Sync the label and set value to required. Tabs. #334
  • Support uncontrolled way of Input values. #336
  • Support uncontrolled way of Textarea values. #341
  • Allow Dropdown to set the specified container. Select. #344
  • Lock tab action inside Modal. #354

Patches

  • Fix the height of custom options. AutoComplete #305
  • Fix hard-coded background-color. Link. #347
  • Fix title font-weight. Description. #348
  • Fix type of Modal.Action. #351
  • Fix column's props are not tracked. Table #362
  • Fix table children are not tracked. Table #364

Credits

Thanks to @yqrashawn @firede.

v1.8.0-canary.10

11 Aug 04:35
ee2cdd4
Compare
Choose a tag to compare
v1.8.0-canary.10 Pre-release
Pre-release

Patches

  • Fix table children are not tracked. Table #364

Documentation

canary branch

v1.8.0-canary.9

09 Aug 06:11
4946301
Compare
Choose a tag to compare
v1.8.0-canary.9 Pre-release
Pre-release

Features

  • Lock tab action inside Modal. #354

Patches

  • Fix column's props are not tracked. Table #362

Documentation

canary branch

v1.8.0-canary.8

27 Jul 10:33
fa988da
Compare
Choose a tag to compare
v1.8.0-canary.8 Pre-release
Pre-release

Patches

  • Fix hard-coded background-color. Link. #347
  • Fix title font-weight. Description. #348
  • Fix type of Modal.Action. #351

Credits

Thanks to @firede.

Documentation

canary branch

v1.8.0-canary.7

21 Jul 13:52
e37bf8f
Compare
Choose a tag to compare
v1.8.0-canary.7 Pre-release
Pre-release

Features

  • Support uncontrolled way of Input values. #336
  • Support uncontrolled way of Textarea values. #341
  • Allow Dropdown to set the specified container. Select. #344

Credits

Thanks to @yqrashawn

Documentation

canary branch

v1.7.7

21 Jul 13:47
4404616
Compare
Choose a tag to compare

Patches

  • Fix typo of InputIconClear. (The rendered className has changed, but there is no API change.) #340

Credits

Thanks to @yqrashawn

v1.8.0-canary.6

15 Jul 10:18
23baf4a
Compare
Choose a tag to compare
v1.8.0-canary.6 Pre-release
Pre-release

Features

  • Add loading prop to Modal.Action. #332
  • Sync the label and set value to required. Tabs. #334

Documentation

canary branch

v1.8.0-canary.5

11 Jul 11:21
ccf7e60
Compare
Choose a tag to compare
v1.8.0-canary.5 Pre-release
Pre-release

Patches

  • Remove space when the symbol is empty. Snippet. #325

Documentation

canary branch

v1.8.0-canary.4

05 Jul 06:36
1e08302
Compare
Choose a tag to compare
v1.8.0-canary.4 Pre-release
Pre-release

Features

  • Center the icon if Button is empty. #319

Patches

  • Remove the undefined className in Popover. #307
  • Add role="button" to Tabs. #308

Documentation

canary branch

v1.7.6

02 Jul 14:11
acf79d1
Compare
Choose a tag to compare

Patches

  • Remove the undefined className in Popover. #307
  • Add role="button" to Tabs. #308

Credits

Thanks to @firede @yqrashawn .