Releases: ocombe/ocLazyLoad
Releases · ocombe/ocLazyLoad
1.1.0 (2017-02-03)
Bug Fixes
- resolve the loader with created elements
(3351e44d, #292)
- ensure CSS loader uses loading patch for PhantomJS 1.9 (54d68e92, #280)
Features
1.0.7 (2015-11-02)
Bug Fixes
- requirejs error callback
(11130942)
- infinite loop in inject
(70859980)
- IE "Invalid calling object" error (attach to DOM and then compile)
(d99ab925)
1.0.6 (2015-10-01)
Bug Fixes
- calling inject from loaders should pass the "real" module param
(953584e8,
#221)
- directive compile original contents after dependency is loaded.
(a48e3ceb,
#168,
#194)
1.0.5 (2015-09-11)
Bug Fixes
- loading a module with dependencies with multiple oc-lazy-load directives
(098e391b,
#213)
- changing semver dependency for Angular
(30626401,
#195)
Features
- optimise signature calls and onInvoke function
(c56e727e)
1.0.4 (2015-07-30)
Bug Fixes
- don't let unmet dependencies slip through (thank you unit tests!)
(23eb666d)
- don't try to call angular.module on config names
(52219f92,
#217, #218)
1.0.2 (2015-07-10)
Bug Fixes
- add extra condition to improve karma testing
(f0c33aae)
Features
- add interoperability with CommonJS
(b0536ad4)
1.0.1 (2015-06-01)
Bug Fixes
- don't remove filecache for files that were successfully loaded
(e2ed37c0)