Releases: seznam/ima
Releases · seznam/ima
@ima/[email protected]
Minor Changes
- fa06708: Added support for
?source
imports, allowing users to import code or styles as string, so they can be used in iframes, email templates or other stuff
@ima/[email protected]
@ima/[email protected]
Patch Changes
-
3f96af4: Fix caching of failed requests
- What Remove caching instance of GenericError object. Instead we are now caching only its data and alter, after getting the data from cache, we create instance of GenericError and reject it.
- What Serializing of cache modified GenericError instance, that was no longer an error, so was not rejected by following requests.
- What Nothing.
@ima/[email protected]
Minor Changes
-
a6a3812: Observable
- What? Change
Observable
to resemble the structure and usage ofDispatcher
more closely - use the abstract class for typingUtils
, use method overloading the same way, etc. Remove typo inregisterPersistenEvent
method name and rename toregisterPersistentEvent
(note thet
). Old method has been retained for backwards compatibility and marked as deprecated, it will be removed in the next major version. - Why? Avoid typing issues and potential grief with correctly-but-incorrectly named method.
- How? Please migrate from
registerPersistenEvent
toregisterPersistentMethod
.
- What? Change
[email protected]
@ima/[email protected]
Patch Changes
-
a82560b: Add option for caching failed requests.
- What Add the caching option of failed requests to the _proxyRejected() method. Extended httpAgentRequestOptions with flag cacheFailedRequest to signalize if the failed request should be cached.
- Why Prevent mishmashdom errors by caching failed requests on the server.
- How None.
@ima/[email protected]
@ima/[email protected]
- e0708dd: Backport fix from
next
- for missing optional parameters in static router that are evaluated as 'undefined' instead of undefined.
@ima/[email protected]
- ad1c47f: Fixed issue where ManifestPlugin produced manifest.json file without client assets. This could resolve in error where application loads without and JS and CSS assets and is not revived.