You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added focused unit tests for `PWAInstallButton.svelte` verifying install-event handling and user-prompt logic using `Vitest` and `@testing-library/svelte`.
- Added contextual documentation for the library and type definition directories.
36
+
- Clarifies module structure, export hierarchy, and intended usage for contributors.
37
+
38
+
### Changed
39
+
40
+
- Bumped project version to `v1.19.0`.
41
+
- Updated `src/lib/pages/AboutContent.svelte` with new services
42
+
- Added DOM and animation mocks (`window.matchMedia`, `Element.prototype.animate`) to `vitest-setup-client.js` to stabilize component transition tests.
43
+
- Updated `src/lib/index.js` to export all component and utility submodules explicitly, replacing previous implicit import behavior.
44
+
- Centralized page-level component exports in `src/lib/pages/index.js` for consistent import structure.
45
+
- Updated `src/routes/+layout.svelte` to import objects from submodules, instead of by their explicit alias
46
+
- Minor alignment in `src/routes/+page.svelte` and `src/routes/links/+page.svelte` with updated component imports
47
+
- Moved inline CSS fom `src/lib/components/FullWidthSection.svelte` into `src/lib/styles/css/default.css`
48
+
- Generated an updated `src/lib/styles/global.min.css` file with LightningCSS
49
+
- Updated `.gitignore` to remove duplicate `.vercel` entry
50
+
- Updated last modified dates in `static/sitemap.xml`
51
+
- Updated dependencies:
52
+
-`eslint-plugin-jsdoc``^60.8.1` → `^60.8.2`
53
+
-`posthog-js``^1.270.1` → `^1.271.0`
54
+
-`svelte``5.39.8` → `5.39.9`
55
+
56
+
---
57
+
25
58
## [1.18.5] - 2025-10-05
26
59
27
60
### Added
@@ -1008,7 +1041,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
0 commit comments