Skip to content

Releases: Nosto/web-components

v11.4.0

15 Apr 12:04

Choose a tag to compare

11.4.0 (2026-04-15)

Features

  • agents: add codex skills and claude symlink (fbe534c)

v11.3.4

07 Apr 12:01

Choose a tag to compare

11.3.4 (2026-04-07)

Bug Fixes

  • add globals as direct devDependency for ESLint 10 compatibility (c1a9515)

v11.3.3

07 Apr 10:24

Choose a tag to compare

11.3.3 (2026-04-07)

Bug Fixes

  • tsconfig: add rootDir to tsconfig.types.json for TypeScript 6.0 compatibility (a27a06c)

v11.3.2

02 Apr 08:51

Choose a tag to compare

11.3.2 (2026-04-02)

Bug Fixes

  • initial plan to fix npm audit errors (4957e7d)
  • security: add lodash override to resolve high severity vulnerabilities (476839f)

v11.3.1

15 Mar 07:50

Choose a tag to compare

11.3.1 (2026-03-15)

Bug Fixes

  • deps: bump flatted from 3.3.2 to 3.4.1 to fix npm audit vulnerability (ff52385)

v11.3.0

26 Feb 09:16

Choose a tag to compare

11.3.0 (2026-02-26)

Features

  • Product: add unprovide call in disconnectedCallback (c5b97b4)

v11.2.1

26 Feb 08:50

Choose a tag to compare

11.2.1 (2026-02-26)

Bug Fixes

  • update ajv to 6.14.0 and rollup to 4.59.0 to resolve security vulnerabilities (05c660e)

v11.2.0

19 Feb 12:38

Choose a tag to compare

11.2.0 (2026-02-19)

Features

  • SectionCampaign: add customizable title-selector attribute (018706f)

v11.1.0

18 Feb 09:59

Choose a tag to compare

11.1.0 (2026-02-18)

Bug Fixes

  • SectionCampaign: scope title replacement to target element and improve test (9a0286a)

Features

  • SectionCampaign: filter nosto-section-campaign by placement attribute (3b4e74a)
  • SectionCampaign: rename getSectionMarkup to getMarkup and add nosto-section-campaign detection (f40e8f2)

v11.0.0

17 Feb 09:35

Choose a tag to compare

11.0.0 (2026-02-17)

Documentation

  • add BREAKING_CHANGE.md for SectionCampaign handle separator (38f33d1)

Features

  • deps: bump jsdom from ^28.0.0 to ^28.1.0 (3115908)
  • SectionCampaign: replace handle separator with " OR " for valid search query (61fdea2)

BREAKING CHANGES

  • Product handles in SectionCampaign now use ' OR ' separator instead of ':'.

Merchants must update Liquid templates from split: ':' to split: ' OR '.
See BREAKING_CHANGE.md for full migration guide.

Co-authored-by: timowestnosto 13622115+timowestnosto@users.noreply.github.com