Skip to content

Update examples with Nutrient SDK version 1.16.1#91

Merged
sashamilenkovic merged 2 commits into
mainfrom
update-examples-1.16.1
Jun 12, 2026
Merged

Update examples with Nutrient SDK version 1.16.1#91
sashamilenkovic merged 2 commits into
mainfrom
update-examples-1.16.1

Conversation

@sashamilenkovic

@sashamilenkovic sashamilenkovic commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

Updates all examples to the released @nutrient-sdk/viewer 1.16.1 (via the release flow's update script), with two follow-ups:

  • Pins the two pnpm-based examples (vue-composition-api, svelte-kit) explicitly to 1.16.1 — the script's @latest resolution served stale registry metadata again, same as during the 1.16.0 bump.
  • Removes skipLibCheck from the Angular example, restoring strict lib checking now that the 1.16.1 typings fix WEB-4498. This makes the Angular example a standing regression test for the published declarations.

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)
  • SERVER_DIR=examples/<name> npm run test passes (Playwright smoke test) (CI covers; Angular run now also validates the typings)
  • README.md included (n/a)
  • Uses current pinned @nutrient-sdk/viewer version

@sashamilenkovic sashamilenkovic self-assigned this Jun 12, 2026
The update script's @latest resolution served stale registry metadata
again, leaving the two pnpm-based examples at 1.15.1 (same failure as
the 1.16.0 bump). Pin them explicitly.

Drop the skipLibCheck the Angular example gained during 1.16.0
(WEB-4498): the 1.16.1 typings pass strict lib checking, and running
without the flag makes this example a regression test for the
published declarations.

Co-Authored-By: The Claudefather <noreply@anthropic.com>
@sashamilenkovic sashamilenkovic marked this pull request as ready for review June 12, 2026 01:43
@sashamilenkovic sashamilenkovic merged commit 2d66e1a into main Jun 12, 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