update changelog

This commit is contained in:
Connor Skees 2021-07-30 07:38:21 -04:00
parent 5dd425a878
commit 100e7bad54
2 changed files with 9 additions and 4 deletions

View File

@ -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 # 0.10.6
- **feature complete, byte-for-byte support for bootstrap** - **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 - 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 - removed dependency on `peekmore`, which sped up parsing and simplified lookahead
- emit comments inside the `@if` rule body - 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 - no longer round output from `saturation(...)` function
- improve handling of newlines for `@media`, `@supports`, `@at-root`, placeholder selectors, unrelated style rules, and unknown @-rules - 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 - arglists can be equal to comma separated lists

View File

@ -29,12 +29,11 @@ That said, there are a number of known missing features and bugs. The notable fe
``` ```
indented syntax indented syntax
@forward and more complex uses of @use @forward and more complex uses of @use
media queries with @at-root @at-root and @import media queries
@media query merging @media query merging
media queries with @import
/ as a separator in color functions, e.g. rgba(255, 255, 255 / 0) / as a separator in color functions, e.g. rgba(255, 255, 255 / 0)
Infinity and -Infinity 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). All known missing features and bugs are tracked in [#19](https://github.com/connorskees/grass/issues/19).