Skip to content

Releases: joshdales/tundra-css

v0.8.0

16 Jun 22:30
cf35709
Compare
Choose a tag to compare

What's Changed

  • Update README documentation in #45
  • Custom properties for all the text classes in #47
  • More custom properties for the buttons in #48
  • Update the radius variables to be based on spacing variables in #49 and #50
  • Adjust font weights in #52
  • Bump the version of sass in #53

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 May 02:29
6c48765
Compare
Choose a tag to compare

What's Changed

  • Checkbox and Radio Inputs in #35 & #39
  • Extract the colour variables into their own classes in #36
  • Update text entry inputs in #37
  • Update the font-weight variables in #40

Full Changelog: v0.6.2...v0.7.0

v0.6.2

06 Apr 20:45
2cec28d
Compare
Choose a tag to compare

What's Changed

  • Fix the letter-spacing and line-height file names in #33

Full Changelog: v0.6.1...v0.6.2

v0.6.1

24 Mar 17:23
5ff45a8
Compare
Choose a tag to compare

What's Changed

  • Update hover styles of the disabled filled button in #29

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Mar 01:49
d146e06
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • Swap the styles for heading and alt-heading in #22
  • Remove background & colour from html rule in #24
  • Use accent variables for elements in #25
  • Update input & button selectors with a11y roles in #27

Other updates:

  • Programmatic style definition in #23
  • Expose the button & input bases in #27
    • Also rename text-based input mixins to text-entry

Full Changelog: v0.5.0...v0.6.0

v0.5.0

15 Dec 14:26
9911286
Compare
Choose a tag to compare

What's Changed

  • Relative font size variables in #7
    • The font size variables are now in rem rather than just using the space variables (still based on the same values though).
  • Expand colours in #13
  • Refactor typography tokens in #14
  • Refactor colour definitions in #15
    • All the colour and typography token are now in their own files, imports shouldn't need to be updated though.

Breaking Changes

  • There are no longer any unit-less colour variables.

Full Changelog: v0.4.0...v0.5.0

V0.4.0

06 Dec 21:27
6df5710
Compare
Choose a tag to compare

What's Changed

  • Some minor updates to the light end of green and yellow colours
  • Adjust the padding on the inputs
  • Adjust the colours used in ghost buttons

V0.3.0

24 Nov 22:19
Compare
Choose a tag to compare
  • Adds fallbacks for if oklch is not supported
  • Apply input styles to the select element
  • Moves the style definitions from styles/index.scss to ./index.scss so that if you need to import the forwarded styles it won't regenerate all the styles every time.

v0.2.0

16 Nov 18:38
2576294
Compare
Choose a tag to compare
  • Added a new font weight (font-weight-4)
  • Added rules for b and strong elements in the text classes
  • Small updates to the documentation.

v0.1.0

16 Nov 02:47
85f436f
Compare
Choose a tag to compare

Initial release