Skip to content

Releases: foxythemes/bs4-breakpoint-check

v1.2.0

23 Jan 02:06
Compare
Choose a tag to compare

Added isBreakpointUp() method for testing Bootstrap visibility of breakpoints, cascading upwards as Bootstrap does.

Public methods added:

  • $.isXsUp()
  • $.isSmUp()
  • $.isMdUp()
  • $.isLgUp()
  • $.isXlUp()

Thanks to @howardcox for the PR!

v1.1.0

07 Dec 15:39
Compare
Choose a tag to compare

Updated Bootstrap classes verification to match the new syntax, thanks to @iflorespaz for the PR and report.