Releases: midzer/tobii
Releases · midzer/tobii
v2.6.0
v2.5.0
v2.4.0
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;
- Before:
v2.3.3
v2.3.2
v2.3.1
v2.3.0
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
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
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
New package.json
Well, maybe this time...