Skip to content

Sa11y 3.0.9

Compare
Choose a tag to compare
@adamchaboryk adamchaboryk released this 21 Feb 16:12
· 18 commits to master since this release

Developer updates

  • Added styling for a disabled toggle state.
  • Minor CSS style fixes for when panel is displayed in top left or top right corner.
  • New prop delayCheck where you can pass an integer to delay the initial check of a page. Helpful if there is any slow loading JavaScript on the page. Default value is 0.
  • New helper methods.
    • sa11y.disabled(); to close the panel and add a disabled attribute to the main toggle.
    • sa11y.enabled(); to re-enable or remove the disabled attribute from the main toggle.