Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/ui": "0.65.0",
"packages/svelte-markdown-preprocess": "0.2.1"
"packages/svelte-markdown-preprocess": "0.2.2"
}
29 changes: 29 additions & 0 deletions packages/svelte-markdown-preprocess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.2.2 (2026-03-03)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### 🌟 Enhancements
* feat: support locale in DatePicker by @michelheusschen in https://github.com/immich-app/ui/pull/578
* feat: allow customizing initial modal focus by @michelheusschen in https://github.com/immich-app/ui/pull/586
* feat: rework select component by @michelheusschen in https://github.com/immich-app/ui/pull/593
* fix: make action provider names optional by @jrasm91 in https://github.com/immich-app/ui/pull/601
### 🐛 Bug fixes
* fix: initial text sizes by @jrasm91 in https://github.com/immich-app/ui/pull/565
* fix: cursor-not-allowed on disabled button by @meesfrensel in https://github.com/immich-app/ui/pull/568
* fix: app shell header height by @jrasm91 in https://github.com/immich-app/ui/pull/567
* fix: avoid invalid label/button nesting in switch by @michelheusschen in https://github.com/immich-app/ui/pull/571
* perf: remove forceMount from tooltip by @michelheusschen in https://github.com/immich-app/ui/pull/573
* fix: gate command palette and shortcut fixes by @michelheusschen in https://github.com/immich-app/ui/pull/579
* fix: update translations by @michelheusschen in https://github.com/immich-app/ui/pull/582
* fix: properly link date picker label and input by @michelheusschen in https://github.com/immich-app/ui/pull/584
* fix: keyboard styling for context menu items by @michelheusschen in https://github.com/immich-app/ui/pull/594
* fix: resize textarea when value changes by @michelheusschen in https://github.com/immich-app/ui/pull/595
* fix: onAction return type by @jrasm91 in https://github.com/immich-app/ui/pull/596
* fix: basic modal by @jrasm91 in https://github.com/immich-app/ui/pull/599

## New Contributors
* @michelheusschen made their first contribution in https://github.com/immich-app/ui/pull/571

**Full Changelog**: https://github.com/immich-app/ui/compare/svelte-markdown-preprocess-v0.2.1...svelte-markdown-preprocess-v0.2.2

## 0.2.1 (2026-01-30)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-markdown-preprocess/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immich/svelte-markdown-preprocess",
"version": "0.2.1",
"version": "0.2.2",
"license": "GNU Affero General Public License version 3",
"repository": {
"type": "git",
Expand Down
Loading