Bumped dependency state to 1.0.16 and bumped package version to 1.0.11. By: AICoder
This commit is contained in:
parent
5f286185ae
commit
b330c641be
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.11] - 2026-06-05
|
||||
### Changed
|
||||
- Dependency: Updated `@apigo.cc/state` CDN script dependency to `1.0.16` for AutoForm nested field mounting bindings fix.
|
||||
|
||||
## [1.0.10] - 2026-06-05
|
||||
### Fixed
|
||||
- List: Removed reactive data-binding for `prevHeight` and `postHeight` and refactored virtual scroll to directly mutate padding DOM node heights, preventing reactive re-render overhead.
|
||||
@ -7,7 +11,6 @@
|
||||
- List: Applied a safety minimum limit (16px) to average item height calculations to prevent `visibleCount` explosion.
|
||||
- List: Implemented a synchronization re-entry lock using `setTimeout` in list refresh to cut recursive `scroll` event loops.
|
||||
- Config: Configured `server.fs.allow: ['..']` in vite.config.js to allow local development cross-directory assets access (like fonts).
|
||||
- Dependency: Updated `@apigo.cc/state` CDN script dependency to `1.0.15`.
|
||||
|
||||
## [1.0.9] - 2026-06-05
|
||||
### Changed
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
### CDN 集成 (自包含 UMD,锁定版本号,无需引入 Bootstrap CSS)
|
||||
```html
|
||||
<!-- 依赖核心库 -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@apigo.cc/state@1.0.15/dist/state.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@apigo.cc/state@1.0.16/dist/state.min.js"></script>
|
||||
<!-- Bootstrap 集成引擎 (自包含 CSS 注入) -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@apigo.cc/bootstrap@1.0.5/dist/bootstrap.min.js"></script>
|
||||
<!-- 本组件库 -->
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@apigo.cc/base",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"type": "module",
|
||||
"main": "dist/base.js",
|
||||
"module": "dist/base.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user