Release Notes - studiocms
이 콘텐츠는 아직 번역되지 않았습니다.
The following is automated release notes for the studiocms package.
For more information, see the Changelog file^
-
#1254^
180b959^ Thanks @Adammatthiesen^! - Replaces chalk with node:util’s styleText -
#1271^
9a450cb^ Thanks @Adammatthiesen^! - Removes deprecated and unused virtual modules.The following modules have been removed.
studiocms:astro-config/adapterstudiocms:auth/utils/getLabelForPermissionLevelvirtual:studiocms/sdk/env
-
#1237^
fb6c96a^ Thanks @renovate^! - fix(deps): update studiocms dependencies -
#1259^
0525390^ Thanks @renovate^! - fix(deps): update studiocms dependencies -
#1267^
d56b066^ Thanks @renovate^! - fix(deps): update dependency @nanostores/persistent to ^1.3.0 -
#1255^
e12e074^ Thanks @Adammatthiesen^! - Fix new type issues due to updated clack version -
#1270^
c9727f7^ Thanks @Adammatthiesen^! - Fixes issue with pg and mysql2 being required to be installed when they should be optional -
#1272^
38e74bb^ Thanks @RATIU5^! - Fix client regex in frontend to allow for slashes within a slug, but not on the outside. This unblocks creating pages under sub-paths just using the slug (e.g.,docs/getting-started) and only affects client-side validation. -
#1265^
6d9b601^ Thanks @Adammatthiesen^! - Removes legacy email domain verification code -
#1231^
e7b39ef^ Thanks @Adammatthiesen^! - Fixes default 404 route rendering -
Updated dependencies [
6b826b8^,8b46bf5^,f129eec^,e12e074^]:- @withstudiocms/internal_helpers@0.1.1
- @withstudiocms/effect@0.3.0
- @withstudiocms/auth-kit@0.1.3
- @withstudiocms/component-registry@0.1.3
- @withstudiocms/sdk@0.2.0
-
#1197^
4b542ec^ Thanks @Adammatthiesen^! - Tweaks optional dependencies, and chunkSizeWarningLimit for Astro config to prevent warnings from WYSIWYG plugin -
#1219^
9122ddd^ Thanks @Adammatthiesen^! - Move to updated and migrated cli-kit package -
#1222^
0f6b4c7^ Thanks @Adammatthiesen^! - Tweaks package linking to pnpm catalog -
#1211^
b269e44^ Thanks @Adammatthiesen^! - Adds regex and proper error handling to prevent illegal characters (non-url-safe) from being used for S3 objects. -
#1220^
3324f2b^ Thanks @kunjabijukchhe^! - Fixes an issue where saving a page that does not havedraftset to true, would previously update thepublishedAtdate value. -
#1214^
efc10be^ Thanks @Adammatthiesen^! - Fix: Reworks permission checks for dashboard routes to be at the middleware level to prevent unauthorized access -
Updated dependencies [
0f6b4c7^,93e62f6^,2dd709f^,0f6b4c7^,4b542ec^,4b542ec^,e628b43^,8a0ea71^,59e5517^,c68668b^]: -
Includes: @withstudiocms/cli-kit@0.2.0, @withstudiocms/effect@0.2.0, @withstudiocms/kysely@0.2.0, @withstudiocms/sdk@0.2.0, @withstudiocms/auth-kit@0.1.2, @withstudiocms/component-registry@0.1.2
-
#1181^
a169a89^ Thanks @renovate^! - fix(deps): update dependency @iconify-json/simple-icons to ^1.2.66 -
#1186^
415a512^ Thanks @Adammatthiesen^! - fix workspace package dependency specifiers -
#1187^
1b2a0c5^ Thanks @aliozinan^! - Fix create folder bug in s3-storage PUT request handler -
Updated dependencies [
415a512^]: -
Includes: @withstudiocms/component-registry@0.1.1, @withstudiocms/auth-kit@0.1.1, @withstudiocms/sdk@0.1.1
-
#1151^
25e6fc0^ Thanks @Adammatthiesen^! - Migrates table imports to new@withstudiocms/sdk/tablesexport, and update other relevant imports -
#1153^
0435b82^ Thanks @Adammatthiesen^! - Update imports for Migrator to@withstudiocms/sdk/migrator -
#1132^
e1c3052^ Thanks @Adammatthiesen^! - Refactor REST-API structure -
#1134^
3a27939^ Thanks @Adammatthiesen^! - Reworks table types to better align with actual table schema -
#1142^
4b676ca^ Thanks @Adammatthiesen^! - Consolidates auth api routes -
#1112^
28f0e56^ Thanks @Adammatthiesen^! - Implements new FolderTree rendering system and updated content management inner sidebar -
#1128^
96c98c2^ Thanks @Adammatthiesen^! - Tweak categories and tag ID generation to try to solve ID issue with database entry, and enable categories and tag entry on pageData -
#1124^
7c8a684^ Thanks @renovate^! - fix(deps): update dependency @iconify-json/simple-icons to ^1.2.64 -
#1108^
36eead9^ Thanks @Adammatthiesen^! - dedupes storage manager resolver utility -
#1141^
9c350ea^ Thanks @Adammatthiesen^! - Consolidates the db-studio and storage api handlers into a new unified integrations route. -
#1136^
3ab68b4^ Thanks @louisescher^! - Fixes various CSS issues across all dashboard and auth pages. -
#1157^
f8a2d34^ Thanks @Adammatthiesen^! - Add effect-language-service diagnostics scripts to all workspace packages -
#1107^
3cf47d9^ Thanks @Adammatthiesen^! - Creates user-available resolver utils to call dynamic storage api -
#1106^
4ece96b^ Thanks @Adammatthiesen^! - Integrates Storage Manager API for Custom Image component to resolve image urls from storage -
#1103^
249b674^ Thanks @apollo-git-bot^! - Translation Updated (PR: #1103) -
#1150^
7439f48^ Thanks @Adammatthiesen^! - Cleans up and consolidates all page partial routes -
#1166^
feb85ad^ Thanks @Adammatthiesen^! - Replace instance of .returning/returningAll with transactions to properly support SQL dialects that do not support returning such as MySQL -
#1119^
45b9470^ Thanks @Adammatthiesen^! - Implements taxonomy management into the REST_API -
#1116^
845f147^ Thanks @Adammatthiesen^! - Reworks search into its own component and script so that it is easier to maintain, also streamlines search result design to align with new tree styles -
#1144^
dfa40ff^ Thanks @Adammatthiesen^! - Cleans up pnpm catalog dependencies -
#1138^
db2778a^ Thanks @Adammatthiesen^! - More RestAPI cleanup, and cleans up SDK api endpoints -
#1129^
d59c4b0^ Thanks @Adammatthiesen^! - Replaced@libsql/kysely-libsqlwithkysely-tursoBREAKING UPDATE
Section titled “BREAKING UPDATE”All previous installs relying on
@libsql/kysely-libsqlshould remove the old dependency and install the newkysely-tursodependency. -
#1100^
d5c77ea^ Thanks @Adammatthiesen^! - Implements file browser on site config and content management pages -
#1101^
8f53993^ Thanks @Adammatthiesen^! - Introduces new transformer option in component registry and creates new StorageAPI transformer to allow Storage API automatic url swapping -
#1160^
30de271^ Thanks @Adammatthiesen^! - Refactors code to handle Effect LSP diagnostic warnings and errors -
#1111^
e26ff92^ Thanks @Adammatthiesen^! - Implements new component registry UI for content editing and System management pages. -
#1117^
87a5ed0^ Thanks @Adammatthiesen^! - Implements categories and tags management for the StudioCMS Dashboard -
#1172^
3af3578^ Thanks @Adammatthiesen^! - Update readme to remove beta warning -
#1163^
cd865cf^ Thanks @Adammatthiesen^! - Removes deprecated hideDefaultIndex site config variable from SDK and updates all instances of usage in StudioCMSBreaking Change
Section titled “Breaking Change”Note for anyone previously relying on this feature, it has now been completely removed. Users will need to adjust any code relying on this functionality.
-
#1099^
359e655^ Thanks @Adammatthiesen^! - Introduces StorageManager API to SDK and allow resolving image urls for site config and pagedata -
#1137^
860337f^ Thanks @louisescher^! - Fixes edit page tabs overflowing -
#1098^
80285ec^ Thanks @Adammatthiesen^! - Add file browser access to system management page with identifier output utility -
#1135^
1e85356^ Thanks @louisescher^! - Adjusts CSS to allow for a full-size editor window and fixes some spacing on the editor page. -
#1102^
c36800e^ Thanks @Adammatthiesen^! - Implements Storage manager url generator for content edit page -
#1126^
4a4db87^ Thanks @Adammatthiesen^! - Reworks CLI to fix async/sync code handling forstudiocms userscommand -
Updated dependencies [
25e6fc0^,87a5ed0^,3a27939^,96c98c2^,87d36ba^,fc33e3f^,9bde767^,f8a2d34^,e359a69^,b4d7879^,feb85ad^,4ffae83^,d59c4b0^,cb8ffda^,e1c3052^,9007ca5^,8f53993^,30de271^,9bde767^,cd865cf^,359e655^,0435b82^]:- @withstudiocms/kysely@0.1.0
- @withstudiocms/sdk@0.1.0
- @withstudiocms/auth-kit@0.1.0
- @withstudiocms/effect@0.1.0
- @withstudiocms/component-registry@0.1.0
- @withstudiocms/config-utils@0.1.0
- @withstudiocms/internal_helpers@0.1.0
- @withstudiocms/template-lang@0.1.0
0.1.0-beta.32
Section titled “0.1.0-beta.32”- For previous version changelogs, see CHANGELOG.beta.md^