Skip to content

Releases: hackal/Exp

Hotfix: Fix bugged animation

31 Jul 10:03
8db341d

Choose a tag to compare

Merge pull request #64 from hackal/animation-fix-v2

Add 50ms timeout before adding animation class

Hotfix: Animation not working with asynchronous loading

23 Jul 11:26
332a522

Choose a tag to compare

A hacky workaround solving the issue of asynchronously loading library causing animation not working properly.

Fix bug for onready trigger

25 Jun 10:39
f28ad4a

Choose a tag to compare

Since Exp is loaded asynchronously, onready trigger stoped working, because is was a listener to document load event, which already occurred. This release fixes the bug.

Increase the performance of loading the SDK

21 Jun 15:26
ddcd3f3

Choose a tag to compare

Merge pull request #50 from hackal/animation-fix

remove setTimeout remains

Fix animation on show

21 Jun 13:49

Choose a tag to compare

Fixed animation when web-layer is loaded from SDK

Hosting official Exponea images

19 Jun 13:12
2b048ed

Choose a tag to compare

During build phase download images which will be used in Official Exponea templates using Exp framework.

Fixed deployment script

30 May 09:18
1b735fc

Choose a tag to compare

Merge pull request #46 from hackal/lowercase-file-names

Lowercase file names

Change the framework file name

30 May 08:54
12a32fe

Choose a tag to compare

Lowercase framework file name

Continuous Integration with Travis CI #2

28 May 20:31
ae9df05

Choose a tag to compare

Testing deployment workflow with Travis CI num. 2

Continuous Integration with Travis CI

28 May 14:26
ecd91dc

Choose a tag to compare

Added CI functionality with Travis CI.