Skip to content

Commit

Permalink
1.0.0-beta.55
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 17, 2021
1 parent f3c4449 commit 934c3cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## next
## 1.0.0-beta.55 (17-02-2021)

- Added "Views showcase" to header of view editor form on report page
- Exposed `injectStyles()` helper
- Added `progress` view
- Removed Shadow DOM usage in `progressbar` and re-use `progress` styles
- Changed preloader to create a container (with Shadow DOM) for its content
- Added `styles` option for preloader, the same as for `Widget`/`App` constructors
- Added `lib/preloader.css` and `dist/discovery-preloader.css` to the package

## 1.0.0-beta.54 (15-02-2021)

Expand All @@ -16,7 +19,7 @@

- Reworked to use `esbuild` for bundling
- Reworked to use Shadow DOM for style and event isolation
- Added preloader
- Added preloader (`lib/preloader.js` and `dist/discovery-preloader.js`)
- Removed quick inspection mode for now, due to annoying in various use cases
- Added JSON parser from `json-ext` library, that's adds support for JSON greater than 512MB on V8
- Improved UX when data loading from a file by showing progress bar
Expand Down
2 changes: 1 addition & 1 deletion 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.54",
"version": "1.0.0-beta.55",
"description": "Hackable JSON discovery tool",
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
"license": "MIT",
Expand Down

0 comments on commit 934c3cd

Please sign in to comment.