Skip to content

Releases: joshdales/tundra-css

v0.11.1

10 Mar 16:47
418412c
Compare
Choose a tag to compare

Minor bugfix so that I don't publish files that aren't needed.

v0.11.0

09 Mar 15:30
ba0a5e1
Compare
Choose a tag to compare

What's Changed

Major change that registers all the custom properties, might break your buttons and inputs if you were relying on not using an accent class. Speaking of which this also fixes a bug in the setting of the accent color.

Full Changelog: v0.10.0...v0.11.0

v0.10.0

17 Nov 16:46
4533dd8
Compare
Choose a tag to compare

What's Changed

  • Various documentation updates
  • Now using Deno for local development
    • Remove node/npm dependancies from the package.json

Full Changelog: v0.9.0...v0.10.0

v0.9.0

06 Oct 19:22
9fdbe85
Compare
Choose a tag to compare

What's Changed

Breaking changes related to colours:

  • Expand accent classes #66
    This is maps all the colour levels to accents based on the accent class that you apply
  • Expand all the colours again in #68
    • Adds an extra level to the colours so that there are now 8 per colour. Also the steps in the lightness values between them are same
    • Removes the p3 fallbacks as the browsers seem to be able to handle that themselves for the most part. Now the only colour fallbacks are for oklch support.

Full Changelog: v0.8.1...v0.9.0

v0.8.1

15 Sep 21:31
b8325c3
Compare
Choose a tag to compare

What's Changed

  • Lower label text sizes in #59
  • Update button and input sizes in #60

Full Changelog: v0.8.0...v0.8.1

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