Skip to content

Latest commit

 

History

History
566 lines (409 loc) · 63.4 KB

File metadata and controls

566 lines (409 loc) · 63.4 KB

1.0.0-beta.21 (2026-02-25)

Bug Fixes

  • update title in readme and ui (54f633e)

1.0.0-beta.20 (2026-02-23)

Bug Fixes

  • Merge pull request #9 from jlooper-cloudinary/main (9696686)

1.0.0-beta.19 (2026-02-18)

Bug Fixes

1.0.0-beta.18 (2026-02-18)

Bug Fixes

  • update registration link (2a69d7a)
  • update video player example (9db39ee)

1.0.0-beta.17 (2026-02-12)

Bug Fixes

  • simplified questions into arrays (bade600)

Features

  • prompt copied animation (9ad35b2)

1.0.0-beta.16 (2026-02-11)

Bug Fixes

1.0.0-beta.15 (2026-02-10)

Bug Fixes

  • use correct CLAUDE.md convention for Claude Code (07a8a08)

Features

  • analytics: add CLI feature detection for React SDK (4dfe495)

1.0.0-beta.14 (2026-02-04)

Bug Fixes

  • improve upload widget reliability and add video player poster options (ac51e42)

1.0.0-beta.13 (2026-02-03)

Features

  • simplify AI prompts section with clear copy-paste instructions (2b60415)

1.0.0-beta.12 (2026-02-02)

Bug Fixes

Features

  • non-interactive 'headless' mode (4334991)

1.0.0-beta.11 (2026-01-30)

Features

  • put Inquirer inputs on a new, separate line (ba4a26d)

1.0.0-beta.10 (2026-01-30)

Bug Fixes

  • cli: show prompt help in message, one line per prompt (83b8927)

Features

  • Add unsigned uploads documentation link (c13ebc5)

1.0.0-beta.9 (2026-01-29)

Bug Fixes

  • rules: video player CSS import — use path without dist/ (f749f08)

1.0.0-beta.8 (2026-01-28)

Bug Fixes

  • publish to latest tag so installers get most recent version (d907c93)
  • url-gen imports, overlay rules, and upload widget race condition (08f06af)

1.0.0-beta.7 (2026-01-27)

Bug Fixes

  • use --tag beta when publishing prerelease to npm (9bb888c)

1.0.0-beta.6 (2026-01-27)

Bug Fixes

  • use npm 11+ in publish step for OIDC trusted publishing (a501a0a)

1.0.0-beta.5 (2026-01-27)

Bug Fixes

  • override NPM_CONFIG_USERCONFIG in publish step for OIDC-only (ced5cc3)

1.0.0-beta.4 (2026-01-27)

Bug Fixes

  • use OIDC-only for npm publish step (d06c324)

1.0.0-beta.3 (2026-01-27)

Bug Fixes

  • clarify that new versions are published to npm on release (e6bf007)

1.0.0-beta.2 (2026-01-27)

Bug Fixes

  • clarify release workflow in README (de81bee)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • add semantic-release note when creating initial tag and when tag exists (dea082f)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • migrate v1.0.0-beta.1 tag for semantic-release (one-time) (dc21199)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • release: prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release (e8525e0)
  • release: run v1.0.0-beta.1 prepare inside Release step (real run) (3b66396)
  • remove broken v1.0.0-beta.1 tag so semantic-release can create it (one-time) (24c83cb)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • add semantic-release note when creating initial tag and when tag exists (dea082f)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • migrate v1.0.0-beta.1 tag for semantic-release (one-time) (dc21199)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • release: prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release (e8525e0)
  • release: run v1.0.0-beta.1 prepare inside Release step (real run) (3b66396)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • add semantic-release note when creating initial tag and when tag exists (dea082f)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • release: prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release (e8525e0)
  • release: run v1.0.0-beta.1 prepare inside Release step (real run) (3b66396)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • release: prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release (e8525e0)
  • release: run v1.0.0-beta.1 prepare inside Release step (real run) (3b66396)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • release: prepare v1.0.0-beta.1 in one step and re-fetch before semantic-release (e8525e0)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: always move v1.0.0-beta.1 to release commit when present (9b57cce)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • release: ensure v1.0.0-beta.1 is visible to semantic-release (b2d9cfc)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: add semantic-release note to existing v1.0.0-beta.1 tag (3d7d408)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

1.0.0-beta.1 (2026-01-27)

Bug Fixes

  • add debug output and explicit npm config for semantic-release (5cec039)
  • add dummy release branch to satisfy semantic-release validation (cce1e98)
  • add explicit branch checkout and debug info for semantic-release (241ef66)
  • add explicit registry URL to npm plugin config (1fb7968)
  • add initial tag creation and maintenance branch pattern for semantic-release (0aab3a3)
  • check version change before publishing to npm (c7cb003)
  • configure git user before creating initial tag (619fcc1)
  • configure main as both regular and prerelease branch, fetch all branches (92475e1)
  • configure npm authentication for trusted publishing with semantic-release (d2ad403)
  • extract npm token from .npmrc for semantic-release with trusted publishing (a408d4c)
  • improve admin permission check in release workflow (989b724)
  • improve git branch setup for semantic-release detection (86fd306)
  • improve npm token extraction with better debugging and fallbacks (5c9ec06)
  • improve npm token extraction with multiple locations and fallbacks (5df6779)
  • improve token extraction and .npmrc formatting for npm authentication (9f18d51)
  • release: add main as regular branch to satisfy semantic-release validation (beed14e)
  • release: correct dry-run next version and branch config (767dc50)
  • release: ensure master branch exists for semantic-release validation (3556b83)
  • remove duplicate main branch config and improve tag fetching (ebd8291)
  • remove invalid tarballDir config and improve npm auth setup for semantic-release (975a278)
  • simplify npm token extraction - use token even if whoami fails (3d7700a)
  • simplify npm token extraction with multiple fallback methods (dba9bb2)
  • update deployment beta (3b60ec7)
  • update Node.js version to 20 for semantic-release compatibility (b1efc7c)
  • update release please (00a932e)
  • update semantic-release branch configuration with channel (dcf9eab)
  • use base version in manifest for release-please compatibility (854e4f2)
  • use maintenance branch pattern to satisfy semantic-release validation (e74ff2a)

Features

  • initial release of create-cloudinary-react-vite (865b5da)
  • use trusted publishing by disabling npm publish in semantic-release and publishing manually (e2dbe19)

Changelog

[1.0.0] - TBD

Added

  • Initial release