Skip to content

v2.0.0

Compare
Choose a tag to compare
@Jeremy-Walton Jeremy-Walton released this 31 Jan 22:36
· 7 commits to main since this release
52ef292

Optics v2.0.0

What's Changed

Breaking Changes

  • Optics is no longer using SCSS by @Jeremy-Walton in #266
    • All references to SCSS or SASS have been removed.
    • The import paths for files should change from @rolemodel/optics/dist/scss/optics to @rolemodel/optics/dist/css/optics
    • There is now a @rolemodel/optics/dist/css/optics.min.css which is one file with all of Optics in it, rather than individual files.
    • Any selective imports will need to point to the css dist folder instead of scss

Full Changelog: v1.13.0...v2.0.0