Skip to content

Version Packages#79

Merged
orkhanahmadov merged 2 commits into
mainfrom
changeset-release/main
May 12, 2026
Merged

Version Packages#79
orkhanahmadov merged 2 commits into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@templatical/editor@1.0.0

Minor Changes

  • 2832f5d: Mount the editor inside a Shadow DOM by default. init({ container }) now resolve shadowDom: true when the option is omitted — host page stylesheets no longer cascade into editor elements (p, h1, a, input, etc.) via tag selectors, closing issue #70.

    Behavior changes consumers may notice:

    • External document.querySelector("#editor .tpl-…") queries no longer reach editor internals because the editor's DOM lives inside container.shadowRoot. Walk the shadow root explicitly (container.shadowRoot.querySelector(...)) or opt out with shadowDom: false.
    • Host stylesheets that intentionally styled editor elements via element selectors stop applying. The supported theming protocol is now the --tpl-user-* CSS custom property namespace — set --tpl-user-primary, --tpl-user-radius-md, etc. on the editor container (or any ancestor) and the override inherits across the shadow boundary. The existing theme config option still takes precedence and works unchanged.
    • Browser minimums in default mode bump to Firefox 101+ and Safari 16.4+ (required by the adoptedStyleSheets API). Chrome / Edge 80+ is unchanged. Pass shadowDom: false to keep the previous light-DOM mount with broader browser support.

    The shadowDom: false escape hatch remains supported.

Patch Changes

  • @templatical/renderer@1.0.0
  • @templatical/quality@1.0.0
  • @templatical/media-library@1.0.0

@templatical/core@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/import-beefree@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/import-html@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/import-unlayer@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/media-library@1.0.0

Patch Changes

  • @templatical/types@1.0.0
  • @templatical/core@1.0.0

@templatical/quality@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/renderer@1.0.0

Patch Changes

  • @templatical/types@1.0.0

@templatical/types@1.0.0

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 12, 2026

Deploying templatical-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4686962
Status: ✅  Deploy successful!
Preview URL: https://a2247c3c.templatical-docs.pages.dev
Branch Preview URL: https://changeset-release-main.templatical-docs.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 12, 2026

Deploying templatical-cloud-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4686962
Status: ✅  Deploy successful!
Preview URL: https://6fc184bc.templatical-cloud-site.pages.dev
Branch Preview URL: https://changeset-release-main.templatical-cloud-site.pages.dev

View logs

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 12, 2026

Deploying templatical-playground with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4686962
Status: ✅  Deploy successful!
Preview URL: https://a9d9ad11.templatical-playground.pages.dev
Branch Preview URL: https://changeset-release-main.templatical-playground.pages.dev

View logs

@orkhanahmadov orkhanahmadov merged commit 179fdb2 into main May 12, 2026
14 checks passed
@orkhanahmadov orkhanahmadov deleted the changeset-release/main branch May 12, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant