Skip to content

Releases: sapegin/tamia

v5.11.1

09 Aug 09:29
Compare
Choose a tag to compare

5.11.1 (2021-08-09)

Bug Fixes

  • Page: Remove extra padding that's conflicting with Container component (3e860ff)

v5.11.0

21 Jul 06:44
Compare
Choose a tag to compare

5.11.0 (2021-07-21)

Bug Fixes

  • Icon: Allow more props on Icon component (bdd3b03)
  • TextContent: Don't leak the margin after the last element outside of the component (c324e32)
  • Add zero spacing to default theme (d042440)

Breaking changes

  • Drop Node.js 10/12 support (cf07f8a)

v5.10.1

03 Sep 17:54
Compare
Choose a tag to compare

5.10.1 (2020-09-03)

Bug Fixes

  • Remove inline-block from QuotedLink (028e89b)

v5.10.0

03 Sep 15:42
Compare
Choose a tag to compare

5.10.0 (2020-09-03)

Features

  • New focus styles for links (3d5709b)

New required theme variables:

  • borders.focus — focus outline, for example 3px solid
  • colors.focus — focus outline color
  • focusOutlineOffset — focus outline offset

v5.9.5

08 Aug 16:18
Compare
Choose a tag to compare

5.9.5 (2020-08-08)

Bug Fixes

  • Respect heading letter-spacing in TextContent (9e56896)

v5.9.4

07 Aug 06:14
Compare
Choose a tag to compare

5.9.4 (2020-08-07)

Bug Fixes

  • Don't override font-weight in Link and QuotedLink (fba1e07)

v5.9.3

21 Jul 17:20
Compare
Choose a tag to compare

5.9.3 (2020-07-21)

Bug Fixes

  • Top align table cells in TextContent (46889b3)

v5.9.2

21 Jun 06:54
Compare
Choose a tag to compare

5.9.2 (2020-06-21)

Bug Fixes

  • Stack: Parent stack shouldn't override gap value of nested stacks (96fca48)

v5.9.1

17 Jun 17:39
Compare
Choose a tag to compare

5.9.1 (2020-06-17)

Bug Fixes

  • Remove compose() from Heading and Text to allow one-off props (7b1a0a1)

v5.9.0

17 Jun 13:25
Compare
Choose a tag to compare

5.9.0 (2020-06-17)

Features

  • Stack: Add direction prop, support horizontal stacks and switching between vertical and horizontal (fe856ba)