Releases: projectwallace/color-sorter
Releases · projectwallace/color-sorter
6.1.2
What's Changed
- remove codspeed and benchmarks because theyre unstable for me by @bartveneman in #84
- increase coverage, lower bundle size by @bartveneman in #85
Full Changelog: v6.1.1...v6.1.2
6.1.1
What's Changed
- Bump vite from 5.2.12 to 5.4.6 by @dependabot in #79
- Bump axios from 1.7.2 to 1.7.7 by @dependabot in #80
- upgrade deps (incl. vite 6) by @bartveneman in #82
- upgrade Colorjs.io to 0.6.0-alpha.1 by @bartveneman in #83
Full Changelog: v6.1.0...v6.1.1
6.1.0
Support more color spaces
Because we swapped out colord
for colorjs.io
we now support a wider range of color gamuts! Now you can also sort oklch()
and friends 😄
What's Changed
- setup codecov by @bartveneman in #74
- Run benchmarks using tinybench and CodSpeed by @bartveneman in #75
- replace colord with colorjs.io to support more colors by @bartveneman in #76
- use colorjs.io sub-exports for perf by @bartveneman in #78
Full Changelog: v6.0.2...v6.1.0
6.1.0-next.1
fix version
6.1.0-next.0
Use Colorjs.io instead of colord to support more color gamuts.
6.0.2
What's Changed
Mostly a maintenance release to modernize the CI setup and update some dependencies. No new features were added and no bugs were fixed.
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #68
- Implement publint, oxlint and prepare check job by @bartveneman in #69
- Replace microbundle with vite by @bartveneman in #71
- update GitHub Actions checkout & setup-node to v4 by @bartveneman in #72
- Add type checking by @bartveneman in #73
Full Changelog: v6.0.1...v6.0.2
6.0.1
What's Changed
- Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #61
- Bump postcss from 8.4.26 to 8.4.31 by @dependabot in #62
- fix types export by @bartveneman in #66
Full Changelog: v6.0.0...v6.0.1
6.0.0: ESM release
Breaking
- This is now an ESM package, but we've added a build step to generate CommonJS output as well.
- The package no longer exports a default export. There are now three named exports:
{ sort, sortFn, convert }
Upgrade
// before (v5.x)
const sort = require('color-sorter')
// after (v6)
import { sort } from 'color-sorter'
let sorted = sortColors(['red', 'blue'])
What's Changed
- 📦 Converted to ESM
- 🗂️ TS types included
- 🧪 Simplified GitHub actions test matrix to a single Node version
- 🛠️ Removed EsLint setup
Full Changelog: v5.0.3...v6.0.0
5.0.3
Tiny release tarball
v5.0.2 5.0.2