Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency css-loader to v1 #988

Merged
merged 1 commit into from
Jul 10, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2018

This Pull Request updates dependency css-loader from ^0.28.11 to ^1.0.0

Release Notes

v1.0.0

Compare Source

BREAKING CHANGES

0.28.11 (2018-03-16)

Bug Fixes
  • lib/processCss: don't check mode for url handling (options.modules) (#​698) (c788450)

0.28.10 (2018-02-22)

Bug Fixes
  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#​681) (9f876d2)

0.28.9 (2018-01-17)

Bug Fixes
  • ignore invalid URLs (url()) (#​663) (d1d8221)

0.28.8 (2018-01-05)

Bug Fixes
  • loader: correctly check if source map is undefined (#​641) (0dccfa9)
  • proper URL escaping and wrapping (url()) (#​627) (8897d44)

0.28.7 (2017-08-30)

Bug Fixes
  • pass resolver to localsLoader (options.alias) (#​601) (8f1b57c)

0.28.6 (2017-08-30)

Bug Fixes
  • add support for aliases starting with / (options.alias) (#​597) (63567f2)

0.28.5 (2017-08-17)

Bug Fixes
  • match mutliple dashes (options.camelCase) (#​556) (1fee601)
  • stricter [@import] tolerance (#​593) (2e4ec09)

0.28.4 (2017-05-30)

Bug Fixes
  • preserve leading underscore in class names (#​543) (f6673c8)

0.28.3 (2017-05-25)

Bug Fixes
  • correct plugin order for CSS Modules (#​534) (b90f492)

0.28.2 (2017-05-22)

Bug Fixes
  • source maps path on windows (#​532) (c3d0d91)

0.28.1 (2017-05-02)

Bug Fixes
  • allow to specify a full hostname as a root URL (#​521) (06d27a1)
  • case insensitivity of [@​import] (#​514) (de4356b)
  • don't handle empty [@​import] and url() (#​513) (868fc94)
  • imported variables are replaced in exports if followed by a comma (#​504) (956bad7)
  • loader now correctly handles url with space(s) (#​495) (534ea55)
  • url with a trailing space is now handled correctly (#​494) (e1ec4f2)
  • use btoa instead Buffer (#​501) (fbb0714)
Performance Improvements
  • generate source maps only when explicitly set (#​478) (b8f5c8f)


This PR has been generated by Renovate Bot.

Copy link
Member

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any breaking changes that affect the master branch codepaths. This is still a breaking change for v8 -> v9.

@eliperelman eliperelman merged commit c4d0f30 into master Jul 10, 2018
@renovate renovate bot deleted the renovate/css-loader-1.x branch July 10, 2018 15:49
@edmorley edmorley added this to the v9 milestone Jul 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

3 participants