You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-9Lines changed: 24 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,33 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [Unreleased]
6
6
7
7
Breaking changes (😱!!!):
8
-
9
-
- Changed `flex`, `flexGrow`, and `flexShrink` to use `Number` rather than `Int` for the `grow` and `shrink` values - #64 (@andywhite37)
8
+
- Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
9
+
- Changed `flex`, `flexGrow`, and `flexShrink` to use `Number` rather than `Int` for the `grow` and `shrink` values (#64 by @andywhite37)
10
+
- Refactored `FontStyle` type to be a sum type rather than a newtype and added tests (#95 by @vyorkin)
11
+
- Fixed infix levels of selector operators (#78 by @vyorkin)
10
12
11
13
New features:
14
+
- Added roles declarations to forbid unsafe coercions (#120 by @kl0tl)
15
+
- Added `cursor` (#94 by @vyorkin)
16
+
- Added `border-spacing` (#114 by @mjgpy3)
17
+
- Added `opacity` (#91 by @vyorkin)
18
+
- Added `text-overflow` (#97 by @vyorkin)
19
+
- Added a unitless size (#90 by @vyorkin)
20
+
- Added transition CSS properties and values (#106 by @vyorkin)
21
+
- Added various transformations (#103 by @vyorkin)
22
+
- Added various selector combinators (#100 by @vyorkin)
12
23
13
24
Bugfixes:
25
+
- Fixed cubic-bezier rendering (#109 by @vyorkin)
14
26
15
27
Other improvements:
28
+
- Removed `purescript-generics` dependency (#76 by @vyorkin)
29
+
- Changed default branch to `main` from `master`
30
+
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#121 by @maxdeviant)
0 commit comments