Commit Graph

58 Commits

Author SHA1 Message Date
Frederico Maia Arantes
dee85e3486 Bump packages for release 2022-03-24 18:23:53 -03:00
Frederico Maia Arantes
d88520469f Fix the migration guide. 2022-03-18 10:55:14 -03:00
Frederico Maia
1e58f23d9e Merge branch 'devel' into release-2.7 2022-03-14 16:45:59 -03:00
Frederico Maia Arantes
7fc0c0055b Bump packages for release 2022-03-14 12:12:19 -03:00
Frederico Maia Arantes
bc48df3a57 - Fix Meteor version for this release. 2022-03-06 14:51:24 -03:00
Frederico Maia Arantes
1244ad550d - Fix Meteor version for this release. 2022-03-06 14:43:56 -03:00
Denilson
9bdfc978dd Merge branch 'devel' into feature/improving-2.6-migration-guide 2022-02-23 13:20:35 -04:00
denihs
1bf1ec04f6 Based on the issue [#11921](https://github.com/meteor/meteor/issues/11921), we felt the necessity to make clear that the option applySkipLimit is no longer supported, and present a solution in case someone is the same situation. 2022-02-23 11:12:46 -04:00
soolid
47229647b6 docs: fix example code in security guide 2022-02-19 14:37:22 +01:00
Renan Castro
676af0add7 Merge branch 'devel' into release-2.7 2022-02-15 11:18:34 -03:00
Renan Castro
899ccb5c06 Change release version to 2.7 instead of 2.6.1 2022-02-14 13:45:10 -03:00
Denilson
df80c53b91 Merge pull request #11716 from meteor/feature/cordova-guide-update
Cordova guide update
2022-02-11 17:28:59 -04:00
zodern
e66aea0bd9 Update 2.6.1 migration for postcss 2022-02-10 17:47:18 -06:00
zodern
26bf134bee Update PostCSS docs 2022-02-10 17:36:47 -06:00
Denilson
8223359af2 Merge pull request #11826 from amka/patch-1
Fix markdown link parsing error
2022-02-10 14:14:50 -04:00
Denilson
b7c57b314d Merge pull request #11814 from harryadel/patch-2
Add OWASP cheet sheet for Node.js
2022-02-10 14:03:06 -04:00
Filipe Névola
f1381016e8 Updates history and migration guide about standard-minifier-css and minifier-css-postcss 2022-02-10 02:15:38 +04:00
Frederico Maia
19d7e47f30 Merge branch 'devel' into feature/cordova-guide-update 2022-02-09 17:23:13 -03:00
Filipe Névola
50fdf390f3 Migration guide to 2.6.1 2022-02-05 17:36:27 +00:00
Renan Castro
511538e15a Update 2.6-migration.md 2022-02-03 10:22:00 -03:00
Renan Castro
7c1a554ea0 Release 2.6 🎉 - docs 2022-02-01 16:13:13 -03:00
Renan Castro
602b402f13 Merge pull request #11878 from meteor/fix/write-concern-mongo5
Set explicitly write concern to w:1 on mongo v5 when running locally
2022-01-31 10:53:54 -03:00
Renan Castro
c055907768 Merge pull request #11879 from meteor/fix-11877
When creating a tarball, ensure the fmode and dmode are set to readable/writable for sharing tarballs between windows/unixes
2022-01-31 10:53:25 -03:00
Renan Castro
6a3d6c8372 Set explicitly write concern to w:1 on mongo v5 when running locally 2022-01-31 09:41:28 -03:00
harryadel
6bf4cdef8a Update methods section 2022-01-28 23:08:34 +02:00
harryadel
02b630a288 Fix typo 2022-01-28 23:05:00 +02:00
harryadel
6e96e1fea5 Update testing guide 2022-01-28 23:00:48 +02:00
Filipe Névola
9aec8e4d45 Improves history and migration guide for 2.6 2022-01-27 15:36:15 -04:00
Filipe Névola
1f156fd711 Improves history and migration guide for 2.6 2022-01-27 13:53:22 -04:00
Filipe Névola
9db1dfa31a Improves history and migration guide for 2.6 2022-01-27 09:24:58 -04:00
Renan Castro
da35e0ba58 Update 2.6-migration.md 2022-01-25 18:34:53 -03:00
Renan Castro
8fc6cb8cb1 Add package maintainers note on mongo migration guide 2022-01-25 16:21:56 -03:00
Frederico Maia Arantes
ad1f9fcc0f - Mention the need to reset local apps if using the embedded MongoDB.
- Add the previous version of the MongoDB Driver.
2022-01-24 15:35:48 -03:00
Filipe Névola
1a82283296 Fixes typo in the migration guide 2022-01-21 15:24:40 -04:00
Filipe Névola
0b70db7624 Updating History and Guide with more info about Meteor 2.6 2022-01-21 14:54:21 -04:00
Jan Dvorak
0e175e3a01 Merge branch 'devel' into feature/cordova-guide-update 2022-01-21 07:37:20 +09:00
Andrey M
e75235a35d Fix markdown link parsing error
Add an empty line to fix the issue when the markdown parser ignores link markup.
2022-01-04 01:08:56 +03:00
Denilson
1008c3b923 Merge branch 'devel' into patch-2 2021-12-30 09:31:33 -04:00
Harry Adel
0d80244ef5 Remove 'nothing but' 2021-12-29 17:12:22 +02:00
Harry Adel
a35b3e78d1 Add OWASP cheet sheet for Node.js 2021-12-20 13:42:37 +02:00
Harry Adel
8708563937 Remover browserSniff Option
See https://github.com/helmetjs/csp/issues/97
2021-12-20 13:38:00 +02:00
Jan Dvorak
d33d282ec3 Merge branch 'devel' into feature/cordova-guide-update 2021-11-19 15:13:07 +01:00
softwarecreations
290bf55e3c Added missing commas to Accounts.config example in accounts.md (#11739)
Added missing commas to Accounts.config example in accounts.md
2021-10-29 15:05:29 -04:00
Jan Dvorak
748e648a67 Merge branch 'devel' into feature/cordova-guide-update 2021-10-27 14:35:57 +02:00
Jan Dvorak
339ea88b1a Update more info 2021-10-26 21:01:21 +02:00
Jan Dvorak
a3bc773429 Update Guide readme 2021-10-26 20:57:09 +02:00
Jan Dvorak
0727bcee75 Add video to Android setup 2021-10-26 13:51:28 +02:00
Jan Dvorak
4acf4c6714 Merge branch 'devel' into feature/cordova-guide-update 2021-10-26 13:46:39 +02:00
Jan Dvorak
4442d0e0bf Remove outdated todo from guide 2021-10-26 13:45:25 +02:00
Jan Dvorak
2c7f9d38c3 Reorganize guide 2021-10-26 13:43:21 +02:00