Skip to content

Commit cdd55ca

Browse files
author
Richard Feldman
committed
Add 8.0.0 release and fix missing 7.0.0
1 parent fe33631 commit cdd55ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ Now `zIndex 9999` is available to use inside our `Stylesheet`.
216216
## Releases
217217
| Version | Notes |
218218
| ------- | ----- |
219-
| [**7.0.0**](https://github.com/rtfeldman/elm-css/tree/7.0.0) | Switch from `(#)` and `(.)` to `class` and `id`
219+
| [**8.0.0**](https://github.com/rtfeldman/elm-css/tree/8.0.0) | Switch from `(#)` and `(.)` to `class` and `id`
220+
| [**7.0.0**](https://github.com/rtfeldman/elm-css/tree/7.0.0) | Upgrade to Elm 0.18
220221
| [**6.1.0**](https://github.com/rtfeldman/elm-css/tree/6.1.0) | Add box styles and table display options.
221222
| [**6.0.0**](https://github.com/rtfeldman/elm-css/tree/6.0.0) | `float` is now `num`. Length units expose type aliases, e.g. `Px`. Many new keywords!
222223
| [**5.0.0**](https://github.com/rtfeldman/elm-css/tree/5.0.0) | Have `compile` accept multiple files, add more keywords.

0 commit comments

Comments
 (0)