Releases: joshdales/tundra-css
Releases · joshdales/tundra-css
v0.11.1
v0.11.0
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
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
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
v0.8.0
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
v0.6.2
v0.6.1
v0.6.0
What's Changed
Breaking changes:
- Swap the styles for
heading
andalt-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 totext-entry
- Also rename
Full Changelog: v0.5.0...v0.6.0