Releases: bholloway/resolve-url-loader
Releases · bholloway/resolve-url-loader
3.1.5
5.0.0
Breaking changes
- Require
node>=12
. - Support only
webpack>=4
. - Update to
postcss@^8
. - Remove
rework
engine (which was deprecated in V4).
Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-beta.1
Breaking changes
- Require
node>=12
. - Support only
webpack>=4
. - Update to
postcss@^8
. - Remove
rework
engine (which was deprecated in V4).
Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
- Fixes to end-to-end tests and test framework.
5.0.0-alpha.1
Breaking changes
- Require
node>=12
. - Support only
webpack>=4
. - Update to
postcss@^8
. - Remove
rework
engine (which was deprecated in V4).
Bugfixes
- Fix log messages not correctly normalising absolute paths to posix style on Windows platform
4.0.0
Features
- Better resolution of the original source location - You can more successfully use
url()
in variables and mixins. - Dependencies now accept a wider range and explicit dependency on
rework
andrework-visit
has been removed.
Breaking Changes
- The
engine
option is deprecated which means the oldrework
engine is deprecated. - The
keepQuery
behaviour is now the default, thekeepQuery
option has been removed. - The
removeCR
option defaults totrue
when executing on Windows OS. - The
absolute
option has been removed. - The
join
option has changed.
Migrating
See the changlog.
3.1.3
4.0.0-beta.2
The removeCR
option defaults true
on Windows OS. Default is false
otherwise.
4.0.0-beta.1
4.0.0-beta.1
4.0.0-alpha.4
- Improved documentation
- The join option has changed again.
4.0.0-alpha.3
- Improved documentation
- The
join
option has changed again. - Warn where incoming source-map is missing.
- Dependency
rework
is now optional peer. - Loosen dependencies (incl.
postcss
) to major version. - Remove low-value dependencies.