Skip to content

Latest commit

 

History

History
519 lines (262 loc) · 29.4 KB

File metadata and controls

519 lines (262 loc) · 29.4 KB

Changelog

3.6.0

Minor Changes

  • Remove the official wiki and use the new independent wiki #317. Thanks @DespicableGoose! (#318)

3.6.0-beta.0

Minor Changes

  • Remove the official wiki and use the new independent wiki #317. Thanks @DespicableGoose! (ac42e56)

3.5.2

Patch Changes

  • Fix remaining SvelteKit remote query lifecycle regressions by replacing stored live query instances with plain reactive snapshots in the stats route, combined section loading, inventory, networth, additional stats, and header theme icon flows. This aligns the app more closely with the stricter remote query behavior introduced around sveltejs/kit#15533 and prevents inactive query access during tab and section transitions. (#315)

  • Improve the mobile stats header and profile action layout by collapsing the search trigger earlier on small screens and keeping the expanded profile actions inline with the always-visible buttons while preserving their staggered animation timing. (#315)

3.5.2-beta.0

Patch Changes

  • Fix remaining SvelteKit remote query lifecycle regressions by replacing stored live query instances with plain reactive snapshots in the stats route, combined section loading, inventory, networth, additional stats, and header theme icon flows. This aligns the app more closely with the stricter remote query behavior introduced around sveltejs/kit#15533 and prevents inactive query access during tab and section transitions. (3dd3f2f)

  • Improve the mobile stats header and profile action layout by collapsing the search trigger earlier on small screens and keeping the expanded profile actions inline with the always-visible buttons while preserving their staggered animation timing. (c677cbb)

3.5.1

Patch Changes

  • Fix SvelteKit 2.56 remote query lifecycle regressions by keeping the combined profile query local to the consuming components instead of passing a live query instance through context. This aligns the app with the remote function tracking changes from sveltejs/kit#15533 and the related refresh model changes in sveltejs/kit#15562. (#313)

  • Reduce Svelte 5 await_reactivity_loss warnings after the SvelteKit remote function changes by keeping profile, networth, theme icon, and performance-mode reads in non-async reactive paths. This aligns the affected UI with the stricter query lifecycle introduced around sveltejs/kit#15533. (#313)

  • Fix search flows after the SvelteKit remote query changes in sveltejs/kit#15533 by switching the home page and command palette to imperative query().run() calls with client-side navigation. This removes duplicate search requests, avoids redirect errors from reactive query usage, and resets command palette search state correctly. (#313)

  • Fix the settings drag-and-drop lists after the @dnd-kit/svelte 0.4.0 upgrade by restoring stable sortable behavior with the updated plugin configuration and provider lifecycle handling. This keeps whole-row dragging working reliably in the Order and Misc settings tabs. (#313)

3.5.1-beta.1

Patch Changes

  • Fix the settings drag-and-drop lists after the @dnd-kit/svelte 0.4.0 upgrade by restoring stable sortable behavior with the updated plugin configuration and provider lifecycle handling. This keeps whole-row dragging working reliably in the Order and Misc settings tabs. (0f2bb4b)

3.5.1-beta.0

Patch Changes

  • Fix SvelteKit 2.56 remote query lifecycle regressions by keeping the combined profile query local to the consuming components instead of passing a live query instance through context. This aligns the app with the remote function tracking changes from sveltejs/kit#15533 and the related refresh model changes in sveltejs/kit#15562. (b0727e1)

  • Reduce Svelte 5 await_reactivity_loss warnings after the SvelteKit remote function changes by keeping profile, networth, theme icon, and performance-mode reads in non-async reactive paths. This aligns the affected UI with the stricter query lifecycle introduced around sveltejs/kit#15533. (eb72f4a)

  • Fix search flows after the SvelteKit remote query changes in sveltejs/kit#15533 by switching the home page and command palette to imperative query().run() calls with client-side navigation. This removes duplicate search requests, avoids redirect errors from reactive query usage, and resets command palette search state correctly. (b0727e1)

3.5.0

Minor Changes

  • feat: use the combined endpoint for the sections data (#310)

  • feat: refactor inventory components to improve data fetching and rendering logic (#310)

Patch Changes

  • fix: refactor SectionBoundary to use query function instead of promise (#310)

3.5.0-beta.0

Minor Changes

  • feat: use the combined endpoint for the sections data (638f564)

  • feat: refactor inventory components to improve data fetching and rendering logic (2c80f2d)

Patch Changes

  • fix: refactor SectionBoundary to use query function instead of promise (bd7398b)

3.4.1

Patch Changes

  • fix: move hunting shards into skills and improve the hunting shard browser (#304)

  • fix: sync disabled packs localstorage with cookies (#304)

  • feat: migrate to takumi-js for image rendering and update dependencies (#304)

3.4.1-beta.0

Patch Changes

  • fix: move hunting shards into skills and improve the hunting shard browser (8a92a87)

  • fix: sync disabled packs localstorage with cookies (7fb5461)

  • feat: migrate to takumi-js for image rendering and update dependencies (5de35f4)

3.4.0

Minor Changes

  • feat: add player profile card image generation (#301)

3.4.0-beta.0

Minor Changes

  • feat: add player profile card image generation (13d3fee)

3.3.3

Patch Changes

  • feat: add internal preferences context and survey notice component (#298)

3.3.3-beta.0

Patch Changes

  • feat: add internal preferences context and survey notice component (b2e30ca)

3.3.2

Patch Changes

  • feat: enhance mcTextToHTML for improved color handling and formatting resets (#296)

  • feat: add tailwindcss-motion for enhanced animations and transitions (#296)

3.3.2-beta.1

Patch Changes

  • feat: add tailwindcss-motion for enhanced animations and transitions (46061dc)

3.3.2-beta.0

Patch Changes

  • feat: enhance mcTextToHTML for improved color handling and formatting resets (760184c)

3.3.1

Patch Changes

  • feat: include package version in site name for SEO component (#291)

  • refactor: remove unused theme context import and use derived theme color in SEO component (#291)

  • fix: replace createHover with manual hover state management in Skillbar component (#291)

  • feat: add super-sitemap package and implement sitemap generation for contributors (#291)

  • feat: enhance SEO and structured data for profile and website pages (#291)

  • chore: enhance headers for SEO in hooks.server.ts (#291)

  • feat: add package version display in header and info components (#291)

  • feat: migrate to @dndkit from svelte-dnd-action (#291)

  • feat: add rank in getLongDescription function (#291)

3.3.1-beta.6

Patch Changes

  • feat: include package version in site name for SEO component (29a7a11)

  • refactor: remove unused theme context import and use derived theme color in SEO component (e9d6101)

  • fix: replace createHover with manual hover state management in Skillbar component (133d0c8)

  • feat: add super-sitemap package and implement sitemap generation for contributors (556d4d0)

  • feat: enhance SEO and structured data for profile and website pages (45cc57f)

  • chore: enhance headers for SEO in hooks.server.ts (6168439)

  • feat: add package version display in header and info components (2b11d15)

  • feat: migrate to @dndkit from svelte-dnd-action (af1100b)

  • feat: add rank in getLongDescription function (db3c2fe)

3.3.1-beta.5

Patch Changes

  • feat: include package version in site name for SEO component (29a7a11)

  • refactor: remove unused theme context import and use derived theme color in SEO component (e9d6101)

  • feat: add package version display in header and info components (2b11d15)

  • feat: add rank in getLongDescription function (db3c2fe)

3.3.1-beta.4

Patch Changes

  • feat: add super-sitemap package and implement sitemap generation for contributors (556d4d0)

  • feat: enhance SEO and structured data for profile and website pages (45cc57f)

  • chore: enhance headers for SEO in hooks.server.ts (6168439)

3.3.1-beta.3

Patch Changes

  • fix: replace createHover with manual hover state management in Skillbar component (133d0c8)

  • feat: migrate to @dndkit from svelte-dnd-action (af1100b)

3.3.1

Patch Changes

  • chore: update config to match default config generated via sv@0.12.6 (#285)

  • feat: enhance CI workflows with CodeQL analysis and stable release process (#286)

  • refactor: update release workflows (#285)

  • fix: tooltip does not update when hovering over items too quickly #282 (#285)

3.3.1-beta.2

Patch Changes

  • feat: enhance CI workflows with CodeQL analysis and stable release process (29736f0)

3.3.1-beta.1

Patch Changes

  • refactor: update release workflows (a838fe9)

3.3.1-beta.0

Patch Changes

  • chore: update config to match default config generated via sv@0.12.6 (3c5c711)

  • fix: tooltip does not update when hovering over items too quickly #282 (7a3db55)

3.3.0

Minor Changes

  • feat: add attribute shards section (#280)

  • feat: add support for 'sacks' tab in inventory (#280)

Patch Changes

  • chore: update repository URL in package.json and add pnpm workspace configuration (#280)

  • fix: searching for a profile on an error page would not re-render the new page SvelteKit Issue #15310 (#280)

  • fix: last skillbar being misaligned when the items are even (#280)

  • feat: add lava sea creatures and differentiate between water and lava sea creatures (#280)

  • chore: remove unused static assets (#280)

  • feat: remove consumables in Misc -> Uncategorized (#280)

  • fix: pet name being always white when using mc styled tooltips (#280)

  • feat: enhance renderLore function to support options for breaking spaces and dashes (#280)

  • refactor: rename max to maxLevel in ModelsGardenChip and update references (#280)

  • feat: replace Essence component with Chips component and update API models (#280)

  • refactor: move Garden Chips from misc section to garden section (#280) feat: add DNA Analysis Milestone to garden section feat: add images to garden upgrades and chips, and add max level display for chips

  • fix maxed enchants only showing a different color if rightmost in their respective line (#280)

  • fix: update tooltip class for better word wrapping and adjust renderLore to support breaking spaces (#280)

  • feat: add mutations to garden (#280)

  • feat: implement tab context management, update skill sections with new tab enum, and open all collapsibles by default (#280)

  • feat: add images to foraging tree gift chips (#280)

3.3.0-beta.1

Patch Changes

  • feat: remove consumables in Misc -> Uncategorized (0113d81)

3.3.0-beta.0

Minor Changes

  • feat: add attribute shards section (7f8dd28)

  • feat: add support for 'sacks' tab in inventory (07537a2)

Patch Changes

  • chore: update repository URL in package.json and add pnpm workspace configuration (1985230)

  • fix: searching for a profile on an error page would not re-render the new page SvelteKit Issue #15310 (b01cd5a)

  • fix: last skillbar being misaligned when the items are even (4f5a428)

  • feat: add lava sea creatures and differentiate between water and lava sea creatures (f375582)

  • chore: remove unused static assets (d85ebca)

  • fix: pet name being always white when using mc styled tooltips (9319fd7)

  • feat: enhance renderLore function to support options for breaking spaces and dashes (0f5bc72)

  • refactor: rename max to maxLevel in ModelsGardenChip and update references (096911c)

  • feat: replace Essence component with Chips component and update API models (1215372)

  • refactor: move Garden Chips from misc section to garden section (a66852f) feat: add DNA Analysis Milestone to garden section feat: add images to garden upgrades and chips, and add max level display for chips

  • fix maxed enchants only showing a different color if rightmost in their respective line (f76c675)

  • fix: update tooltip class for better word wrapping and adjust renderLore to support breaking spaces (0be8b23)

  • feat: add mutations to garden (64b10c2)

  • feat: implement tab context management, update skill sections with new tab enum, and open all collapsibles by default (17632d1)

  • feat: add images to foraging tree gift chips (9c7a2c7)

3.2.0

Minor Changes

  • feat: add garden upgrades and garden chips (#276)

  • feat: add foraging in skills section (#276)

Patch Changes

  • refactor: add tabs to skills section (#276)

  • refactor: make image in chip component optional (#276)

3.2.0-beta.3

Minor Changes

  • feat: add garden upgrades and garden chips (123c4eb)

  • feat: add foraging in skills section (1c3fe6b)

Patch Changes

  • refactor: add tabs to skills section (e6a3feb)

  • refactor: make image in chip component optional (c7d580c)

3.2.0

Minor Changes

  • Add runtime theme engine V3 with visual editor, replacing old build-time JSON theme system. Users can now create, edit, share, and manage custom themes directly on the website. Includes Zod schema validation, URL-based compressed sharing, MC color palette presets, live preview, and migration of all 11 first-party themes to the new V3 format. (#269)

Patch Changes

  • Extracted DungeonCataCard, GardenPlotGrid, SectionBoundary, and CommandPalette (with CommandSearchGroup and CommandSettingsGroup sub-components) from large files. (#266)

  • Extracted 8 reusable components from large section files: SettingToggleRow, ContainedItemsGrid, NetworthCard, ContributorCard, ContributorCardSkeleton, CtaCard, InventorySearch, InventoryGrid. (#266)

  • Migrate tooltips to a singleton pattern (#271)

  • Reorganized component directory structure — moved 29 components into categorical subdirectories (item/, stats/, notices/, misc/, sections/). Updated 100+ import paths. (#266)

  • Added string shorthand props (text, subtitleText, tooltipContent) to Section, SectionTitle, SectionSubtitle, Notice, and Chip components. (#266)

3.2.0-beta.2

Patch Changes

  • Migrate tooltips to a singleton pattern (9b3cfd3)

3.2.0-beta.1

Minor Changes

  • Add runtime theme engine V3 with visual editor, replacing old build-time JSON theme system. Users can now create, edit, share, and manage custom themes directly on the website. Includes Zod schema validation, URL-based compressed sharing, MC color palette presets, live preview, and migration of all 11 first-party themes to the new V3 format. (#269)

3.1.2-beta.0

Patch Changes

  • Extracted DungeonCataCard, GardenPlotGrid, SectionBoundary, and CommandPalette (with CommandSearchGroup and CommandSettingsGroup sub-components) from large files. (#266)

  • Extracted 8 reusable components from large section files: SettingToggleRow, ContainedItemsGrid, NetworthCard, ContributorCard, ContributorCardSkeleton, CtaCard, InventorySearch, InventoryGrid. (#266)

  • Reorganized component directory structure — moved 29 components into categorical subdirectories (item/, stats/, notices/, misc/, sections/). Updated 100+ import paths. (#266)

  • Added string shorthand props (text, subtitleText, tooltipContent) to Section, SectionTitle, SectionSubtitle, Notice, and Chip components. (#266)

3.1.1

Patch Changes

  • Refactor how bots and embeds are handled to prevent getting flagged for "cloaking" (#261)

3.1.1-beta.0

Patch Changes

  • Refactor how bots and embeds are handled to prevent getting flagged for "cloaking" (c4fab6e)

3.1.0

Minor Changes

  • Migrate to changesets from changelogen (#246)

  • Added minecraft styled tooltips (#254)

Patch Changes

  • Changeset for PR #243 (#246)

  • Use totalAmount instead of amount for collections (#246)

3.1.0-beta.3

Patch Changes

  • Refactor how bots and embeds are handled to prevent getting flagged for "cloaking" (c4fab6e)

  • Enable link preloading again (8fa2660)

3.1.0

Minor Changes

  • Migrate to changesets from changelogen (#246)

  • Added minecraft styled tooltips (#254)

Patch Changes

  • Changeset for PR #243 (#246)

  • Use totalAmount instead of amount for collections (#246)

3.1.0

Minor Changes

  • Migrate to changesets from changelogen (#246)

  • Added minecraft styled tooltips (#254)

Patch Changes

  • Changeset for PR #243 (#246)

  • Use totalAmount instead of amount for collections (#246)

3.1.0-beta.3

Patch Changes

  • Refactor how bots and embeds are handled to prevent getting flagged for "cloaking" (c4fab6e)

  • Enable link preloading again (8fa2660)

3.1.0-beta.2

Minor Changes

  • Added minecraft styled tooltips (#252)

3.1.0-beta.1

Patch Changes

3.1.0-beta.0

Minor Changes

All notable changes to this project will be documented in this file.

The format is based on Conventional Commits.

v3.0.0

Initial release of the new GO rewrite of SkyCrypt-Backend.

v2.0.0

Initial release of SkyCrypt v2 - A complete rewrite using SvelteKit.

v1.0.0

Initial release