feat: Chore: Migrate from Render content Util and <Fragment set:html /> to astro-remote #86

Merged
create-issue-branch[bot] merged 12 commits from issue-85-Chore_Migrate_from_Render_conte into main 2024-03-08 07:29:02 +00:00
create-issue-branch[bot] commented 2024-03-08 04:02:35 +00:00 (Migrated from github.com)

closes #85

Is your chore related to a problem? Please describe.
Rendering GhostCMS html should be ran through a safety system to ensure the HTML does not cause any issues. astro-remote will help to prevent any of these issues by running all HTML input through ultrahtml

Describe the solution you'd like
Replace GhostCMS-RenderContent and all <Fragment set:html /> with astro-remote's <Markup> component to render html instead

Describe alternatives you've considered
usage without a sanitization option (i.e astro-remote) can have adverse effects on your Astro website! if some of the content possibly pulls styling or scripts with it!

  • Migrate Integration: starlight-ghostcms
  • Migrate Theme: brutalbyelian
  • Migrate Theme: catppuccin
  • Migrate Theme: theme-default
  • Prep Deprecation of Utility: astro-ghostcms-rendercontent
closes #85 **Is your chore related to a problem? Please describe.** Rendering GhostCMS html should be ran through a safety system to ensure the HTML does not cause any issues. `astro-remote` will help to prevent any of these issues by running all HTML input through `ultrahtml` **Describe the solution you'd like** Replace GhostCMS-RenderContent and all `<Fragment set:html />` with `astro-remote`'s `<Markup>` component to render html instead **Describe alternatives you've considered** usage without a sanitization option (i.e `astro-remote`) can have adverse effects on your Astro website! if some of the content possibly pulls styling or scripts with it! - [x] Migrate `Integration: starlight-ghostcms` - [x] Migrate `Theme: brutalbyelian` - [x] Migrate `Theme: catppuccin` - [x] Migrate `Theme: theme-default` - [x] Prep Deprecation of `Utility: astro-ghostcms-rendercontent`
changeset-bot[bot] commented 2024-03-08 04:02:38 +00:00 (Migrated from github.com)

🦋 Changeset detected

Latest commit: c2a4b6d276

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@matthiesenxyz/astro-ghostcms-theme-default Patch
@matthiesenxyz/astro-ghostcms-rendercontent Patch
@matthiesenxyz/starlight-ghostcms Patch
@matthiesenxyz/astro-ghostcms-catppuccin Patch
@matthiesenxyz/astro-ghostcms-brutalbyelian Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

### 🦋 Changeset detected Latest commit: c2a4b6d276629dadd3b4f668633ee785f0b0c7ea **The changes in this PR will be included in the next version bump.** <details><summary>This PR includes changesets to release 5 packages</summary> | Name | Type | | ------------------------------------------- | ----- | | @matthiesenxyz/astro-ghostcms-theme-default | Patch | | @matthiesenxyz/astro-ghostcms-rendercontent | Patch | | @matthiesenxyz/starlight-ghostcms | Patch | | @matthiesenxyz/astro-ghostcms-catppuccin | Patch | | @matthiesenxyz/astro-ghostcms-brutalbyelian | Patch | </details> Not sure what this means? [Click here to learn what changesets are](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add another changeset to this PR](https://github.com/MatthiesenXYZ/astro-ghostcms/new/issue-85-Chore_Migrate_from_Render_conte?filename=.changeset/perfect-cameras-glow.md&value=---%0A%22%40matthiesenxyz%2Fastro-ghostcms-brutalbyelian%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-catppuccin%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-rendercontent%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms-theme-default%22%3A%20patch%0A%22%40matthiesenxyz%2Fastro-ghostcms%22%3A%20patch%0A%22%40matthiesenxyz%2Fstarlight-ghostcms%22%3A%20patch%0A---%0A%0Afeat%3A%20%E2%9C%A8%20Chore%3A%20Migrate%20from%20Render%20content%20Util%20and%20%60%3CFragment%20set%3Ahtml%20%2F%3E%60%20to%20%60astro-remote%60%0A)
Adammatthiesen (Migrated from github.com) approved these changes 2024-03-08 07:28:25 +00:00
Sign in to join this conversation.
No description provided.