Skip to content

Release/m26.gardevoir#972

Open
ravinderk wants to merge 69 commits into
masterfrom
release/M26.gardevoir
Open

Release/m26.gardevoir#972
ravinderk wants to merge 69 commits into
masterfrom
release/M26.gardevoir

Conversation

@ravinderk
Copy link
Copy Markdown
Contributor

No description provided.

ravinderk and others added 30 commits January 28, 2026 18:02
Remove local package implementations and add external references
for @kadence/components, @kadence/helpers, and @kadence/icons
This configs are accesible from @kadence/components
we ill make a reusable github action in kadence component which will be used by blocks free and pro
Omitting the default prevents an empty scope value from being serialized into block markup on every new cell insertion.

Falls back to empty string via destructuring default in the editor.
ravinderk and others added 14 commits April 14, 2026 12:19
…tables-when-headers-are-set

Add scope option for tables when headers are set
Replace the temporary @kadence/components branch reference with the
1.1.7 package release and update the generated lockfile.

Also fix the link-kadence-packages script name in package.json.

Jira: KAD-5419
…Sticky-Headers-have-a-height-rendering-issue-when-shrinking-the-middle-row-is-enabled
Please hardcoded packages with Kadence packages (npm)
…ky-Headers-have-a-height-rendering-issue-when-shrinking-the-middle-row-is-enabled

KAD-5487 Advanced Headers - Sticky Headers have a height rendering issue when shrinking the middle row is enabled
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 17, 2026

🎉 Zip build complete

Build timestamp

larodiel and others added 15 commits April 22, 2026 16:42
Implemented a new function to regenerate captcha tokens for Google reCAPTCHA v3, Cloudflare Turnstile, and hCaptcha after form submissions. This ensures users can submit the form multiple times without encountering token issues. Updated the form handling logic to call this function upon successful form reset.
…eader functionality and improve mobile breakpoint handling. Added methods for managing header height and responsive behavior based on viewport size.
…in the captcha block. Update JavaScript to retrieve the site key from the data attribute for token regeneration, improving the handling of reCAPTCHA v3 tokens during form submissions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kadence/* packages ship source only (dist/ is gitignored). bun skips
prepare scripts for git dependencies, so dist/ is missing after install.
Add an explicit npm install + build step matching the eslint workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
bun migrates package-lock.json entries as git-clone URLs, which fails
in CI. Without --frozen-lockfile, bun resolves github: shorthands via
tarball download instead, which works without SSH or git credentials.
No bun.lockb is committed yet so --frozen-lockfile provided no
reproducibility benefit anyway.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ge resolution

Bun migrates from package-lock.json when no bun.lockb exists, using
git+https:// resolved URLs that require git-cloning the @kadence/* repos.
Deleting the npm lockfile forces bun to use package.json's github: shorthands,
which it fetches via tarball API instead — no git-clone, no auth required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The @kadence/* packages reference each other via ssh:// URLs in their
own package.json files. GitHub Actions has no SSH key, so npm install
fails with a publickey error. Rewriting ssh://git@github.com/ and
git@github.com: to https://github.com/ allows public repo clones
without auth.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… builds

git config --global writes to ~/.gitconfig but npm's spawned git subprocess
doesn't reliably inherit it. Setting GIT_CONFIG_GLOBAL to an explicit temp
file guarantees all git processes in the step (including npm's internal calls)
use the SSH-to-HTTPS URL rewrite.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@kadence/helpers declares @kadence/icons as a git+https dependency,
causing npm install to hit GitHub on every CI job. --omit=prod skips
production deps entirely and only installs the devDependencies (babel)
needed to build. Babel transpiles syntax only and does not resolve
imports, so the missing runtime dep does not affect the build output.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…fter-the-first-successful-submission

[SMTNC-228] Add captcha token regeneration after form submission
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.

6 participants