Commit Graph

32033 Commits

Author SHA1 Message Date
Filipe Névola
20132811b2 Merge pull request #11903 from meteor/integrate-standard-minifier-css-with-post-css
Run PostCSS plugins in standard-minifier-css
2022-02-10 02:06:06 +04:00
Filipe Névola
127147d8ae Merge pull request #11897 from meteor/always-minify-css-resource
Pass lazy css resources to minifier in development
2022-02-10 02:01:17 +04:00
Filipe Névola
b66b693c02 Merge pull request #11898 from meteor/fix/puppeteer-tests-m1
Fix running self tests on m1
2022-02-10 01:59:22 +04:00
zodern
0540e7f5df Remove minifier-css-postcss 2022-02-09 12:55:46 -06:00
zodern
989d007130 Add postcss docs 2022-02-09 12:55:14 -06:00
zodern
f1d8494156 Add excludedMeteorPackages postcss option 2022-02-09 12:37:41 -06:00
zodern
0e85386de3 Support postcss dependency messages 2022-02-08 23:12:29 -06:00
zodern
dc3c6b42a4 Show full stack for unexpected errors from postcss 2022-02-08 22:24:40 -06:00
zodern
92ba7c23fa Fix return value when stringifiedCss is empty 2022-02-08 22:23:18 -06:00
zodern
b6b0a96fa9 Remove source mapping url before running postcss 2022-02-08 22:18:35 -06:00
zodern
db3a005f81 Fix logging postcss warnings 2022-02-08 22:17:32 -06:00
zodern
334fd28500 Run postcss plugins 2022-02-08 20:09:20 -06:00
zodern
81e3d7864b Run postcss plugins 2022-02-08 19:32:28 -06:00
zodern
d380e8b336 Fix running self tests with puppeteer on m1 2022-02-08 19:26:45 -06:00
zodern
35dd7ab257 Pass lazy css resources to minifier in dev
This makes it consistent with non-lazy css resources, which were always being passed to the minifier.
2022-02-08 19:20:57 -06:00
zodern
890e6db5c9 Load postcss config 2022-02-08 15:11:58 -06:00
denihs
5c85c11f5f Throwing an error when trying to generate a 2fa qr code but no user is logged in. 2022-02-08 10:01:27 -04:00
denihs
d4c31a8b32 Moving the change description of the package Ejson, on history.md, to the Meteor Version Release section 2022-02-07 14:38:20 -04:00
Filipe Névola
7e4ff13f72 Bump ejson package version release/METEOR@2.6.1-beta.1 2022-02-07 21:14:55 +04:00
Filipe Névola
9c4f676312 Bump Meteor version to 2.6.1-beta.1 2022-02-07 21:12:02 +04:00
Filipe Névola
20f7462608 Reverting the change from PR #11678 as it was causing problems and it was not solve any issues 2022-02-07 21:07:33 +04:00
denihs
aef1b8ccea Bumping package ejon 2022-02-07 11:11:45 -04:00
denihs
22f1e4512b Merge branch 'jankapunkt-patch-2' into release-2.6.1 2022-02-07 11:07:58 -04:00
denihs
5b20084b86 Merge branch 'patch-2' of https://github.com/jankapunkt/meteor into jankapunkt-patch-2 2022-02-07 11:06:46 -04:00
Denilson
e458cc542d Merge branch 'devel' into patch-2 2022-02-07 11:03:35 -04:00
Jan Küster
82fcb6adb5 fix(ejson): added extra tests for EJSON.equals
Object and Array were previously mistaken, which is why we add some extra tests for them here. Related: #11866 and #11864
2022-02-06 17:48:16 +01:00
Renan Castro
0a59cafeb5 Merge pull request #11888 from meteor/fix/array-hotfix-oplog
Fix flatten object issue when internal object value is an array on oplog converter
2022-02-06 13:09:41 -03:00
Renan Castro
2c12e27bd0 Fix flatten object issue when internal object value is an array - remove call to hasOwnProperty 2022-02-05 21:37:02 -03:00
Renan Castro
7af62731e0 Fix flatten object issue when internal object value is an array - fix #11887
Preserve object.keys call for performance reasons
2022-02-05 21:21:37 -03:00
Filipe Névola
7c3e623a09 Include minifier-css-postcss into core 2022-02-05 19:18:49 +00:00
Filipe Névola
50fdf390f3 Migration guide to 2.6.1 2022-02-05 17:36:27 +00:00
Filipe Névola
344c91bfba Update history 2022-02-05 17:24:10 +00:00
Filipe Névola
af7adea542 Update history 2022-02-05 17:16:41 +00:00
Filipe Névola
f85a3d3ecf Include minifier-css-postcss into core release/METEOR@2.6.1-beta.0 2022-02-05 17:11:18 +00:00
Filipe Névola
e0906400a2 Update npm-shrinkwrap.json of babel-compiler 2022-02-05 17:11:00 +00:00
Filipe Névola
d3409d9b4c Bump Meteor version to 2.6.1-beta.0 2022-02-05 14:49:56 +00:00
Filipe Névola
33ad4b58b9 Merge pull request #11882 from meteor/build-plugins-handle-css-minifier-caching
Have build plugins handle caching for css minifiers
2022-02-05 14:43:19 +00:00
Filipe Névola
329a82d904 Merge branch 'devel' into release-2.6.1
# Conflicts:
#	docs/history.md
2022-02-05 14:42:07 +00:00
zodern
1a6a6b7b27 Support beforeMinify callbacks from minifiers 2022-02-04 16:01:50 -06:00
zodern
eb9a5864cb Remove cache option from readAndWatchFileWithHash 2022-02-04 13:46:59 -06:00
Filipe Névola
9f92f1ab04 Published mongo@1.14.1. 2022-02-04 15:30:48 +00:00
Filipe Névola
00350f57a1 Merge pull request #11885 from meteor/fix/oplog-converter-empty-object
Fix flatten object issue when the object is empty on oplog converter
2022-02-04 15:29:19 +00:00
Denilson
25ab366b3c Merge pull request #11708 from meteor/feature/accounts-ui-config-via-settings
Accounts UI config via settings
2022-02-04 10:27:04 -04:00
denihs
5c510e22b1 Merge branch 'feature/accounts-ui-config-via-settings' into release-2.6.1
# Conflicts:
#	History.md
#   docs
2022-02-04 10:25:28 -04:00
denihs
bf1e391358 Merge branch 'release-2.6.1' into feature/accounts-ui-config-via-settings
# Conflicts:
#	History.md
#	docs/source/api/accounts.md
2022-02-04 10:21:06 -04:00
denihs
3be36a6b76 Merge branch 'feature/email-field-check' of https://github.com/djroxx2000/meteor into release-2.6.1
# Conflicts:
#	History.md
2022-02-04 10:09:21 -04:00
Renan Castro
832efd1baa Fix comment phrasing on oplog converter 2022-02-04 08:55:21 -03:00
Renan Castro
2b0485ce73 Remove only from oplog tests 2022-02-04 08:50:44 -03:00
Renan Castro
b23c22de23 Fix flatten object issue when the object is empty on oplog converter - fix #11884 2022-02-04 08:07:31 -03:00
Renan Castro
511538e15a Update 2.6-migration.md 2022-02-03 10:22:00 -03:00