Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Releases: lwojcik/tridi

v2.0.3

30 Aug 17:15
875db84
Compare
Choose a tag to compare
  • added a condition to check when there is a DOMelement in this.element (by @yaroslavvertukhov)
  • update dependencies
  • minor doc and readme updates

v2.0.2

09 Jan 22:03
f14de90
Compare
Choose a tag to compare
  • mark onLoadingScreenShow and onLoadingScreenHide as optional properties (#264)

v2.0.1

09 Jan 20:24
e6c55ca
Compare
Choose a tag to compare
  • fix incorrect link to type definitions (#262)

v2.0.0

09 Jan 18:42
015b0cf
Compare
Choose a tag to compare
  • fixes #238: Tridi now uses Webpack to ensure it can be exported as UMD library. It's now possible to import * as Tridi from 'tridi' or const tridi = require('tridi'); as well as use it via traditional <script> tag

  • BREAKING: Tridi no longer exports a class; instead, Tridi viewer should be set up with createfactory method. See Upgrade to version 2.x. Other than that, API remains compatible with 1.x version.

  • switched TSLint to ESLint with Airbnb config (#251)

v1.2.1

30 Dec 02:28
aacbbb9
Compare
Choose a tag to compare
  • fixed behavior on mobile devices (#242)
  • update dependencies + remove package-lock.json (#243)
  • replace Travis CI with AppVeyor + add Mergify config (#244)
  • add information on contributing to the project (#245)

v1.2.0

20 May 18:36
222cfc0
Compare
Choose a tag to compare
  • new event: onViewerImageUpdate
  • update devDependencies

v1.1.2

15 May 18:11
663bcc9
Compare
Choose a tag to compare
  • some minor tweaks to image loading

v1.1.1

15 May 17:45
db7c128
Compare
Choose a tag to compare
  • fix: move onViewerGenerate event to viewerImage.onload

v1.1.0

14 May 17:21
a29747e
Compare
Choose a tag to compare
  • New: custom events
  • New: support for HTML elements as element property
  • Update devDependencies
  • Minor fixes and improvements

v1.0.1

12 May 16:19
b8006ba
Compare
Choose a tag to compare
  • Fix: Update not clearing previous image (#64)
  • Update devDependencies