Skip to content

Releases: humaan/Modaal

v0.4.4

08 Oct 02:26
3d3abd6
Compare
Choose a tag to compare

Critical fix to resolve issue where image gallery description allowed for JS script to be entered.

v0.4.3

10 Jul 01:23
a20eefb
Compare
Choose a tag to compare

Through development a recent enhancement introduced a bug in image galleries where href source was not being pulled in correctly.

This bug as highlighted in #104 and #108 has been resolved to check for multiple sources (href, content_source (data-modaal-content-source, src) and fall back to relevant error message if none of the above work.

v0.4.2

05 Jul 05:38
Compare
Choose a tag to compare

A new minor version is being pushed to ensure a Safari bug is being resolved and is available as the latest package for users.

To best describe the bug, safari wasn't correctly applying document.activeElement where we store self.lastFocus. It's currently unclear of why this may be the case, however an update to how we store the lastFocus has been made to ensure full browser support and accurate and expected accessibility.

v0.4.1

22 Jun 05:51
Compare
Choose a tag to compare
  • Enhancements to support non <a href="#"> trigger element with new content_source option (data-modaal-content-source as inline attribute) (#62)
  • Bug fix for Instagram quality issue (#95) and multi-instance failure to show content (#106)

v0.4.0

29 May 08:25
831fe2c
Compare
Choose a tag to compare

Version 0.4.0 addresses a number of bugs and improvements as highlighted and outlined in the below linked issues:

#43, #63, #66, #72, #76, #81, #84, #87, #92, #93, #96

v0.3.1

25 Jul 08:11
Compare
Choose a tag to compare

Hi everyone,

Thanks again for logging of bugs and enhancements. Thanks to all the people watching the repo and who have Starred it as well, we're excited about how Modaal has progressed so far and are looking forward to continuing to develop it.

With some recent free time we've been able to address a few enhancements to the plugin, including:

  • #41: Enhancement to make Close button text (and aria-label) values an options
  • Tasks #44 and #48 gave us a prompt to review how the image sizing and gallery resizing was operating. As a result we've pushed out a number of improvements to this. Most importantly when images are larger than the viewport size how we're handling this and the resize between images in a gallery.
  • #53: New configuration option for should_open has been added that can be used for flexibility for if the modaal should open or not.

Any questions or comments, please don't hesitate to give us a shout.

Thanks!

v0.3.0

21 Jun 06:49
Compare
Choose a tag to compare

Hi everyone, thanks so much for logging all the issues, question, features and enhancement requests. This particular release is a bit overdue, but includes some major improvements to the plugin that we're excited to share, including:

  • #50: Send focus to more semantic element on open
  • #36: Duplicate iFrame markup and iFrame width/height
  • #35: Review/revise Modaal load process
  • #33: Having trouble with "is-locked"
  • #34: Model content should include top-level text nodes
  • #28: Another way for focus to escape modal (shift+tab as first action)
  • #27: Unable set Modaal width or height
  • #22: Scrolling on mobile does not have a momentum
  • Other auxiliary bug fixes and enhancements

Any questions or comments, please don't hesitate to give us a shout.

v0.2.11

29 Apr 08:10
Compare
Choose a tag to compare

Thanks everyone who has contributed so far, it's much appreciated.

  • Added an .editorconfig file and defined the code style. Here's the project URL: http://editorconfig.org/
  • Formatting and indentation tidy up.
  • Tidied up gulp script, added autoprefixer, etc.
  • Fixed bug parsing inline-attributes.
  • Fixed issue #21 with centering video modals.
  • Fixed issue #19, replacing calls to jQuery's .bind with .on.
  • Fixed typos (issues #17 and #18).

v0.2.10

21 Apr 06:40
Compare
Choose a tag to compare
  • Fixed issue 2 - When holding tab, focus escaped the modal window.
  • Fixed issue 6 - On screens with smaller height, when you opened a gallery image it didn't receive focus.

v0.2.9

21 Apr 01:46
Compare
Choose a tag to compare

Updates include:

  • Bug fix for gallery and single image where next and previous keyboard controls were still active and attempting to change content.
  • New background_scroll option (defaults to false) which allowing the user to allow the page to scroll behind the modaal window when open
  • Bug fixes for inline attribute which were formatted incorrectly.