Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2.9 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.1 (2021-05-19)

Note: Version bump only for package postcss-normalize-positions

5.0.0 (2021-04-06)

Note: Version bump only for package postcss-normalize-positions

5.0.0-rc.2 (2021-03-15)

Note: Version bump only for package postcss-normalize-positions

5.0.0-rc.1 (2021-03-04)

Note: Version bump only for package postcss-normalize-positions

5.0.0-rc.0 (2021-02-19)

Bug Fixes

  • postcss-normalize-positions: correct optimize math (calc and etc) and variable functions (var and env) (#750) (a81e8df)
  • postcss-normalize-repeat-style: better handle css variables (#753) (7e18b0c)

chore

  • minimum require version of node is 10.13 (#871) (28bda24)

Features

BREAKING CHANGES

  • minimum supported postcss version is 8.2.1
  • minimum require version of node is 10.13

4.1.9 (2019-02-12)

Performance Improvements

  • postcss-normalize-positions: increase perf (#694) (95639da)

4.1.1 (2018-09-24)

Bug Fixes

  • handle uppercase property and values on postcss-normalize-positions (#607) (c521423)
  • postcss-merge-longhand: not mangle border output (#555) (9a70605), closes #553 #554