Skip to content

Commit dae560f

Browse files
chore: sync prod into dev [skip ci]
2 parents 45a806c + 1950d4c commit dae560f

10 files changed

Lines changed: 16 additions & 52 deletions

.changeset/bright-posts-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/crisp-tires-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-newsrooms-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-newsroom-embeds.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/modern-queries-wait.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

.changeset/quiet-deriveds-resolve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rich-newsrooms-render.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- Add local newsroom notifications for new CMS posts. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`c2b599e`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/c2b599e7e729a61d029f4998f736ae3fa1f0571d) [@DarthGigi](https://github.com/DarthGigi)_
8+
- Add initial work for SkyCrypt accounts _[`#328`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/328) [`c077847`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/c077847a0fbf13a8aa73122aa28e873189c172f4) [@DarthGigi](https://github.com/DarthGigi)_
9+
- Add the CMS-backed newsroom with post listing, article pages, previews, and sitemap entries. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`a74b033`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/a74b0339f66196ae719dbc19c06ab704995e502c) [@DarthGigi](https://github.com/DarthGigi)_
10+
11+
### Patch Changes
12+
13+
- Render newsroom posts and the listing page as `summary_large_image` social embeds with the post's hero image (or a branded graphic on the listing), and stop the homepage SEO defaults from leaking into them. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`793cd0e`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/793cd0ef92bdc01a1de274880f5b00487422d59a) [@DarthGigi](https://github.com/DarthGigi)_
14+
- Migrate remote query search calls to the current SvelteKit API. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`31d283e`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/31d283ec8c027cb27583a8bb9c026bacf01759a4) [@DarthGigi](https://github.com/DarthGigi)_
15+
- Eliminate `derived_inert` runtime warnings by hoisting `new IsInViewport(...)` out of a `$derived` in `Chip.svelte` and splitting `getThemeIcons(...).current` in the header. Align remaining stats-view remote queries with the post-2.61 docs idiom (`await` for template/context-feed sites; `.current`/`.loading`/`.error` kept only for the loading-button-spinner case). Drop the redundant `getCombined()` in `Sections.svelte`. Make the navbar's tab scroll-on-mount race-resistant and its `IntersectionObserver` `rootMargin` NaN-safe. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`d99d081`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/d99d0812879edad2cd6cdcfc5a60e925099c61fc) [@DarthGigi](https://github.com/DarthGigi)_
16+
- Render newsroom rich text with Payload's Lexical HTML converter while preserving SkyCrypt-specific links, uploads, checklists, and relationship nodes. _[`#330`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/pull/330) [`0ae985e`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/0ae985e966ec97090b050f4d4607f516359bedd5) [@DarthGigi](https://github.com/DarthGigi)_
17+
318
## 3.7.0-beta.3
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skycrypt-frontend",
3-
"version": "3.7.0-beta.3",
3+
"version": "3.7.0",
44
"private": true,
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)