From 100e7bad549dba360ffa506a7fdc7d73f558201b Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Fri, 30 Jul 2021 07:38:21 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++++- README.md | 5 ++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6095ae..8059981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# TBD + +- special case plain CSS fn `clamp` +- support more uses of plain CSS fns inside `rgb`/`rgba`/`hsl`/`hsla` +- better support for `@at-root` at the toplevel and inside media queries + # 0.10.6 - **feature complete, byte-for-byte support for bootstrap** @@ -6,7 +12,7 @@ - feature complete `min`/`max` support -- special functions and `min`/`max` are now allowed as arguments - removed dependency on `peekmore`, which sped up parsing and simplified lookahead - emit comments inside the `@if` rule body -- fix bug in `hue(...)` function in which the value would be incorrect in when the `red` channel was the highest and the green channel was lower than the blue channel +- fix bug in `hue(...)` function in which the value would be incorrect when the `red` channel was the highest and the green channel was lower than the blue channel - no longer round output from `saturation(...)` function - improve handling of newlines for `@media`, `@supports`, `@at-root`, placeholder selectors, unrelated style rules, and unknown @-rules - arglists can be equal to comma separated lists diff --git a/README.md b/README.md index 0e75b18..290c9ca 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,11 @@ That said, there are a number of known missing features and bugs. The notable fe ``` indented syntax @forward and more complex uses of @use -media queries with @at-root +@at-root and @import media queries @media query merging -media queries with @import / as a separator in color functions, e.g. rgba(255, 255, 255 / 0) Infinity and -Infinity -builtin meta function keywords +builtin meta function `keywords` ``` All known missing features and bugs are tracked in [#19](https://github.com/connorskees/grass/issues/19).