Ben Newman
97e1bba384
Bump package versions for the official 1.8.2 release.
2019-11-14 15:12:21 -05:00
Ben Newman
44d0f1f408
Bump package versions for 1.8.2-rc.10 release.
2019-11-12 18:06:25 -05:00
Ben Newman
c9904c3ed7
Bump package versions for 1.8.2-rc.9 release.
...
Note that publishing 1.8.2-rc.8 failed on all platforms due to EMFILE (too
many open files) errors, which necessitated reverting PR #10771 .
2019-11-11 19:38:24 -05:00
Ben Newman
a367c9aef5
Bump package versions for 1.8.2-rc.8 release.
2019-11-11 19:12:13 -05:00
Ben Newman
aec3bc76e3
Bump package versions for 1.8.2-rc.7 release.
2019-11-08 16:33:29 -05:00
Ben Newman
00564ac2ad
Bump package versions for 1.8.2-rc.6 release.
...
I made a small mistake publishing rc.5 (forgot to bump
meteor-release-experimental.json), so it seemed simpler to skip straight
to rc.6.
2019-11-05 17:27:36 -05:00
Ben Newman
19f00eef81
Bump package versions for 1.8.2-rc.4 release.
2019-10-24 19:36:39 -04:00
Ben Newman
8dd87a6636
Bump package versions for 1.8.2-rc.3 release.
2019-09-23 12:26:57 -04:00
Ben Newman
62faa518a0
Bump package versions for 1.8.2-rc.2 release.
2019-09-23 10:06:43 -04:00
Ben Newman
c0f3222ea5
Bump package versions for 1.8.2-rc.1 release.
2019-09-19 19:09:38 -04:00
Ben Newman
e94739f7e8
Bump package versions for 1.8.2-rc.0 release. 🎉
2019-09-19 11:54:49 -04:00
Ben Newman
9fb6b9cd89
Bump package versions for 1.8.2-beta.18 release.
2019-09-06 18:53:04 -04:00
Ben Newman
5a765e9b47
Update npm dependencies of minifier-css package.
2019-09-06 18:29:14 -04:00
Ben Newman
d376276158
Bump package versions for the official 1.8.1 release.
2019-04-02 18:51:59 -04:00
Ben Newman
8e16365ea6
Bump package versions for 1.8.1-rc.1 release.
2019-03-20 11:06:12 -04:00
Ben Newman
7f7545c850
Bump package versions for 1.8.1-rc.0 release.
...
Now that we've moved into the release candidate phase, there will be no
more new features added to Meteor 1.8.1, and all remaining effort will be
focused on fixing bugs.
Please test the release candidate if you have time, by running the
following command in any application directory:
meteor update --release 1.8.1-rc.0
2019-03-19 14:24:56 -04:00
Ben Newman
d3ccc4ef73
Bump package versions for 1.8.1-beta.20 release.
2019-02-28 16:18:39 -05:00
Ben Newman
cd9ace9434
Bump package versions after updating npm dependencies in #10448 .
2019-02-28 14:11:22 -05:00
Ben Newman
3348d708aa
Update shrinkwrap files for npm dependencies bumped in #10448 .
2019-02-28 14:09:40 -05:00
lukas strassel
2edc15a055
fix(deps): update terser, fetch, decimaljs, postcss, nanocss
2019-02-28 14:05:27 -05:00
James Burgess
37abeef9a1
Improve css @import warning text ( #10375 )
2019-01-11 17:13:17 -05:00
Ben Newman
249f31707a
Bump [standard-]minifier-css package versions.
2018-11-03 16:06:41 -04:00
lukas strassel
689ae3dfa7
Update postcss and cssnano to latest non breaking versions ( #10260 )
2018-11-03 16:04:42 -04:00
Ben Newman
37eb174612
Bump package versions for the official 1.8 release. :feelsgood:
2018-10-05 17:29:17 -04:00
Ben Newman
8ddd2f3eae
Bump package versions for 1.8-rc.17 release.
2018-10-03 15:15:55 -04:00
Ben Newman
24e1c9f2e7
Bump package versions for 1.8-rc.16 release.
2018-09-18 17:27:34 -04:00
Ben Newman
6020a7c181
Bump package versions for 1.8-rc.15 release.
2018-09-18 14:47:52 -04:00
Ben Newman
1320cdb455
Bump package versions for 1.8-rc.14 release.
2018-09-13 12:46:10 -04:00
Ben Newman
bb72ba969f
Bump package versions for 1.8-rc.13 release.
2018-09-13 12:04:36 -04:00
Ben Newman
b5208c7786
Bump package versions for 1.7.1-rc.12 release.
2018-09-12 12:56:21 -04:00
Ben Newman
210d1ac514
Bump package versions for 1.7.1-rc.11 release.
2018-09-11 14:02:00 -04:00
Ben Newman
3d4fb7a8ad
Bump package versions for 1.7.1-rc.10 release.
2018-09-11 10:24:58 -04:00
Ben Newman
203829c4f8
Bump package versions for 1.7.1-rc.9 release.
2018-09-10 17:05:14 -04:00
Ben Newman
419fee1e02
Update shrinkwraps for compiler plugins now depending on @babel/runtime.
2018-09-07 14:00:45 -04:00
Ben Newman
38e7ea63af
Add @babel/runtime dependency to all build plugins that use ecmascript.
...
Previously: a52a2c28f1
2018-09-07 12:37:49 -04:00
Christian Klaussner
b5a5935b09
Disable unsafe cssnano minification optimizations ( #9635 )
2018-02-08 10:32:28 -05:00
Hugh Willson
8da6c84eac
Update the default CSS parsing/combining/minifying tools ( #9263 )
...
* Update the default CSS parsing/combining/minifying tools
The `minifier-css` package is currently using outdated
(and abandoned) npm packages (`css-parse` and `css-stringify`),
as part of its parsing/minification process. This commit
replaces those packages with the robust, modern and maintained
`postcss` package.
* Adjust CSS source file fallback value
* Self test adjustments and cleanup
* Disable sourcesContent generation by postcss
The `standard-minifier-css` package is already associating
source content with the source map, so we don't need to
do this twice.
* Add History.md entry covering backwards compatibility details
* Bump major version due to backwards compatibility breaking changes
* Bump minor versions
* Code review changes (boolean formatting, concat to spread)
2017-11-22 11:13:54 -05:00
Ben Newman
f449552c0e
Update various package shrinkwraps for npm 5.
2017-10-24 19:03:20 -04:00
Ben Newman
6b6e5d8017
Remove -beta.n suffix from minifier-css before republishing.
2017-02-08 15:46:27 -05:00
Ben Newman
ba5c8ff530
Bump package versions for 1.4.3-beta.1 release.
2016-12-06 10:18:45 -05:00
Ben Newman
9ee7e46be9
Bump package versions for 1.4.3-beta.0 release.
2016-12-01 16:44:48 -05:00
Ben Newman
705a0c1709
Very minor stylistic tweaks to css-minifier tests.
2016-11-14 13:42:49 -05:00
choyweston
067767d36e
Add tests for URLs with #
...
First time building this type of test. Please review :)
2016-11-14 11:10:46 -05:00
choyweston
fd7632dde0
Add spaces before and after parenthesis
2016-11-14 11:02:10 -05:00
choyweston
311b0953aa
Fixes cases where urls start with "#"
...
Another issue is URLs that are only a hash (this happens with inline SVG):
filter:url("#lightGreen")
In the current version of the codebase, gets rewritten to :
filter:url("")
The pull request also fixes this issue.
2016-11-13 22:45:41 -05:00
choyweston
237624be9f
Apply fixed to absolute paths as well
2016-11-13 22:11:50 -05:00
choyweston
db8cc011e7
Fix case where no hash is present
2016-11-13 21:38:48 -05:00
choyweston
7d9388ee42
Keep Hashes in URL when rewriting relative URLs
...
For certain use cases, like SVG filters, the url needs to have a # symbol. For example, the following css property :
```filter:url("filters.svg#lightGreen")```
In the current version of the codebase, gets rewritten to :
```filter:url("http://myapp.com/filters.svg ")```
Whereas the proper behaviour should be:
```filter:url("http://myapp.com/filters.svg#lightGreen ")```
This simple change will fix the issue.
2016-11-13 21:20:34 -05:00
Ben Newman
f39812bd4b
Bump package versions for the official 1.4.2 release.
2016-10-25 10:20:21 -07:00
Ben Newman
b40df12129
Bump package versions for 1.4.2-rc.4 release.
2016-10-24 22:44:11 -07:00