Commit Graph

1047 Commits

Author SHA1 Message Date
italo jose
2ed38cf8a3 Meteor version 3.5-beta.4 ☄️ 2026-02-27 14:00:58 -03:00
Italo José
43e90b22ae Merge branch 'devel' into release-3.5 2026-02-24 18:08:00 -03:00
italo jose
326c9d6629 Merge branch 'accounts/cookies-approach' into release-3.5 2026-02-24 11:57:46 -03:00
Harry Adel
bf8be9e360 Deduplicate atmosphere vs npm 2026-02-17 15:47:44 +02:00
italo jose
41cf9cf6cb Meteor version to 3.5-beta.3 ☄️ 2026-02-12 10:20:05 -03:00
italo jose
884f658d66 Normalize package versions: revert unintended beta bumps and align ddp-server across tests
- Revert several packages to their stable versions (remove accidental beta bumps):
  accounts-base -> 3.2.0
  accounts-password -> 3.2.2
  minimongo -> 2.0.5
  mongo-decimal -> 0.2.0
  oauth1 -> 1.5.2
  service-configuration -> 1.3.5
  session -> 1.2.2
- Bump specific packages as intended:
  ddp-server -> 3.1.3-beta350.3
  mongo -> 2.3.0-beta350.3
  meteor-tool -> 3.5.0-beta.3
  test-in-console -> 2.0.2-beta350.3
  webapp -> 2.2.1-beta350.3
- Update modern-tests apps' .meteor/versions to use ddp-server@3.1.2
- Update v3 changelog to reflect the corrected bumped packages
2026-02-12 10:02:09 -03:00
italo jose
a71112ac05 Meteor version to release-3.5-beta.2 ☄️ 2026-02-11 20:10:18 -03:00
italo jose
ff63ebe111 release: prepare v3.5.0-beta
- bump bundle and installer: meteor BUNDLE_VERSION -> 22.22.0.4, meteor-installer -> 3.5.0-beta
- bump package versions: accounts-base, ddp-server, mongo, mongo-decimal, oauth1, service-configuration, session
- update package references (.versions) and modern-tests apps to use new ddp-server/mongo versions
- mark packages/non-core/blaze subproject as dirty
- add v3.5.0 changelog (v3-docs)
2026-02-11 14:34:08 -03:00
Harry Adel
7fbce01dda Apply Nacho's comments 2026-02-09 17:28:48 +02:00
Harry Adel
7737ed5854 Fix dead links and Vue template interpolation errors in build
- Replace /api/passwords with /api/accounts in accounts tutorial
  (accounts-password API lives in the accounts page)
- Replace /api/accounts-multi with /api/accounts
- Fix /tutorials dead link to point to react tutorial
- Fix /packages/3.writing-atmosphere-packages to use new path (#7)
- Escape {{_}} and {{currentUser}} with v-pre to prevent Vue SSR
  interpolation errors
- Replace ApiBox with markdown headings for deprecated collection
  extension aliases (addPrototype, removePrototype) that lack jsdoc
  entries
2026-02-09 04:02:36 +02:00
Harry Adel
92164e3f6f Fix stale links across API, package, about, CLI, and community docs
Replace guide.meteor.com, v3-docs.meteor.com, and docs.meteor.com
URLs with internal v3 paths. Drop .html extensions. Update text
references from 'Meteor Guide' to 'Tutorials' where appropriate.

Affected: accounts API, CLI reference, cordova, install, roadmap,
web-apps, rspack-bundler-integration, react-meteor-data, accounts-ui,
modules, jam-method, and pub-sub docs.
2026-02-09 03:45:01 +02:00
Harry Adel
8e25037bf9 Fix stale links in framework tutorial docs
Replace guide.meteor.com and docs.meteor.com URLs with internal v3
paths across React, Vue, Blaze, Solid, and Svelte tutorials. Drop
.html extensions from internal links to match VitePress routing.

Affected links include references to collections API, accounts API,
methods guide, deployment guide, and reactive-dict API.
2026-02-09 03:44:36 +02:00
Harry Adel
0cc8fd4170 Add build system guide, performance optimization, and HCP troubleshooting
- Add build-tool guide covering Meteor build pipeline, Rspack bundler
  integration (3.4), SWC compiler (3.3+), and build performance tips
- Add performance improvement guide with Monti APM as the primary APM
  service (Galaxy APM is discontinued), plus optimization strategies
  for methods, publications, and database queries
- Add hot-code-push troubleshooting guide for common HCP issues
2026-02-09 03:44:13 +02:00
Harry Adel
564df121df Revamp package management guides with npm and atmosphere docs
Replace the old atmosphere-only package guides with comprehensive
coverage of both npm and Atmosphere ecosystems:

- Add using-npm-packages guide with Meteor-specific npm patterns
- Add writing-npm-packages guide with publishing best practices
- Expand using-atmosphere-packages with atmosphere-vs-npm comparison
- Expand writing-atmosphere-packages with devOnly and Npm.devDepends()
  support introduced in Meteor 3.4
- Remove superseded old atmosphere guides (#2 and #3)
2026-02-09 03:43:48 +02:00
Harry Adel
ddb3e2525d Migrate v2 guide tutorials to v3 docs
Migrate comprehensive tutorial content from the v2 guide to v3 docs
covering core concepts, production guides, advanced topics, and
integrations:

- Core: methods, data-loading, collections, accounts, routing
- Production: deployment, testing
- Advanced: security, application-structure, code-style, apollo
- Integrations: react-native, flowbite

Also fix stale guide.meteor.com links in security and
application-structure tutorials to use internal v3 paths.
2026-02-09 03:43:22 +02:00
Harry Adel
faf24b2eb3 Update autoupdate and webapp package docs for Meteor 3.4
- autoupdate: document web.cordova as modern architecture (PR#13983)
- webapp: document experimental disableBoilerplateResponse for React
  SSR optimization (PR#13855)
- Fix stale external links to use internal v3 paths
2026-02-09 03:40:57 +02:00
Harry Adel
1ee601661b Document Meteor 3.4 API additions in collections and meteor docs
- Add Collection Extensions API docs, integrated into core from
  lai:collection-extensions (PR#13830)
- Add Meteor.deferDev() for optimizing server startup in dev (PR#14006)
2026-02-09 03:40:50 +02:00
Harry Adel
146a9f952c Update v3 docs version metadata to 3.4.0 and restructure sidebar
- Set current version to v3.4.0 in metadata
- Add Build System link under Quick Start section
- Add package management guides (npm and Atmosphere) to Packages section
- Add Core Concepts, Production, Advanced Topics, and Integrations
  subsections under Tutorials
- Add Performance Improvements link under Performance section
2026-02-09 03:40:44 +02:00
Italo José
d4f63c3006 Merge branch 'devel' into release-3.5 2026-02-04 18:58:28 -03:00
Italo José
df11f8c305 Merge branch 'release-3.5' into feat/change-streams 2026-02-03 15:16:48 -03:00
Nacho Codoñer
dc7d21ddb1 Change meteor update command to 3.4
Updated the meteor release command in the changelog.
2026-01-30 19:06:02 +01:00
Nacho Codoñer
a834c10af3 Update history.md 2026-01-30 18:56:37 +01:00
Nacho Codoñer
16258203ac Change legacy device support header to H2
Updated section header for legacy device support in Cordova documentation.
2026-01-30 17:25:29 +01:00
Nacho Codoñer
648079b23c Update roadmap phase numbering 2026-01-30 17:16:42 +01:00
Nacho Codoñer
206e068831 fix links 2026-01-30 16:50:30 +01:00
Nacho Codoñer
7692091287 fix docs after 3.4 release 2026-01-30 16:48:45 +01:00
Nacho Codoñer
d4d4578445 Merge pull request #14100 from meteor/update-docs-3.4
Add missing docs for Meteor 3.4
2026-01-29 17:19:05 +01:00
Nacho Codoñer
5c47979b8a fix delimiter for info 2026-01-29 16:48:52 +01:00
Nacho Codoñer
7c32872e9c update roadmap to reflect Modern Build Stack focus 2026-01-29 16:40:14 +01:00
Nacho Codoñer
cb97aca796 update roadmap to reflect Modern Build Stack focus 2026-01-29 16:39:08 +01:00
Nacho Codoñer
c6b6399e49 remove todos to later cover them 2026-01-29 16:34:09 +01:00
Nacho Codoñer
5f14d99d01 update links to Meteor build stack resources 2026-01-29 16:19:13 +01:00
Nacho Codoñer
817933786c add link to video on Meteor 3 modern build stack 2026-01-29 15:56:38 +01:00
Nacho Codoñer
f387d857d0 clean 2026-01-29 15:41:33 +01:00
Nacho Codoñer
83de6a6e30 move docker to troubleshotting 2026-01-29 15:26:22 +01:00
Nacho Codoñer
d1bcb63cfe document memory crashes troubleshotting 2026-01-29 15:21:27 +01:00
Nacho Codoñer
fdd61584b0 document .meteorignore and METEOR_IGNORE 2026-01-29 15:09:50 +01:00
italo jose
832bba331e docs(roadmap): clarify Change Streams intro and Phase 1 goal (opt-in, transparent, switch via settings.json/env) 2026-01-28 18:42:03 -03:00
italo jose
f5b4b30fda docs(roadmap): add Change Streams TODO links; expand Next priorities descriptions (Capacitor, CI/CD, OpenTelemetry, TypeScript, Test toolkit) 2026-01-28 18:34:17 -03:00
italo jose
6c37288838 docs(roadmap): expand Change Streams section with phased plan
- Replace placeholder with explanation of leveraging MongoDB Change Streams for real-time updates and efficiency.
- Add Phase 1 (3.5) and Phase 2 (3.5.x) with targets and goals (opt-in initial implementation; configurable implementation + feedback).
- Adjust Next priorities list and clean up related wording.
2026-01-28 18:12:01 -03:00
Nacho Codoñer
fb7dad7b64 Merge branch 'release-3.4' into 3.4-roadmap 2026-01-28 18:26:56 +01:00
Nacho Codoñer
cabadfe9b4 Merge pull request #14082 from meteor/docs-improve-rspack
Review Rspack documentation and tutorials to align with Meteor 3.4 expectations
2026-01-28 18:18:55 +01:00
Nacho Codoñer
5f6653a2b8 improve docker docs section to explain the npm bump issue 2026-01-28 17:48:52 +01:00
Nacho Codoñer
fd752c0045 Meteor version to 3.4 ☄️ 2026-01-28 16:36:30 +01:00
Nacho Codoñer
a9e12ef7a4 Meteor version to 3.4-rc.4 2026-01-28 12:21:53 +01:00
Nacho Codoñer
0a532e8d92 upgrade @meteorjs/rspack to official version 1.0.0 2026-01-28 11:58:41 +01:00
Nacho Codoñer
e58d3471b9 update roadmap wording 2026-01-28 11:39:27 +01:00
Nacho Codoñer
938bd75e06 update roadmap wording for clarity 2026-01-28 11:30:31 +01:00
Nacho Codoñer
a6a4c01635 remove dead links in TODO placeholders 2026-01-28 11:28:21 +01:00
Nacho Codoñer
c27bb309e6 update roadmap to clarify Express integration details 2026-01-28 11:24:05 +01:00