Skip to content

Commit

Permalink
1.0.0-beta.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jul 24, 2019
1 parent efe89ca commit 3507707
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
## next

- Added `--pretty-data` option to build to output `data.json` with indentation (better for deltas)
- Added `favicon` option to general and model configs
- Added `viewport` option to general and model configs (to cusomize `<meta name="viewport">` value)
- Added model name injection into page HTML (as title)
- Added `libs` option to model view config
- Allowed to set up path to config as a value for `discovery` field in `package.json`
- Changed `QueryEditor` constructor to take a function to get suggestions instead of `discovery` instance
- Fixed issue when suggestion item in editor can't be choosen by a click
- Fixed routing in model-free mode, when loading a data doesn't switch to report page
- Fixed missed quotes for `data:` urls on CSS bundling
## 1.0.0-beta.16 (24-07-2019)

- Config
- Added `--pretty-data` option to build to output `data.json` with indentation (better for deltas)
- Allowed to set up path to config as a value for `discovery` field in `package.json`
- Added `favicon` option to general and model configs
- Added `viewport` option to general and model configs (to cusomize `<meta name="viewport">` value)
- Added `libs` option to model view config
- Added model name injection into page HTML (as title)
- Build
- Fixed missed quotes for `data:` urls on CSS bundling
- Fixed unnecessary `require()` resolving in model code
- Client
- Changed `QueryEditor` constructor to take a function to get suggestions instead of `discovery` instance
- Fixed issue when suggestion item in editor can't be choosen by a click
- Fixed routing in model-free mode, when loading a data doesn't switch to report page

## 1.0.0-beta.15 (03-07-2019)

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.15",
"version": "1.0.0-beta.16",
"description": "Hackable JSON discovery tool",
"keywords": [],
"author": "Roman Dvornov <[email protected]> (https://github.com/lahmatiy)",
Expand Down

0 comments on commit 3507707

Please sign in to comment.