CODE 7.2.1
Description
Olympe Framework 7.2.1, released in January 2020.
Features
- OF-1113: Refactored olympe.dc.utils.CurrentGraph
Bug fixes & Minors
- OF-1073: Listdef error when chaining too many filters
- OF-1132: Graphdef callback should be executed within the current execution context
- OF-1135: FileManager: config to disable cache
- OF-1137: Remove serialization between core and native ui
- OF-1141: OdateTime format with local timezone
- OF-1138: Ranks update are not correctly handled
- OF-1136: GraphDB use Map instead of Object
- OF-1134: Node Shell callbacks should be bound by default
Breaking changes
- Use new olympe.host.NativeRegistry instead of olympe.native.html.host.NativeElementRegistry
- CurrentGraph:
- CurrentGraph was moved into olympe.dc namespace
- graphDB argument is not needed anymore for all the CurrentGraph methods
- method getRecursiveInstances renamed to getRecursiveRelated
- method getExtendedModels renamed to getParentModels