Skip to content

1.8.x #2143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jul 22, 2025
Merged

1.8.x #2143

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c43609a
change: routes, front-facing copies.
ItzNotABug Jun 18, 2025
db802cc
update: analytics events.
ItzNotABug Jun 18, 2025
4157d3c
add: old to new redirects.
ItzNotABug Jun 18, 2025
341598f
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jun 18, 2025
9436b2b
rename: components.
ItzNotABug Jun 19, 2025
29530da
rename: vars.
ItzNotABug Jun 19, 2025
6e0a6d8
update: event builder modal.
ItzNotABug Jun 24, 2025
407d923
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jun 26, 2025
bee0a59
update: refactor to use the Tables API.
ItzNotABug Jun 26, 2025
e193ef4
update: scopes.
ItzNotABug Jun 26, 2025
11aeb45
update: adjust the key edit and create as per new api scopes.
ItzNotABug Jun 27, 2025
eb15d22
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jul 1, 2025
9028866
lint.
ItzNotABug Jul 1, 2025
f6632bf
lint and var renames from merge.
ItzNotABug Jul 1, 2025
1bc51ea
misc changes.
ItzNotABug Jul 1, 2025
7733d94
add: backwards compat on column and display name prefs.
ItzNotABug Jul 3, 2025
f78302b
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jul 20, 2025
1ce1454
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jul 21, 2025
a48676f
Merge branch 'main' into 'refactor-terminologies'.
ItzNotABug Jul 21, 2025
5cafa91
fix: erratic page data load.
ItzNotABug Jul 21, 2025
c16b875
Merge branch 'main' into refactor-terminologies
ItzNotABug Jul 22, 2025
b854f0a
fix: deps.
ItzNotABug Jul 22, 2025
628f99e
Merge branch 'main' into fix-queries
ItzNotABug Jul 22, 2025
4144022
fix: deps.
ItzNotABug Jul 22, 2025
03ca710
fix: method.
ItzNotABug Jul 22, 2025
af54efc
fix: method name, pheww.
ItzNotABug Jul 22, 2025
f50ab1f
bump: dep.
ItzNotABug Jul 22, 2025
900e66d
Merge pull request #2035 from appwrite/refactor-terminologies
abnegate Jul 22, 2025
2052e94
Merge branch '1.8.x' into 'fix-queries'.
ItzNotABug Jul 22, 2025
a704dab
lint.
ItzNotABug Jul 22, 2025
d88afb7
Merge pull request #2141 from appwrite/fix-queries
abnegate Jul 22, 2025
40f4854
Fix header
abnegate Jul 22, 2025
9ff72e8
Fix usage ref
abnegate Jul 22, 2025
469dbd6
Fix resource ref
abnegate Jul 22, 2025
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: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@ai-sdk/svelte": "^1.1.24",
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@8836b0c",
"@appwrite.io/console": "https://pkg.pr.new/appwrite-labs/cloud/@appwrite.io/console@935b30f",
"@appwrite.io/pink-icons": "0.25.0",
"@appwrite.io/pink-icons-svelte": "^2.0.0-RC.1",
"@appwrite.io/pink-legacy": "^1.0.3",
Expand Down Expand Up @@ -57,20 +57,20 @@
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.4",
"@testing-library/svelte": "^5.2.8",
"@testing-library/user-event": "^14.6.1",
"@types/deep-equal": "^1.0.4",
"@types/prismjs": "^1.26.5",
"@types/remarkable": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"@vitest/ui": "^3.0.9",
"@vitest/ui": "^3.2.4",
"color": "^5.0.0",
"eslint": "^9.31.0",
"eslint-config-prettier": "^10.1.0",
"eslint-plugin-svelte": "^3.3.3",
"globals": "^16.0.0",
"jsdom": "^26.0.0",
"jsdom": "^26.1.0",
"kleur": "^4.1.5",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
Expand All @@ -94,5 +94,5 @@
"svelte-preprocess"
]
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
"packageManager": "pnpm@10.13.1"
}
Loading