Skip to content

v3.0.4

Compare
Choose a tag to compare
@mbrambilla mbrambilla released this 21 Dec 14:47
· 1338 commits to master since this release

CSS

  • faa10d3: Progress: label adjustment
  • ed911f2: Tooltip: Convert arrrow to us rem
  • b572d0b: Popover: Convert arrow to use rem, and simplify related settings
  • 7147d18: Cards: Fix nested cards for groups, decks, and columns
  • b24126f: Adjust height handling for select items with size attribute
  • 7059f4e: Pagination: Add support for text item with new .page-text
  • 51023bc, 52b3610, 3ea60aa: Modal: Fix vertically centered modal overflow
  • d7d8d57: Button Group: Simplify selectors and remove uneeded float

JS

  • 2352532: Player: Increase step values for volume and seek sliders
  • cfe9f25: Slider: Update aria attributes to reduce redundant screen reader speech
  • ae202ae: Player: Output a percent value for volume level on aria attribute
  • 1e97cd7: Tooltip: remove delay as it can cause tooltip to not be read in some instances
  • 9ef446f, 6572d42: Util: Add escaping IDs for older jQuery versions
  • 88cf6cb: Lazy: Normalize the visible check to latest jQuery method
  • 66f3750: Player: Consolidate 'cuechange' event enable and disable routines
  • a77f358: Player: Add text-based description functionality
  • b16c541: Tooltip: Fix positioning for items inside fixed/absolute containers, such as modals
  • aa360b4: Tooltip: Rework keyboard navigation handling, triggers are now part of the chain when tab navigating, no more trying to auto-skip over them

Docs

  • f0a3599: Tab: Fix Javascript example
  • 2d0d8fd: Collapse: Add a11y note regarding role="button"
  • 023458d: Examples: Stop copy button from being hidden from screen readers
  • 5daf0b0: Examples: Reduce tooltip init calls for clipboard buttons
  • bbc322d: Custom Forms: Fix custom file language example
  • 5fe7a2a: Forms: Remove float from example
  • f3a1155: Move MutationObserver polyfill to vendor directory
  • 72505e6, 1be2bb5: Update to Font Awesome 5
  • 3153457: Tootlip/Popover: Update with new keyboard nav changes

Build