Commit Graph

1117 Commits

Author SHA1 Message Date
Nacho Codoñer
d505da546f Merge branch 'devel' into release-3.4.1 2026-04-01 17:24:29 +02:00
Gabriel Grubba
19420fa379 Merge pull request #14296 from meteor/docs/fix-ssl-issue
DOC: fix ssl issue
2026-04-01 10:37:12 -03:00
Gabriel Grubba
5cbfaf8f63 Merge pull request #14291 from meteor/collections-meteor-3-era
DOCS: Refactor collections docs to improve clarity and update examples
2026-04-01 09:41:57 -03:00
Gabriel Grubba
718b35babf DOC: fix ssl issue 2026-03-31 21:34:35 -03:00
Gabriel Grubba
18e35176af Merge pull request #14295 from meteor/docs/remove-routing-from-tutorials
DOCS: revamp and update accounts tutorial
2026-03-31 21:09:08 -03:00
Gabriel Grubba
f9d671b02a Merge pull request #14288 from meteor/docs/remove-routing-from-tutorials
DOCS: remove routing from core concepts docs
2026-03-31 21:07:04 -03:00
Gabriel Grubba
92a371362e Merge branch 'devel' into doc/fix-tutorial-issues 2026-03-31 21:06:52 -03:00
Nacho Codoñer
6f4e4dd1b8 clarify changelog updating guidelines by including date updates for modified entries 2026-03-31 17:51:09 +02:00
Nacho Codoñer
7df1e7765f clarify package versioning for beta, RC, and official releases 2026-03-31 17:48:00 +02:00
Nacho Codoñer
32d8ef9c7e expand documentation for Meteor 3.4.1: improvements to Apple Silicon performance, server-only Rspack apps, async onStop callbacks, and getUserIdsInRoleAsync method. 2026-03-31 17:26:48 +02:00
Nacho Codoñer
5a30e1bdea Merge branch 'devel' into release-3.4.1 2026-03-31 12:03:41 +02:00
Nacho Codoñer
16f71dda8f Merge branch 'devel' into fix/13852-remove-vary-header 2026-03-31 12:02:48 +02:00
Frederico Maia
f7b4c1a4a0 Update collections documentation to correct the MONGO_OPLOG_URL reference for oplog tailing configuration. 2026-03-31 06:12:12 -03:00
Nacho Codoñer
5004a9efd0 improve examples documentation 2026-03-31 09:14:43 +02:00
Frederico Maia
c14e11df73 Update collections documentation to reflect that new Meteor 3.x projects do not include the autopublish and insecure packages by default. 2026-03-30 22:00:00 -03:00
Frederico Maia
647a61f8b8 Enhance collections documentation by having React and Blaze examples for 'give points' and 'remove' button functionalities, improving clarity and consistency across frameworks. 2026-03-30 21:54:31 -03:00
Frederico Maia
94a1e7cc95 Refactor collections documentation to improve clarity and update examples. 2026-03-30 21:38:35 -03:00
Gabriel Grubba
dd6890a2cd DOCS: check if methods are being correctly used 2026-03-30 21:32:01 -03:00
Gabriel Grubba
e5423cbca3 Reapply "DOCS: revamp and update accounts tutorial"
This reverts commit c6a9c42cfe.
2026-03-30 21:13:51 -03:00
Gabriel Grubba
7981d7f264 Revert "DOCS: revamp and update accounts tutorial"
This reverts commit e02d65a09a.
2026-03-30 21:10:10 -03:00
Gabriel Grubba
e02d65a09a DOCS: revamp and update accounts tutorial
In this PR:

Removed

- `accounts-ui`section
- `alanning:roles` references — replaced with the Meteor core roles package

Updated methods to be using the correct name(*Async for example)

And added sections about Passwordless login, 2FA and Security configuration
2026-03-30 21:09:35 -03:00
Gabriel Grubba
1feda279af DOCS: remove routing from core concepts docs
This doc only covers FlowRouter and Blaze, I'm not sure how useful this doc can be for core in general(maybe we could have multiple sections about routers?) – I'll remove this one for now until we know how to proceed about these core concepts(what should be a core concept?)
2026-03-30 20:52:30 -03:00
Gabriel Grubba
5f8a9535fc DOCS: add Galaxy Cloud as a valid option for MongoDB
and update node version in example file
2026-03-30 20:36:14 -03:00
Nacho Codoñer
f7e639f460 Merge branch 'release-3.4.1' into examples-revamp 2026-03-30 22:25:49 +02:00
Nacho Codoñer
06eebbaae8 Merge pull request #14237 from meteor/typescript-tailwind-skeleton
Add TypeScript + Tailwind skeleton support
2026-03-30 22:18:02 +02:00
Nacho Codoñer
8a4681f044 Merge branch 'release-3.4.1' into typescript-tailwind-skeleton 2026-03-30 15:17:11 +02:00
Nacho Codoñer
4210f696bb Merge branch 'release-3.4.1' into css-rspack-auto-delegation 2026-03-27 16:02:18 +01:00
Nacho Codoñer
b06b4a8f93 update CLI docs to include enhanced example workflows and repository cloning options 2026-03-25 17:19:20 +01:00
Nacho Codoñer
07ccbb2895 enable automatic CSS delegation in Meteor-Rspack integration and improve handling of stylesheet extensions 2026-03-24 17:03:00 +01:00
Nacho Codoñer
3fac9c0404 update writeToDisk logic in Rspack dev server to include sw.js, and add documentation on serving root path files during development 2026-03-24 15:38:06 +01:00
Nacho Codoñer
db3a703f54 Merge branch 'devel' into release-3.4.1 2026-03-24 12:23:50 +01:00
Nacho Codoñer
cd6680b0a7 Merge branch 'devel' into docs/community-cluster 2026-03-24 11:13:20 +01:00
dupontbertrand
494290612b docs: add dupontbertrand:cluster to community packages
- Add documentation page for dupontbertrand:cluster, a Meteor 3
  compatible fork of meteorhacks:cluster
- Add entry to community packages index under new Scaling / Clustering
  category
- Add sidebar navigation entry
2026-03-23 23:24:50 +01:00
dupontbertrand
ef6b2fe795 docs: add dupontbertrand:mail-preview to community packages
Add documentation page for the mail-preview package, a zero-config
dev-mode email preview UI that captures outgoing emails and displays
them at /__meteor_mail__/.

Ref: https://forums.meteor.com/t/built-in-mail-preview-ui-for-dev-mode/64489
2026-03-23 23:13:19 +01:00
Nacho Codoñer
253e91412d Merge branch 'devel' into release-3.4.1 2026-03-20 10:42:01 +01:00
dupontbertrand
f95cab0e54 docs: add CSS Modules section to rspack bundler integration guide
The CSS Modules setup was missing from the rspack documentation,
causing confusion for users trying to use .module.css files with
TypeScript projects.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 00:57:42 +01:00
Nacho Codoñer
ac9e70dd91 Merge branch 'release-3.4.1' into typescript-tailwind-skeleton 2026-03-19 16:33:19 +01:00
Frederico Maia
875fe1d51e Add TypeScript + Tailwind skeleton support
- Introduced a new skeleton type "typescript-tailwind".
- Added necessary configuration files and directories for the new skeleton.
- Updated documentation to reflect the new skeleton option in the CLI.
2026-03-18 15:17:18 -03:00
Nacho Codoñer
4077c95108 Merge branch 'devel' into release-3.4.1 2026-03-18 11:28:16 +01:00
Nacho Codoñer
753b22e6df add support for swc.config.ts in docs and improve SWC configuration handling 2026-03-17 17:27:44 +01:00
Italo José
1b848268ea Merge branch 'devel' into llms-improvement 2026-03-16 18:33:38 -03:00
Jan Dvorak
22ec1c6df9 Add Wormhole to recommended community packages 2026-03-12 10:36:10 +01:00
Harry Adel
db415b2409 Merge branch 'llms-improvement' of github.com:harryadel/meteor into llms-improvement 2026-03-08 12:56:54 +02:00
Harry Adel
ea217a8eeb Apply @italojs changes 2026-03-08 12:56:30 +02:00
Harry Adel
70dde13ac5 Merge branch 'devel' into llms-improvement 2026-03-08 12:49:33 +02:00
Nacho Codoñer
bc30a35a21 Merge branch 'release-3.4.1' into tools-node-env-fix 2026-03-05 14:33:52 +01:00
Nacho Codoñer
3134c41002 Merge branch 'devel' into release-3.4.1
# Conflicts:
#	npm-packages/meteor-rspack/package-lock.json
#	npm-packages/meteor-rspack/package.json
#	packages/rspack/lib/constants.js
#	tools/modern-tests/apps/vue/package.json
#	tools/static-assets/skel-angular/package.json
#	tools/static-assets/skel-apollo/package.json
#	tools/static-assets/skel-babel/package.json
#	tools/static-assets/skel-blaze/package.json
#	tools/static-assets/skel-chakra-ui/package.json
#	tools/static-assets/skel-coffeescript/package.json
#	tools/static-assets/skel-full/package.json
#	tools/static-assets/skel-react/package.json
#	tools/static-assets/skel-solid/package.json
#	tools/static-assets/skel-svelte/package.json
#	tools/static-assets/skel-tailwind/package.json
#	tools/static-assets/skel-typescript/package.json
#	tools/static-assets/skel-vue/package.json
2026-03-05 14:32:03 +01:00
Nacho Codoñer
81982483a9 document enablePortableBuild usage in Rspack integration docs 2026-03-04 17:38:30 +01:00
Nacho Codoñer
309dc8a491 Merge branch 'release-3.4.1' into multiapp-rspack-runs 2026-03-03 15:16:23 +01:00
Nacho Codoñer
3e86c3754c Merge branch 'devel' into release-3.4.1 2026-03-03 14:50:50 +01:00