1.0 KiB
1.0 KiB
Changelog
1.0.6 (2026-06-09)
Breaking Changes
- ESM Deprecation: Completely removed ESM exports to align with the "zero-boilerplate" project philosophy. The library now relies solely on global injection via
globalThis. - Build Format: Switched build output to IIFE format only.
Improvements
- Integration: Simplified dependency handling for
@apigo.cc/stateby using global variables. - Docs: Updated README with new versioning and non-ESM usage instructions.
1.0.5 (2026-06-05)
Features
- API: Refactored
Bootstrap.configto be the unified entry point. - Shorthand: Added support for
[state, key]array shorthand inbindDarkMode. - Theme Engine: Expanded CSS patch coverage to include form switches, checkboxes, range inputs, progress bars, and more.
- AI Optimized: Documentation overhaul for better AI usability and zero-config setup.
Fixes
- Fixed an issue where theme colors did not propagate to component-specific variables like buttons and switches.