Skip to content

Version 2.4.0

Compare
Choose a tag to compare
@raycharius raycharius released this 30 Nov 22:01
· 87 commits to main since this release
9272278

✨ Add focusOnLoad() methods to elements and introduce inline conditional helper functions

  • Add focusOnLoad() method to supported elements to support the focus_on_load feature of Block Kit.
  • Add setIfTruthy(), omitIfTruthy(), setIfFalsy(), omitIfFalsy() functions to make it easy to use inline conditionals. More information can be found in the README and on the doc site.
  • A lot of reworking for the internal file structure.