Skip to content

Commit

Permalink
Add 16.1.0 entry to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Sep 17, 2020
1 parent 9d1f9f1 commit f481f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Releases
| Version | Notes |
| ------- | ----- |
| [16.1.0](https://github.com/rtfeldman/elm-css/tree/16.1.0) | Expose `CalculatedLength` ([#519](https://github.com/rtfeldman/elm-css/pull/519)), vendor Murmur3 dependency for now ([#528](https://github.com/rtfeldman/elm-css/pull/528))
| [16.0.2](https://github.com/rtfeldman/elm-css/tree/16.0.2) | Fix SVGKeyed ([#520](https://github.com/rtfeldman/elm-css/pull/520))
| [16.0.1](https://github.com/rtfeldman/elm-css/tree/16.0.1) | Fix bug with outputting "sec" instead of "s" for seconds.
| [**16.0.0**](https://github.com/rtfeldman/elm-css/tree/16.0.0) | Add first-class animation keyframes support. (#431) Remove `asPairs`, `Css.Namespace`, and arithmetic operators. Don't report warnings, just emit CSS. Make `Property` opaque and more efficient. Fix `withMedia` nesting bug. (#352) Rename `Css.Foreign` to `Css.Global`. (#360) Remove `Css.Colors`. (#358) Remove experimental border properties. (#438) Remove experimental `dir` pseudo-class. (#442) Change `class`, `id`, and `animationName` to accept a `String`.
Expand Down

0 comments on commit f481f9c

Please sign in to comment.