diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d108f8..812eb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.17] - 2026-06-09 +### Changed +- **Non-ESM Architecture**: Refactored all source components to remove `import`/`export` and use IIFE wrappers, attaching directly to `globalThis`. +- **Synchronous Dependency Loading**: Redesigned the test suite to load dependencies synchronously in the ``, ensuring absolute timing stability and 100% production parity. +- **Vite Alignment**: Updated build configuration to prioritize IIFE/UMD output and removed ESM distribution artifacts. +- **Documentation**: Updated README with the new "Synchronous First" quick start guide and latest CDN versions. + ## [1.0.14] - 2026-06-08 ### Fixed - **State Integration**: Bumped `@apigo.cc/state` to `1.0.18` to restore the globally injected `$`/`$$` helpers from the original UMD era, fixing `TagsInput` element targeting. diff --git a/README.md b/README.md index 22e416e..43760f2 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ 将脚本放置在 `` 中,确保地基在 DOM 解析前就绪: ```html - + - + - + - + + + + + + + + + + + + + +