Releases: Anidetrix/rollup-plugin-styles
Releases · Anidetrix/rollup-plugin-styles
v3.8.2
3.8.2 (2020-06-11)
Bug Fixes
- missing/overwritten files (b4dc69c)
- loaders: clearly show what options are public (2ab86be)
- partials: incorrect path without dir in url (68d40be)
Performance Improvements
v3.8.1
3.8.1 (2020-06-11)
Bug Fixes
- fix overwrite style file in preserveModules mode (2c13345)
- use path.parse instead of regex (135b658)
v3.8.0
3.8.0 (2020-06-08)
Features
- sass: sync mode support with dart implementation (91846bc)
Performance Improvements
- overall considerable performance improvements (6c08d55)
- replace concat-with-sourcemaps with custom function (a1b04d2)
- resolved modules caching (7eab36d)
v3.7.1
3.7.1 (2020-05-31)
Bug Fixes
- respect content option for minification (59b3c07)
v3.7.0
3.7.0 (2020-05-31)
Features
- option to disable
sourcesContent
in sourcemaps (afc440b)
v3.6.1
3.6.1 (2020-05-27)
Bug Fixes
- respect programmatic manual chunks as well (311e0dc)
v3.6.0
3.6.0 (2020-05-27)
Bug Fixes
- build: disable minification for use with
patch-package
(fbba337)
Features
- code splitting: rollup's
manualChunks
option support (5aeb350)
- injector: ability to set attibutes (653e91c)
Performance Improvements
- replace some sets with arrays (2b7c28e)
v3.5.5
3.5.5 (2020-05-23)
Bug Fixes
- changelog: repairs after github breakage (b01e058)
v3.5.4
3.5.4 (2020-05-23)
Bug Fixes
- trigger release due to
semantic-release
failure (c9e6acf)
- code splitting: infinite loop on cyclic imports (4dd0ca3)
v3.5.3
3.5.3 (2020-05-20)
Bug Fixes
- small misc fixes and changes (7cbb05a)