Release 1.0.4 – Changelog Summary
Version 1.0.4 introduces a clearer and more flexible breakpoint option for controlling responsive layout behavior in the top and bottom table sections. This improves API clarity and gives developers explicit control over Bootstrap breakpoint usage.
-
New
breakpointConfiguration Option
Replaced the previousmdoption with a more expressivebreakpointsetting for responsive layout control.
Allows specifying any Bootstrap breakpoint (sm,md,lg, etc.) to fine-tune table control alignment. -
Improved API Clarity
Renamed internal option frommdtobreakpointacross source, tests, and documentation.
Makes the intent of the option clearer and easier to understand when configuring responsive behavior. -
Dynamic Responsive Class Handling
Layout classes are now generated usingflex-{breakpoint}-rowbased on the configured option.
Ensures consistent and predictable responsive alignment of top and bottom control sections. -
Documentation & CDN Updates
Updated README examples and jsDelivr references to version 1.0.4 and the new option name.
Helps users adopt the new configuration seamlessly.
Compatibility: Breaking Change: option md renamed to breakpoint
Full Changelog: 1.0.3...1.0.4