Skip to content

Update changelog since v4.0.0 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 24 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,33 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes (😱!!!):

- Changed `flex`, `flexGrow`, and `flexShrink` to use `Number` rather than `Int` for the `grow` and `shrink` values - #64 (@andywhite37)
- Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
- Changed `flex`, `flexGrow`, and `flexShrink` to use `Number` rather than `Int` for the `grow` and `shrink` values (#64 by @andywhite37)
- Refactored `FontStyle` type to be a sum type rather than a newtype and added tests (#95 by @vyorkin)
- Fixed infix levels of selector operators (#78 by @vyorkin)

New features:
- Added roles declarations to forbid unsafe coercions (#120 by @kl0tl)
- Added `cursor` (#94 by @vyorkin)
- Added `border-spacing` (#114 by @mjgpy3)
- Added `opacity` (#91 by @vyorkin)
- Added `text-overflow` (#97 by @vyorkin)
- Added a unitless size (#90 by @vyorkin)
- Added transition CSS properties and values (#106 by @vyorkin)
- Added various transformations (#103 by @vyorkin)
- Added various selector combinators (#100 by @vyorkin)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing #114

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s the third one in the list

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah. I missed it. Sorry

Bugfixes:
- Fixed cubic-bezier rendering (#109 by @vyorkin)

Other improvements:
- Removed `purescript-generics` dependency (#76 by @vyorkin)
- Changed default branch to `main` from `master`
- 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)

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


- Updated dependencies for PureScript 0.14 (@cyrogenian)

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

Expand Down Expand Up @@ -54,12 +69,13 @@ Other improvements:

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


- Updated for PureScript v0.9.1 (#33 by @deamme)

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

Many new updates:
- Now uses `purescript-colours`, which fixed #22 (@sharkdp)

- Now uses `purescript-colours`, fixing #22 (@sharkdp)
- Added viewport units (@menelaos)
- Prefixed animation and keyframe support (@cryogenian)
- `box-sizing` (@Podlas29)
Expand All @@ -72,7 +88,7 @@ Many new updates:

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

Added `text-align` and `overflow`
- Added `text-align` and `overflow`

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

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

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


- Qualified all external imports

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

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

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



- Initial versioned release.