Release/m26.gardevoir#972
Open
ravinderk wants to merge 69 commits into
Open
Conversation
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
Jira: KAD-5419
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.
…or-tables-when-headers-are-set
…tables-when-headers-are-set Add scope option for tables when headers are set
Jira: KAD-5419
Jira: KAD-5419
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
Jira: KAD-5419
…Sticky-Headers-have-a-height-rendering-issue-when-shrinking-the-middle-row-is-enabled
Please hardcoded packages with Kadence packages (npm)
…features Made-with: Cursor
…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
Contributor
|
🎉 Zip build complete |
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.
…stile and hCaptcha
…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.
…l-after-the-first-successful-submission
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.