You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for optional version, description and icon fields in the config, allowing to set version, description and icon for the model or index page to display in the app header. These fields are passed as options in Discovery.js class constructors
Added --no-dev option for build and server to prevent using Discovery.js "src" assets when available (disables discovery-dev condition in build)
View setup:
Added inspector, Index and Discovery buttons to index page by default
Updated view.inspector and view.router config options to have effect for index page, enabled by default
Changed the extension application order so that model's view.extensions are applied after implicit extensions
Fixed ERR_UNSUPPORTED_ESM_URL_SCHEME exception when importing the data module on Windows
Fixed URL generation for model's page and assets on Windows
Fixed server crash occurring when a data request is aborted