1.0.0-beta.16
·
1299 commits
to master
since this release
- Config
- Added
--pretty-dataoption to build to outputdata.jsonwith indentation (better for deltas) - Allowed to set up path to config as a value for
discoveryfield inpackage.json - Added
faviconoption to general and model configs - Added
viewportoption to general and model configs (to cusomize<meta name="viewport">value) - Added
libsoption to model view config - Added model name injection into page HTML (as title)
- Added
- Build
- Fixed missed quotes for
data:urls on CSS bundling - Fixed unnecessary
require()resolving in model code
- Fixed missed quotes for
- Client
- Changed
QueryEditorconstructor to take a function to get suggestions instead ofdiscoveryinstance - 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
- Changed