Skip to content

Commit

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

- Introduced the `Model` class as a base for `Widget` and `App`:
- Added a new `setup` option for configuring model-related aspects during initialization (immutable during the lifecycle), such as object markers, additional query methods, etc.
- Implements `loadDataFrom*` methods, so all the classes able to load data now
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.83",
"version": "1.0.0-beta.84",
"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 1142a24

Please sign in to comment.