Skip to content

Releases: withstudiocms/studiocms

@studiocms/[email protected]

05 Sep 01:22
e5fe98a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 0bd2b31: [Refactor/Rename]: Split main package into smaller packages and rename main package.

    This change will allow a better divide between the StudioCMS ecosystem packages. The main Astro Integration is now named studiocms.

    Renamed Packages:

    • studiocms: The main package that users will download and use.
    • @studiocms/blog: The StudioCMSBlog Plugin

    New Packages and their purposes:

    • @studiocms/core: Core components and functions
    • @studiocms/assets: Assets used for the StudioCMS Dashboard and other integrations
    • @studiocms/renderers: StudioCMS renderer system
    • @studiocms/imagehandler: StudioCMS image service and components
    • @studiocms/auth: StudioCMS auth routes and middleware
    • @studiocms/frontend: Userfacing pages and routes
    • @studiocms/dashboard: The main dashboard components, routes, and API endpoints
    • @studiocms/robotstxt: Generation of robots.txt file
    • @studiocms/betaresources: Resources for the beta.
  • Updated dependencies [0bd2b31]

  • Updated dependencies [0bd2b31]

@studiocms/[email protected]

05 Sep 01:22
e5fe98a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 0bd2b31: [Refactor/Rename]: Split main package into smaller packages and rename main package.

    This change will allow a better divide between the StudioCMS ecosystem packages. The main Astro Integration is now named studiocms.

    Renamed Packages:

    • studiocms: The main package that users will download and use.
    • @studiocms/blog: The StudioCMSBlog Plugin

    New Packages and their purposes:

    • @studiocms/core: Core components and functions
    • @studiocms/assets: Assets used for the StudioCMS Dashboard and other integrations
    • @studiocms/renderers: StudioCMS renderer system
    • @studiocms/imagehandler: StudioCMS image service and components
    • @studiocms/auth: StudioCMS auth routes and middleware
    • @studiocms/frontend: Userfacing pages and routes
    • @studiocms/dashboard: The main dashboard components, routes, and API endpoints
    • @studiocms/robotstxt: Generation of robots.txt file
    • @studiocms/betaresources: Resources for the beta.
  • Updated dependencies [0bd2b31]

  • Updated dependencies [0bd2b31]

@studiocms/[email protected]

05 Sep 01:22
e5fe98a
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 0bd2b31: [Refactor/Rename]: Split main package into smaller packages and rename main package.

    This change will allow a better divide between the StudioCMS ecosystem packages. The main Astro Integration is now named studiocms.

    Renamed Packages:

    • studiocms: The main package that users will download and use.
    • @studiocms/blog: The StudioCMSBlog Plugin

    New Packages and their purposes:

    • @studiocms/core: Core components and functions
    • @studiocms/assets: Assets used for the StudioCMS Dashboard and other integrations
    • @studiocms/renderers: StudioCMS renderer system
    • @studiocms/imagehandler: StudioCMS image service and components
    • @studiocms/auth: StudioCMS auth routes and middleware
    • @studiocms/frontend: Userfacing pages and routes
    • @studiocms/dashboard: The main dashboard components, routes, and API endpoints
    • @studiocms/robotstxt: Generation of robots.txt file
    • @studiocms/betaresources: Resources for the beta.

@astrolicious/[email protected]

29 Aug 22:33
05ecaf6
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • f1f64a3: Implement extension system for Plugins to include new dashboard pages right in the sidebar

  • b2ddf03: Refactor Authhelper (no end user changes needed)

  • ceccec5: [Fix]: Ensure @astrojs/web-vitals integration is an optional addon and not required.

  • 56ef990: # Breaking Changes

    • [Breaking]: Astro 4.14.5 is now the lowest supported version of StudioCMS
    • [Breaking]: AstroDB 0.13.2 is now the lowest supported version of StudioCMS

    Non-Breaking Changes

    • [Update]: Utilize new InjectTypes from Astro instead of addDts from AIK (No user changes needed)
    • [Update]: @matthiesenxyz/integration-utils updated to newest version and fix usage (No user changes needed)
    • [Refactor]: Move web-vitals child components into their own folder (No user changes needed)
    • [Refactor]: Update isDashboardRoute.ts to use .include() instead of direct comparison (No user changes needed)
    • [Refactor]: Move to namespacebuiltins vite plugin(Astro Integration) included from @matthiesenxyz/integration-utils instead of the internal copy (No user changes needed)
    • [Fix]: Remove now not needed exclude rules for @matthiesenxyz/integration-utils (No user changes needed)

@astrolicious/[email protected]

29 Aug 22:33
05ecaf6
Compare
Choose a tag to compare
Pre-release

Patch Changes

@astrolicious/[email protected]

05 Aug 20:34
80ca7c8
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 0949b48: New Mailing system for Beta Feedback form
  • 5679b08: Fix: Allow studiocms-auth.config.json to be created during first time database setup
  • 9a137b5: [Bug]: Fix case sensitivity issue in authHelper function

@astrolicious/[email protected]

05 Aug 20:34
80ca7c8
Compare
Choose a tag to compare
Pre-release

Patch Changes

@astrolicious/[email protected]

28 Jul 07:15
85869bf
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • a2edb83: Validate secrets (or not) for astro:env

  • d29bda7: Add check for unsafe usernames or passwords when creating local username/password accounts

  • a016f48: - StudioCMS-Dashboard:

    Update UnoCSS to 0.61.5 and DaisyUI Preset to 0.1.1

  • a82114f: Lint project code

  • c93ef7b: Sidebar signout for guest users

@astrolicious/[email protected]

28 Jul 07:15
85869bf
Compare
Choose a tag to compare
Pre-release

Patch Changes

0.1.0-beta.1

24 Jul 20:42
9cc719c
Compare
Choose a tag to compare
0.1.0-beta.1 Pre-release
Pre-release

What's Changed

  • Migrate to Moon repo manager by @Adammatthiesen in #1
  • Upgrade astro-integration-kit by @Adammatthiesen in #2
  • Update all Deps and resolve Shiki Highlighter project by @Adammatthiesen in #3
  • move ImageHandler into its own file, as well as fix some naming for the integration logging by @Adammatthiesen in #4
  • Prep repo for public release by @Adammatthiesen in #5
  • LAYOUTS! Yes! now most the dashboard and page routes have proper layouts! by @Adammatthiesen in #12
  • Adds note to readme by @dreyfus92 in #19
  • Configure Renovate by @renovate in #18
  • Pin dependencies by @renovate in #20
  • Update dependency astro-font to ^0.0.80 by @renovate in #27
  • Pin dependency @types/node to v20.12.7 by @renovate in #23
  • Pin dependencies by @renovate in #21
  • Pin dependencies by @renovate in #22
  • Pin dependency tailwind-scrollbar to 3.1.0 by @renovate in #24
  • Update dependency @biomejs/biome to v1.7.2 by @renovate in #25
  • Update dependency @types/node to v20.12.8 by @renovate in #26
  • Update kevinzunigacuellar/coauthor-action action to v0.1.3 by @renovate in #29
  • Update mscharley/dependency-changesets-action action to v1.0.9 by @renovate in #31
  • Update dependency @astrojs/cloudflare to v10.2.4 by @renovate in #32
  • Update dependency @types/node to v20.12.8 by @renovate in #33
  • Update dependency @types/node to v20.12.8 by @renovate in #34
  • Update dependency @astrojs/db to ^0.10.0 by @renovate in #35
  • Update dependency @astrojs/starlight to ^0.22.0 by @renovate in #36
  • Update dependency sharp to ^0.33.0 by @renovate in #40
  • Update dependency vite to v5.2.11 by @renovate in #28
  • Update dependency @shikijs/transformers to v1.4.0 by @renovate in #38
  • Update dependency shiki to v1.4.0 by @renovate in #41
  • Update dependency @moonrepo/cli to v1.24.3 by @renovate in #37
  • Update dependency node to v20.12.2 by @renovate in #39
  • Implement Automation Workflows by @Adammatthiesen in #44
  • Updated Readme to have relative links by @hkbertoson in #51
  • Refactor to allow for more flexibility and customization options in the future by @Adammatthiesen in #45
  • Fix indention in README.md by @lorenzolewis in #56
  • ✨ Project: New Dashboard to go along with ATP migration by @create-issue-branch in #54
  • ✨ [Feat] Extend Authentication System ( username/password, more oAuth options, ability to extend? ) by @create-issue-branch in #67
  • ✨ Bug: Password hashing does not work on all node runtimes by @create-issue-branch in #75
  • ♻️ Chore: Update Database Start page to reflect new theme and utilize batch transactions by @create-issue-branch in #76
  • Create FUNDING.yml by @Adammatthiesen in #16
  • ♻️ Chore: Docs by @create-issue-branch in #72
  • add: docs link to the navbar. by @dreyfus92 in #83
  • ✨ Add light mode to the main landing page by @create-issue-branch in #81
  • update docs icon by @jdtjenkins in #85
  • chore(deps): update actions/checkout digest to a5ac7e5 by @renovate in #84
  • chore(deps): pin dependencies by @renovate in #80
  • Update spacing in LP by @jdtjenkins in #86
  • fix(deps): update dependency astro to ^4.9.3 by @renovate in #61
  • fix(deps): update dependency astro to ^4.9.3 by @renovate in #60
  • chore(deps): update dependency @moonrepo/cli to v1.25.2 by @renovate in #59
  • fix(deps): update astro monorepo by @renovate in #63
  • chore(deps): lock file maintenance by @renovate in #65
  • fix(deps): update astro monorepo by @renovate in #64
  • chore(deps): lock file maintenance by @renovate in #66
  • update starlight by @Adammatthiesen in #87
  • chore(deps): update dependency @changesets/cli to v2.27.5 by @renovate in #90
  • chore(deps): update dependency @changesets/config to v3.0.1 by @renovate in #91
  • fix(deps): update dependency @astrojs/starlight to ^0.24.1 by @renovate in #94
  • chore(deps): update dependency @moonrepo/cli to v1.25.3 by @renovate in #92
  • ✨ Separation of logic: migrating to Astro Theme Provider by @create-issue-branch in #77
  • fix(deps): update dependency @iconify-json/mdi to ^1.1.67 by @renovate in #104
  • fix(deps): update dependency @astrojs/starlight to ^0.24.4 by @renovate in #103
  • chore(deps): update mscharley/dependency-changesets-action action to v1.0.11 by @renovate in #101
  • chore(config): migrate renovate config by @renovate in #106
  • fix(deps): update astro monorepo by @renovate in #93
  • chore(deps): update actions/checkout digest to 692973e by @renovate in #99
  • fix(deps): update astro monorepo by @renovate in #102
  • fix(deps): update dependency @astrojs/markdown-remark to ^5.1.1 by @renovate in #89
  • fix(deps): update dependency @iconify/utils to ^2.1.25 by @renovate in #95
  • fix(deps): update dependency astro to ^4.11.3 by @renovate in #111
  • fix(deps): update dependency astro to ^4.11.3 by @renovate in #107
  • fix(deps): update dependency astro to ^4.11.3 by @renovate in #108
  • chore(deps): update dependency astro to v4.11.3 by @renovate in #109
  • fix(deps): update dependency astro to ^4.11.3 by @renovate in #110
  • fix(deps): update dependency @astrojs/rss to ^4.0.7 by @renovate in #112
  • update all deps and re-enable studioCMSBlog package! by @Adammatthiesen in #113
  • fix(deps): update dependency sharp to ^0.33.4 by @renovate in #114
  • fix(deps): update dependency tailwind-merge to ^2.3.0 by @renovate in #115
  • fix(deps): update dependency motion to ^10.18.0 by @renovate in #116
  • fix(deps): update dependency @astrojs/cloudflare to v11 by @renovate in #117
  • chore(deps): update dependency @types/node to v20.14.9 by @renovate in #121
  • chore(deps): update dependency @types/node to v20.14.9 by @renovate in #122
  • chore(deps): update dependency @types/node to v20.14.9 by @renovate in #123
  • chore(deps): update dependency @types/node to v20.14.9 by @renovate in #124
  • Web vitals Integration by @Adammatthiesen in #125
  • ✨ Chore: Add Namespace builtins Vite Plugin by Natemoo-re by @create-issue-branch in #132
  • ♻️ Chore: (Marked.js) 'getHighlighterCore' is deprecated. Use createHighlighterCore or getSingletonHighlighterCore instead. by @create-issue-branch in https://github.com/astrolicious/studiocms/pu...
Read more