Follow up the removal of .vscode/.
- Ignore .vscode/ except extensions.json, as the other sites do
- Remove the README paragraph describing .vscode/settings.json
Keep personal editor configuration out of the shared repository.
- Remove .vscode/ and the README paragraph describing it
- Ignore .vscode/ except extensions.json, as the other sites do
react-router-dom stops at 7; version 8 ships only as react-router,
which the other archived sites already use.
- import the router from react-router instead of react-router-dom
- update React, Vite, three.js types, Biome and CSpell
- keep @types/node on the 24.x line with .ncurc.js
The route effect ran before App initialized react-ga4, so its first
page view was dropped and the landing page was only counted by gtag's
automatic page_view.
- initialize react-ga4 once at module load
- pass send_page_view: false and send one page view per route change
- include the query string in the page path
- only track production builds
The README still described the Create React App scaffold and mixed
the release history into the same file.
- Document the current stack, requirements, project structure,
routes, data model, and build output
- Move the release history to CHANGELOG.md and add entries for
3.0.0, 3.0.1, and 3.0.2
ESLint and Biome both ran over the same sources with overlapping
rules. Biome already covers formatting and the recommended React
rules, so keeping ESLint only duplicated the configuration.
- Remove eslint.config.js and every ESLint package
- Add lint and lint:check scripts backed by biome lint
- Enable useComponentExportOnlyModules to keep the React Fast
Refresh check that eslint-plugin-react-refresh provided
- Drop the stale eslint-disable comment in DataViewer, the
eslint.enable editor setting, and the .eslintcache ignore entry
- Add cspell as a devDependency with a spell:check script
- Bump the runtime and build dependencies, and upgrade
TypeScript to 7
- Stop tracking package-lock.json
- Bump the version to 3.0.2
Fix typo "Arrangemtns" to "Arrangements" in figure captions
for all 16 TE*.json dataset files.
Extract a reusable Notice component from Contact and News pages
to avoid duplicated inline notice markup.
Replace react-helmet-async with @dr.pogodin/react-helmet.
Add VS Code workspace config and cspell dictionary.
Replace Create React App scripts with Vite equivalents.
Removes npm start, npm test, and npm run eject. Adds
npm run dev, npm run preview, npm run lint, npm run format,
and npm run format:check. Updates links to Vite and React docs.
Major build system migration replacing react-scripts with Vite.
Upgrades React to v19, Redux Toolkit to v2, Three.js to 0.184,
and replaces axios with ky. Removes IE11 support, test
infrastructure, and polyfills. Updates TypeScript config to
project references and bumps version to 3.0.0.