Skip to content

Commit

Permalink
Add 16.0.2 entry to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman committed Sep 17, 2020
1 parent 466e0c9 commit 9d1f9f1
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.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`.
| [**14.0.0**](https://github.com/rtfeldman/elm-css/tree/14.0.0) | Remove `Css.asPairsDEPRECATED` in favor of `DEPRECATED.Css.asPairs`. (#352) Fix bug in `borderBottomWidth` functions. (#380) Make `styled` more flexible. (#420) Add `pointerEvents` (#377). Add `Css.Transitions`.
Expand Down

0 comments on commit 9d1f9f1

Please sign in to comment.