Releases: argyleink/open-props
Releases · argyleink/open-props
Step towards v2
v1.6 (#421) * version bump * Added --ease-anticipate-* easings (#419) * breaking change: added --ease-elastic-in, renamed --ease-elastic-* and --ease-squish-* to --ease-elastic-out-* and --ease-elastic-in-out-* * Update docsite/index.css Fixed typo from refactor in docsite/index.css as per Adam's comment Co-authored-by: Adam Argyle <[email protected]> * adjusted tests to correspond to additional props we added --------- Co-authored-by: Alex Li <[email protected]> Co-authored-by: Adam Argyle <[email protected]> * document and create fallback * update tests --------- Co-authored-by: Alex Li <[email protected]> Co-authored-by: Alex Li <[email protected]>
v1.5.1
What's Changed
- update autocomplete settings by @equinusocio in #323
- Add missing exports for masks and media js files by @mayank99 in #326
- Fix redundant selectors in normalize by @jacobrask in #331
- docs: autocomplete instructions in Sublime Text by @kaf-lamed-beyt in #330
- add TS support, cleans up modules by @argyleink in #335
- typescript part 2: electric boogaloo by @mayank99 in #338
- chore: include color helper by @kaf-lamed-beyt in #355
- docsite-op-logo-svg-fix by @syndicatefx in #359
- oklch palettes by @argyleink in #360
New Contributors
- @mayank99 made their first contribution in #326
- @jacobrask made their first contribution in #331
- @syndicatefx made their first contribution in #359
Full Changelog: v1.5.0...v1.5.1
Moar Colors
3 more dark colors in each palette, also new palettes available!
Normalize Options 🎃
- can choose light or dark only
- can additionally import the themes scoped to
.dark
,.dark-theme
, and[data-theme="dark"]
(light too)
What's Changed
- scrollthumb updates by @hchiam in #243
- fixes #245 by @argyleink in #246
- [Fix]
vscode-cssvar
setting example in the documentation by @phoenisx in #256 - Masks by @argyleink in #126
- Optimizing the code of square cut a little by @Afif13 in #257
- Optimization for the mask edges by @Afif13 in #258
- Optimizing the Drips edges + minor updates by @Afif13 in #259
- Small typo in the Doc by @Afif13 in #261
- Optimizing the Scalloped edges by @Afif13 in #262
- fade-in-bloom and fade-out-boom for #255 by @hchiam in #260
- Better syntax for the corner cuts by @Afif13 in #265
- color-scheme adaptive fade-in/out-bloom by @hchiam in #268
- A tiny update to the scooped edges by @Afif13 in #269
- replace single '' with ""in build scripts to also run on Windows by @WebMechanic in #282
- fixes #277 by @argyleink in #279
- Add missing postcss exports by @argyleink in #284
- Fix #278 and extend with --firefoxMacONLY, --chromiumONLY, --webkitONLY by @WebMechanic in #280
- docs: update pos-css link with new repo by @Jefiozie in #292
- Update VScode instructions by @diegoramosxyz in #293
- normalize light and dark imports by @argyleink in #285
New Contributors
- @phoenisx made their first contribution in #256
- @Afif13 made their first contribution in #257
- @WebMechanic made their first contribution in #282
- @Jefiozie made their first contribution in #292
- @diegoramosxyz made their first contribution in #293
Full Changelog: v1.4.0...v1.4.17
Web components and shadow DOM support
Optionally find files that use :host
instead of :where(html)
Stable Channel - update
update cssnano (#235) * update cssnano * Revert "update cssnano" This reverts commit 54ffc9415e82228edd723735594d1df432b3272b. * update package.json + npm install
🎉
Hello world!
v0.0.2 Merge branch 'main' of https://github.com/argyleink/prrops.style into…