Skip to content

Releases: juspay/kriya

v1.1.1

23 Apr 10:06

Choose a tag to compare

1.1.1 (2026-04-23)

  • fix(actions): improve SPA navigation handling for link clicks with openedViaBlank guard (41f01fe)

v1.1.0

22 Apr 17:04

Choose a tag to compare

1.1.0 (2026-04-22)

  • feat(rescript): add first-class rescript bindings and centralize types under src/types/ (8fd4733)

v1.0.2

17 Apr 21:10

Choose a tag to compare

1.0.2 (2026-04-17)

  • fix(pipeline): repair CI gate, align release to main, and polish npm metadata (85c0999)

v1.0.1

17 Apr 20:01

Choose a tag to compare

1.0.1 (2026-04-17)

  • fix(ci): upgrade to npm 11 for native OIDC publish support (f384ecd)
  • fix(fillform): Fill Form fix (1e70b74)
  • chore: did remove warning (65cceb4)
  • chore: update CHANGELOG formatting (7d3fcdc)

v1.0.0

01 Apr 20:02

Choose a tag to compare

1.0.0 (2026-04-01)

  • fix: add blank lines around code blocks and language specifiers in markdown files (45a7286)
  • fix: add language specifiers to fenced code blocks in markdown files (d3abfd1)
  • fix: add typedoc and typedoc-plugin-markdown dependencies (d85296e)
  • fix: disable ESLint indent rule to avoid conflict with Prettier (482706a)
  • fix: fix ESLint quote error in DOMActions.ts (f2931d6)
  • fix: quote site_name in mkdocs.yml to fix YAML syntax error (ee44a21)
  • fix: remove --ext flag from ESLint commands for flat config compatibility (5b0542c)
  • fix: update ESLint config for TypeScript and fix lint errors (33ad262)
  • fix: update repository URL from placeholder to juspay/kriya (8555a72)
  • fix(ci): make env-validation CI-aware (2ed087e)
  • fix(ci): upgrade release job to Node 22 for semantic-release@25 compatibility (9e43dff)
  • fix(ci): use OIDC for npm publish, drop NPM_TOKEN, pin semantic-release@25 (7b32e0f)
  • fix(deps): resolve npm audit vulnerabilities (18c6dad)
  • fix(deps): update typescript-eslint to fix minimatch vulnerabilities (9552eeb)
  • Added a tag (f1bf001)
  • Added Array Support (be83fa4)
  • added for capture support (b419a22)
  • added form enhanced features (3ebd19f)
  • Added login (43ecead)
  • added proper form detection (902ca8b)
  • Completed initial values (ecbe31f)
  • dummy (c5ee77c)
  • Enhanced Form Detector (33f1a69)
  • Fixed Click Functionality (8e2719e)
  • Fixed comments (c429b80)
  • Initial commit: Kriya automation engine (fdf9a3a)
  • kriya fix the action enter press (9aaf54c)
  • Merge pull request #1 from juspay/form-registry (b39ea3d), closes #1
  • Merge pull request #27 from Dnyaneshwari-04/fixing-ci-cd-error (9ee66db), closes #27
  • Merge pull request #5 from Dnyaneshwari-04/kriya-enhancement-fill-action (8a7d67f), closes #5
  • Merge pull request #7 from Harshita-Rupani29/chore/1-add-project-tooling (dca4129), closes #7
  • Targeted button element (c349492)
  • style: apply prettier formatting to all files (7836f69)
  • style: format eslint.config.js (89eaee0)
  • ci: change audit level to critical to allow npm bundled dependencies (97d7b69)
  • ci: remove Node 18 from test matrix (dependency requires Node 20+) (eaadf27)
  • ci: remove npm update steps (permission denied in CI) (427bc21)
  • ci: update npm before security audit to fix bundled dependency vulnerabilities (2df04ad)
  • ci: update npm in quality-gate job before security audit (8875d04)
  • chore: add project tooling and configuration (85040f2)
  • feat: Add custom design system form detection for SelectBox components (172b341)
  • feat: enhance element detection with data-numberinput and data-field support (0e08c3d)