bootstrap/CHANGELOG.md

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/state by using global variables.
  • Docs: Updated README with new versioning and non-ESM usage instructions.

1.0.5 (2026-06-05)

Features

  • API: Refactored Bootstrap.config to be the unified entry point.
  • Shorthand: Added support for [state, key] array shorthand in bindDarkMode.
  • 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.