tobii

An accessible, open-source lightbox with no dependencies

MIT License

Downloads
3.5K
Stars
189
Committers
8
tobii - v2.5.0 Latest Release

Published by midzer almost 2 years ago

tobii - v2.4.0

Published by midzer over 2 years ago

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;
tobii - v2.3.3

Published by midzer over 2 years ago

Fix Safari background scrolling issue https://github.com/midzer/tobii/pull/96

tobii - v2.3.2

Published by midzer almost 3 years ago

tobii - v2.3.0

Published by midzer about 3 years ago

Added

Misc

Docs

Bugfixes

tobii - v2.2.0

Published by midzer over 3 years ago

Added

Misc

  • improvements for iframe
  • hide iframe until loaded

Docs

Bugfixes

Big thanks to new contributor @viliusle !

tobii - v2.1.0

Published by midzer over 3 years ago

tobii - New package.json

Published by midzer over 3 years ago

Well, maybe this time...

tobii - Try new token

Published by midzer over 3 years ago

And again...

tobii - Publish on NPM (again)

Published by midzer over 3 years ago

Next try...

tobii - Publish on NPM

Published by midzer over 3 years ago

This release should be published on NPM.

Thanks @ocean90

tobii -

Published by midzer over 3 years ago

  • fix package name
tobii -

Published by midzer over 3 years ago

After a while I think it is time to let Tobii out of beta :)

New features

Dropped for v2

  • Split source code into modules