Skip to content

Update examples with Nutrient SDK version 1.16.0#89

Merged
sashamilenkovic merged 3 commits into
mainfrom
update-examples-1.16.0
Jun 11, 2026
Merged

Update examples with Nutrient SDK version 1.16.0#89
sashamilenkovic merged 3 commits into
mainfrom
update-examples-1.16.0

Conversation

@sashamilenkovic

@sashamilenkovic sashamilenkovic commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

What

Updates all examples to the released @nutrient-sdk/viewer 1.16.0 (npm pins and CDN URLs), via scripts/update-nutrient-in-examples.sh from the release flow.

Includes a follow-up commit pinning the two pnpm-based examples (vue-composition-api, svelte-kit) explicitly to 1.16.0: the script resolves @latest, which served stale registry metadata minutes after publish and left them at 1.15.0 (they had been stuck at 1.14.0 since the 1.15.x releases for the same reason).

Type

  • New framework example
  • Update existing example
  • SDK version bump
  • Bug fix
  • Repo infrastructure (CI, scripts, docs)

Checklist

  • npm run format passes (Biome)
  • Example has start and start:e2e scripts in package.json (n/a — version bump only)
  • SERVER_DIR=examples/<name> npm run test passes (Playwright smoke test) (not run locally; CI covers)
  • README.md included with prerequisites, setup, and usage (n/a)
  • Uses current pinned @nutrient-sdk/viewer version

@sashamilenkovic sashamilenkovic self-assigned this Jun 11, 2026
sashamilenkovic and others added 2 commits June 11, 2026 09:47
The update script resolves @latest, which served stale registry metadata
for the freshly published 1.16.0 and left the two pnpm-based examples
(vue-composition-api, svelte-kit) at 1.15.0. They had been stuck at
1.14.0 since the 1.15.x releases for the same reason.

Co-Authored-By: The Claudefather <noreply@anthropic.com>
The @nutrient-sdk/viewer 1.16.0 typings fail TS lib checking
(https://nutrient.atlassian.net/browse/WEB-4498), which broke this
example's webserver build in CI. skipLibCheck matches the Angular CLI
default and the posture of the other examples.

Co-Authored-By: The Claudefather <noreply@anthropic.com>
@sashamilenkovic sashamilenkovic marked this pull request as ready for review June 11, 2026 17:47
@sashamilenkovic sashamilenkovic merged commit 7ee0ffd into main Jun 11, 2026
3 checks passed
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.

2 participants