File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Releases
2
2
| Version | Notes |
3
3
| ------- | ----- |
4
+ | [ 18.0.0] ( https://github.com/rtfeldman/elm-css/tree/18.0.0 ) | Add ` line-height: normal ` ([ #578 ] ( https://github.com/rtfeldman/elm-css/pull/578 ) ) and ` keyedLazy ` ([ #584 ] ( https://github.com/rtfeldman/elm-css/pull/584 ) )
4
5
| [ 17.1.1] ( https://github.com/rtfeldman/elm-css/tree/17.1.1 ) | Allow multiple ` css ` attributes on node ([ #566 ] ( https://github.com/rtfeldman/elm-css/pull/566 ) )
5
6
| [ 17.1.0] ( https://github.com/rtfeldman/elm-css/tree/17.1.0 ) | Support nonces ([ #569 ] ( https://github.com/rtfeldman/elm-css/pull/569 ) )
6
7
| [ 17.0.5] ( https://github.com/rtfeldman/elm-css/tree/17.0.5 ) | Fix SVG styling bug ([ #565 ] ( https://github.com/rtfeldman/elm-css/pull/565 ) )
Original file line number Diff line number Diff line change 3
3
"name" : " rtfeldman/elm-css" ,
4
4
"summary" : " Typed CSS in Elm." ,
5
5
"license" : " BSD-3-Clause" ,
6
- "version" : " 17.1.1 " ,
6
+ "version" : " 18.0.0 " ,
7
7
"exposed-modules" : {
8
8
"Elements" : [
9
9
" Html.Styled" ,
You can’t perform that action at this time.
0 commit comments