Skip to content
Merged
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.49.1] - 2026-06-01

### Added

- **Shift+click range selection in data tables.** In selection mode you can now click one row's checkbox, then shift+click another to select every row in between (inclusive) in the order they're displayed.

### Fixed

- **Data table selection no longer desyncs when filtering.** Rows you select stay selected when you filter them out of view and then clear the filter — the checked boxes always match the selection used for bulk actions. The selection count also reads sensibly when a filter hides some of your selected rows (e.g. "5 selected (2 match filter)").

## [0.49.0] - 2026-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.49.0
0.49.1
72 changes: 36 additions & 36 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"@dnd-kit/utilities": "^3.2.2",
"@excalidraw/excalidraw": "^0.18.1",
"@icons-pack/react-simple-icons": "^13.13.0",
"@lexical/code": "^0.44.0",
"@lexical/code-prism": "^0.44.0",
"@lexical/extension": "^0.44.0",
"@lexical/file": "^0.44.0",
"@lexical/hashtag": "^0.44.0",
"@lexical/history": "^0.44.0",
"@lexical/html": "^0.44.0",
"@lexical/link": "^0.44.0",
"@lexical/list": "^0.44.0",
"@lexical/markdown": "^0.44.0",
"@lexical/overflow": "^0.44.0",
"@lexical/react": "^0.44.0",
"@lexical/rich-text": "^0.44.0",
"@lexical/selection": "^0.44.0",
"@lexical/table": "^0.44.0",
"@lexical/text": "^0.44.0",
"@lexical/utils": "^0.44.0",
"@lexical/yjs": "^0.44.0",
"@lexical/code": "^0.45.0",
"@lexical/code-prism": "^0.45.0",
"@lexical/extension": "^0.45.0",
"@lexical/file": "^0.45.0",
"@lexical/hashtag": "^0.45.0",
"@lexical/history": "^0.45.0",
"@lexical/html": "^0.45.0",
"@lexical/link": "^0.45.0",
"@lexical/list": "^0.45.0",
"@lexical/markdown": "^0.45.0",
"@lexical/overflow": "^0.45.0",
"@lexical/react": "^0.45.0",
"@lexical/rich-text": "^0.45.0",
"@lexical/selection": "^0.45.0",
"@lexical/table": "^0.45.0",
"@lexical/text": "^0.45.0",
"@lexical/utils": "^0.45.0",
"@lexical/yjs": "^0.45.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
Expand All @@ -84,36 +84,36 @@
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/react-query": "^5.100.11",
"@tanstack/react-router": "^1.170.7",
"@tanstack/react-query": "^5.100.14",
"@tanstack/react-router": "^1.170.10",
"@tanstack/react-router-devtools": "^1.167.0",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.25",
"@xyflow/react": "^12.10.2",
"@tanstack/react-virtual": "^3.13.26",
"@xyflow/react": "^12.11.0",
"axios": "^1.16.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"color": "^5.0.3",
"date-fns": "^4.2.1",
"dompurify": "^3.4.5",
"date-fns": "^4.4.0",
"dompurify": "^3.4.7",
"embla-carousel-react": "^8.6.0",
"emoji-picker-react": "^4.19.1",
"exceljs": "^4.4.0",
"fuse.js": "^7.3.0",
"i18next": "^26.2.0",
"i18next-http-backend": "^3.0.6",
"lexical": "^0.44.0",
"lucide-react": "^1.16.0",
"fuse.js": "^7.4.0",
"i18next": "^26.3.0",
"i18next-http-backend": "^4.0.0",
"lexical": "^0.45.0",
"lucide-react": "^1.17.0",
"papaparse": "^5.5.3",
"react": "^19.2.6",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.6",
"react-i18next": "^17.0.8",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"recharts": "2.15.4",
"recharts": "3.8.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"robot-toast": "^2.1.9",
Expand All @@ -122,15 +122,15 @@
"typo-js": "^1.3.2",
"usehooks-ts": "^3.1.1",
"y-protocols": "^1.0.7",
"yjs": "^13.6.30"
"yjs": "^13.6.31"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.3.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/router-plugin": "^1.168.10",
"@tanstack/router-plugin": "^1.168.13",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
Expand All @@ -143,17 +143,17 @@
"@types/typo-js": "^1.2.2",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@vitejs/plugin-react": "^6.0.2",
"baseline-browser-mapping": "^2.10.32",
"baseline-browser-mapping": "^2.10.33",
"cross-env": "^10.1.0",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.5",
"lint-staged": "^17.0.7",
"msw": "^2.14.6",
"orval": "^8.12.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.3",
"vite": "^8.0.14",
"vitest": "^4.1.7"
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs,json,jsonc,css}": "biome check --write --no-errors-on-unmatched"
Expand Down
Loading