- 5a636b1: Fixes the Provider to merge user-provided langDefinitions with the drop-in's default definitions, enabling label/placeholder overrides via the initializer API.
-
26a336c: ## Initial stable release (1.0.0)
This release marks the first stable version of the dropin template, incorporating all foundational work since the initial scaffold.
- Environment variable support:
elsie.jsand Storybook'spreview.jsnow dynamically pick up environment variables at runtime - Codebase cleanup: Removed unnecessary sandbox code to keep the template lean and focused
- GraphQL schema validation: Added a CI workflow that validates GraphQL operations on every pull request, including improved parsing of HTML fragments in PR descriptions and more specific PR description endpoint link format detection
- Updated Node.js engine requirement to
^20.0.0 || ^22.0.0 - Fixed and cleaned up
tsconfig.json(removedsourceMapoption) - Upgraded all core SDK dependencies (
@adobe-commerce/elsie,@adobe-commerce/event-bus,@adobe-commerce/fetch-graphql,@adobe-commerce/storefront-design,@dropins/build-tools) to their latest stable releases - Updated README with comprehensive dropin documentation and prerequisites
- Added PR build workflows on Ubuntu and Windows (
pr-build.yaml,pr-build-windows.yaml) - Integrated Changesets for automated changelog generation and version management
- Environment variable support: