Skip to content

Commit c16c87f

Browse files
Update changelog since v4.0.0 (#128)
* Update changelog since v4.0.0
1 parent 69cd4a0 commit c16c87f

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,33 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
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)
1012

1113
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)
1223

1324
Bugfixes:
25+
- Fixed cubic-bezier rendering (#109 by @vyorkin)
1426

1527
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)
1631

1732
## [v4.0.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v4.0.0) - 2018-06-05
1833

19-
34+
- Updated dependencies for PureScript 0.14 (@cyrogenian)
2035

2136
## [v3.4.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v3.4.0) - 2018-01-24
2237

@@ -54,12 +69,13 @@ Other improvements:
5469

5570
## [v1.0.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v1.0.0) - 2016-06-29
5671

57-
72+
- Updated for PureScript v0.9.1 (#33 by @deamme)
5873

5974
## [v0.7.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.7.0) - 2016-05-22
6075

6176
Many new updates:
62-
- Now uses `purescript-colours`, which fixed #22 (@sharkdp)
77+
78+
- Now uses `purescript-colours`, fixing #22 (@sharkdp)
6379
- Added viewport units (@menelaos)
6480
- Prefixed animation and keyframe support (@cryogenian)
6581
- `box-sizing` (@Podlas29)
@@ -72,7 +88,7 @@ Many new updates:
7288

7389
## [v0.6.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.6.0) - 2016-02-22
7490

75-
Added `text-align` and `overflow`
91+
- Added `text-align` and `overflow`
7692

7793
## [v0.5.2](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.5.2) - 2015-12-08
7894

@@ -95,7 +111,7 @@ Added `text-align` and `overflow`
95111

96112
## [v0.3.1](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.3.1) - 2015-07-23
97113

98-
114+
- Qualified all external imports
99115

100116
## [v0.3.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.3.0) - 2015-07-14
101117

@@ -107,5 +123,4 @@ Added `text-align` and `overflow`
107123

108124
## [v0.1.0](https://github.com/purescript-contrib/purescript-css/releases/tag/v0.1.0) - 2015-05-16
109125

110-
111-
126+
- Initial versioned release.

0 commit comments

Comments
 (0)