Skip to content

Releases: midzer/tobii

v2.5.0

16 Jan 20:50
Compare
Choose a tag to compare

New

  • Apply opacity to buttons on :hover #102
  • Change opacity on close button #108
  • Support for audio element #107
  • Bigger inline content in demo 985d9ec
  • Introduce captionHTML parameter #88
  • Replace em function #89

Fixed

  • Big local video elements #107
  • Missing close button in rare cases #104
  • Update lightbox on remove element #100
  • Adding/removing elements dynamically #93
  • YouTube link in demo 45837bf

v2.4.0

07 Jun 11:39
Compare
Choose a tag to compare

Changes

  • tobii.mjs -> tobii.modern.js

Fixed

  • All CSS custom properties are now prefixed with --tobii- to avoid conflicts (e.g. --tobii-base-font-size instead of --base-font-size: 18px).

Deprecated

  • Unprefixed forms of CSS custom properties are deprecated and will no longer be supported in the next major release. Update now by adding the --tobii- prefix to your variables:
    • Before: --base-font-size: 18px;
    • After: --tobii-base-font-size: 18px;

v2.3.3

15 Mar 14:46
Compare
Choose a tag to compare

Fix Safari background scrolling issue #96

v2.3.2

06 Dec 22:04
Compare
Choose a tag to compare

Bugfix IE11 #91

v2.3.1

24 Oct 18:45
Compare
Choose a tag to compare

Bugfixes

  • Do not preload retina images on 1x screen devices #86 264530e
  • Removed duplicated demo d897451

v2.3.0

31 Aug 14:31
Compare
Choose a tag to compare

Added

  • close event #58
  • button, background style changes #23
  • ability to select HTML links using tab, ability to select text in HTML element #28
  • data-zoom attribute #62
  • ignore duplicates #59

Misc

  • Split into modules #1
  • proof that images with query parameters works fine #46
  • console error on multiple instances #74
  • lint update: allow for "font-weight: bold;" #76
  • lint update: allow for "color: #aabbcc" #76
  • bump dependencies 85abd4d

Docs

  • Demo: valid HTML, links working even with JS disabled #63
  • README: removed broken to-do link, updated features f07e08c
  • README: added link to build instructions 6102178

Bugfixes

  • Use correct script name for modern demo 782edc7
  • fix watch mode eda32a0
  • fix for multiple inline HTML elements with same target #64
  • improved iframe size after last design update #63
  • fixed issue when loading not existing image would show spinner forever 171ecb5
  • animation issue fix: removing timeout #61
  • fixed ability to zoom/scale with a gesture (2 fingers) #31
  • fixed body class (must always be set), extra body class, removed hide Scrollbar 6f89e97
  • fixed slow iframes #82

v2.2.0

30 Jun 17:28
Compare
Choose a tag to compare

Added

  • Vimeo support #24
  • better YouTube iframe support
  • close event #58
  • retina images support #66
  • events with data #75
  • styles for inline HTML #60
  • npm run dev-modern #72

Misc

  • improvements for iframe
  • hide iframe until loaded

Docs

  • way better demo #63
  • README improved (data attributes) #68

Bugfixes

  • fixed building on Windows #72
  • fixed ignoring data-target #67
  • fixed console warning with fullscreen duplicate on iframes

Big thanks to new contributor @viliusle !

v2.1.0

27 Apr 05:59
Compare
Choose a tag to compare
  • Bugfix: Restore IE11 support #55
  • Enhancement: Limit files to be included in the package -> Smaller bundle size #56
  • Documentation: Update and clarify the available JavaScript files #57

New package.json

23 Apr 18:56
Compare
Choose a tag to compare

Well, maybe this time...

Try new token

23 Apr 18:53
Compare
Choose a tag to compare

And again...