Releases: oddbird/cascading-color-system
Releases · oddbird/cascading-color-system
Naming conventions (BREAKING)
- BREAKING: rename
[data-ccs="*-select"]
attributes
with nested form inputs to
[data-ccs-field="*"]
and nested[data-ccs-input="*"]
- BREAKING: rename
[data-ccs="unset"]
to[data-ccs-input="unset"]
- BREAKING: rename
[data-ccs="invert"]
to[data-ccs-input="mode"]
- Use Hipocratic License
- Add root-level
_index.scss
for simpler Sass imports
FIX missing files in beta.5
v0.1.0-beta.6 v0.1.0-beta.6
Organized Sass
- just some re-organization…
JS dist, and custom prop cleanup
- BREAKING: Replace
html
selectors withdata-ccs='root'
- BREAKING: Changed the names of all
--ccs-<l | s>--contrast
variables,
to create fg and bg versions:--ccs-s--fg-contrast
--ccs-s--bg-contrast
--ccs-l--fg-contrast
--ccs-l--bg-contrast
- Core colors and full-contrast colors are gnerated by default,
without any call to thecolors()
mixin - Expose both ES module
index.js
and babel-generateddist.js
- More detail in readme…
Neutrals
- Add neutrals
- Remove extra combined-value properties
Node module
- turn it into a module, and add a build step for the site
Initial Test Release
- Everything is new
- Not everything is documented
- I wanna test it