Skip to content

Releases: javan/details-element-polyfill

2.4.0

13 Aug 20:15
Compare
Choose a tag to compare
  • Fix testing for support in hidden documents (cd38a7d)

2.3.1

28 Feb 18:29
Compare
Choose a tag to compare
  • Fix typo-induced error in Safari 9 (#19)

2.3.0

23 Jan 14:22
Compare
Choose a tag to compare
  • Fix that the toggle event incorrectly bubbled (62cf9b5)
  • Lower specificity of <summary> styles (#17)

2.2.0

04 Dec 20:09
Compare
Choose a tag to compare
  • Fix that aria-expanded
    • …was incorrectly set on <details> instead of <summary> (#15 (comment)#16)
    • …wasn't always updated on <summary> when toggling <details> (e9958d0)

2.1.1

06 Nov 14:35
Compare
Choose a tag to compare
  • Ensure initial <summary> elements are polyfilled
    • Regression introduced in 1d17534
    • Fixes test coverage added in 1eb7db8

2.1.0

05 Nov 19:25
Compare
Choose a tag to compare
  • Style <details> and <summary> as display: block; (#13, 1cd5037)

2.0.4

15 Oct 15:34
Compare
Choose a tag to compare
  • Ensure dynamically added child <summary>s are polyfilled (#11)

2.0.3

21 Sep 15:10
Compare
Choose a tag to compare
  • Allow Alt-clicking <summary> elements (#10)

2.0.2

25 Aug 12:27
Compare
Choose a tag to compare
  • Support clicking non-Element <summary> child nodes in IE 11 (#9)

2.0.1

10 Mar 20:24
Compare
Choose a tag to compare
  • Ensure element.open returns a boolean (#8)