diff --git a/CHANGELOG.md b/CHANGELOG.md index f75bdf09..d9dbe52e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,25 @@ -## next +## 1.0.0-beta.71 (20-03-2023) -- Fixed `markerAll()` jora helper -- Fixed `upload` options setting. -- Added `setup()` method for `upload` extension to specify custom settings -- Added `#.actions.uploadFile.dragdrop` to indicate drag&drop file supported or not (provided by `upload` extension) - Added `embed` extension to provide a communication with a host in case when an app is loaded into iframe -- Added `dist/discovery-embed-host.js` into package, a ESM module which provides an API to communicate with an app loaded into a sandbox (iframe) - Added `embed` support for preloader -- Tweaked nested list styles in `markdown` view -- Fixed applying twice the extensions passed via `App`'s options +- Added `dist/discovery-embed-host.js` into package, a ESM module which provides an API to communicate with an app loaded into a sandbox (iframe) +- Added `setup()` method for `upload` extension to specify custom settings +- Added `#.actions.uploadFile.dragdrop` to indicate drag&drop file supported or not (provided by `upload` extension) - Added `startLoadData`, `startSetData` and `unloadData` events +- Added `callAction(name, ...args, callback?)` and `actionHandler(name, ...args, callback?)` jora helpers, the `callback` is applying to handle a result of an action call when specified +- Changed `tooltip` to use evaluated value instead of raw config value - Changed `Progressbar` to be inherited from `Publisher` +- Replaced `Widget#actions` with `Widget#action` which is a dictionary, i.e. now available `Widget#action.define(name, callback)`, `Widget#action.revoke(name)`, `Widget#action.call(name, ...args)` and the rest methods of `Dict` (actions also available via `#.actions` in jora queries) +- Fixed `markerAll()` jora helper +- Fixed `upload` options setting +- Fixed applying twice the extensions passed via `App`'s options - Fixed suggestions for context value (`#`) in report's query editor +- Tweaked nested list styles in `markdown` view - Removed obsoleted methods: - `Widget#addEntityResolver()` - `Widget#addValueLinkResolver()` - `Widget#addBadge()` - `Widget#addQueryHelpers()` -- Replaced `Widget#actions` with `Widget#action` which is a dictionary, i.e. now available `Widget#action.define(name, callback)`, `Widget#action.revoke(name)`, `Widget#action.call(name, ...args)` and the rest methods of `Dict` (actions also available via `#.actions` in jora queries) -- Added `callAction(name, ...args, callback?)` and `actionHandler(name, ...args, callback?)` jora helpers, the `callback` is applying to handle a result of an action call when specified -- Changed `tooltip` to use evaluated value instead of raw config value ## 1.0.0-beta.70 (10-10-2022) diff --git a/package-lock.json b/package-lock.json index 7e23dcf3..839e317b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.70", + "version": "1.0.0-beta.71", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.70", + "version": "1.0.0-beta.71", "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.7", diff --git a/package.json b/package.json index 461ea245..138bd911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discoveryjs/discovery", - "version": "1.0.0-beta.70", + "version": "1.0.0-beta.71", "description": "Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards", "author": "Roman Dvornov (https://github.com/lahmatiy)", "license": "MIT",