Skip to content

1.0.4

Latest

Choose a tag to compare

@jschwind jschwind released this 02 Mar 16:56
· 1 commit to main since this release
885c803

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 breakpoint Configuration Option
    Replaced the previous md option with a more expressive breakpoint setting 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 from md to breakpoint across 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 using flex-{breakpoint}-row based 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