Here it goes, a new release available:
CDF
Major Change: Async behavior and whole new component lifecycle.
Full changelog:
- Introduced Async Behavior and new component life cycle
- Initial Storage fetch moved to server side
- Added a separate resource for all js shims
- Refactored CoreComponents into smaller pieces
- Fixed require.js dependencies. Had to reintroduce a resource called CoreComponents so that EE 4.8 still finds it when resolving dependencies
- Fix styling issues with widgets
- Upgraded jquery sparkline to 2.1
- Fix 'notNullMeasure' function in OlapUtils
- Added Jasmine testing library
- Added support for secondAxis minimum and maximum value (by Andrea Torre)
- Add support for arbitrary user data in Views
- Set TableComponent to use async ajax
- changed deps to newer pentaho version
- Implemented legacyProperty support
- Changed the way "earliestDate" and "latestDate" are retrieving their value. Either set by a property, or with a default value (no Dashboards.getParamaterValue)
CDE
Major Change: Support for async components and their new lifecycle.
- Async behavior for components
- Add NewSelector component
- Added javascript unit tests
- Exposing 4 properties (2 for setting date, 2 for setting offsets) under the date range input component. Removed the "getParameterValue" call for setting up the date, as it looked unpractical.
- Added method that allows file/folder deletion
- Added support for css url transformation for components from other plugins
- Allowed res to work with symlinks
CDA
- Added JSONP support to CDA
- Added binary exporter
- Implemented setMdxDataFactoryBaseConnectionProperties. Mdx quereies, when executed in 4.8, will pass the correctproperties that are defined in olap/datasources.xml, namely UseContentChecksum=true;JdbcConnectionUuid=FOOBAR
- Support for blobs encoded as java.sql.Blob
- CacheActivator: only commit if no exception, rollback otherwise
- Upgraded Hazelcast to version 2.4
CDC
- Fixed timeToLive bug
- Updated Hazelcast to 2.4
- Can now properly persist cache contents with stock mondrian;
- Added new settings: master, syncCacheOnStart
- Fixed CDC after async and component lifecycle changes