Skip to content

Commit

Permalink
1.0.0-beta.86
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 28, 2024
1 parent 4a017d5 commit e672dff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## next
## 1.0.0-beta.86 (27-09-2024)

- Added `setWorkTitle` method to the prepare context API to display additional text on the progress bar:
```js
export function async prepare(input, { setWorkTitle: (title: string) => Promise<void> }) {
export function async prepare(input, { setWorkTitle }) {
await setWorkTitle('phase 1');
// ...
await setWorkTitle('phase 2');
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discoveryjs/discovery",
"version": "1.0.0-beta.85",
"version": "1.0.0-beta.86",
"description": "Frontend framework for rapid data (JSON) analysis, shareable serverless reports and dashboards",
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
"license": "MIT",
Expand Down

0 comments on commit e672dff

Please sign in to comment.