This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
infoxicator
force-pushed
the
feature/purgcss-version-upgrade
branch
from
April 15, 2020 13:12
f90c9ab
to
6df92c4
Compare
nellyk
reviewed
Apr 15, 2020
…loader into feature/purgcss-version-upgrade
This was referenced Apr 15, 2020
JAdshead
suggested changes
Apr 16, 2020
mtomcal
previously approved these changes
Apr 21, 2020
JAdshead
previously approved these changes
Apr 21, 2020
nellyk
previously approved these changes
Apr 22, 2020
Could we please hold off on merging this until we've added semantic release #10 |
…loader into feature/purgcss-version-upgrade
infoxicator
dismissed stale reviews from nellyk, JAdshead, and mtomcal
via
April 27, 2020 11:18
8fa87c5
nellyk
approved these changes
Apr 27, 2020
mtomcal
approved these changes
Apr 27, 2020
Francois-Esquire
approved these changes
Apr 27, 2020
oneamexbot
added a commit
that referenced
this pull request
Apr 28, 2020
# [2.0.0](v1.0.0...v2.0.0) (2020-04-28) ### chore * **travis:** remove node 6 from travis config ([c6360fc](c6360fc)) ### Features * **loader:** upgrade purgecss version ([#9](#9)) ([44886a3](44886a3)) ### Reverts * Revert "chore(release): 1.0.0 " (#12) ([f79e503](f79e503)), closes [#12](#12) ### BREAKING CHANGES * **travis:** drop support for node 6
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a non-breaking change for consumers
Upgraded
purgecss
version to 2.1.2Implemented the following additional options as described in the purgecss options documentation https://purgecss.com/configuration.html#options
fontFace
keyFrames
variables
whitelist
whitelistPatters
whitelistPatternsChildren
TESTING:
Tested doing
npm pack
and installing this version inone-app-bundler
, thennpm pack
again and installed the updated bundler in one of the docs repositories, confirming the changes indeed allow:global{}
classes whenpurgecss loader
is enabled in the bundler configuration and it removes unused classes even if wrapped in:global{}