Releases: hackal/Exp
Releases · hackal/Exp
Hotfix: Fix bugged animation
Merge pull request #64 from hackal/animation-fix-v2 Add 50ms timeout before adding animation class
Hotfix: Animation not working with asynchronous loading
A hacky workaround solving the issue of asynchronously loading library causing animation not working properly.
Fix bug for onready trigger
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
Merge pull request #50 from hackal/animation-fix remove setTimeout remains
Fix animation on show
Fixed animation when web-layer is loaded from SDK
Hosting official Exponea images
During build phase download images which will be used in Official Exponea templates using Exp framework.
Fixed deployment script
Merge pull request #46 from hackal/lowercase-file-names Lowercase file names
Change the framework file name
Lowercase framework file name
Continuous Integration with Travis CI #2
Testing deployment workflow with Travis CI num. 2
Continuous Integration with Travis CI
Added CI functionality with Travis CI.