- Fix commonjs resolution errors due to incorrect paths in package.json
- Bump UUID dependency to ^11.0.0
- Remove AsyncButtonCascader, Cascader, InlineSwitch and CertificationKey components
- Introduce ESM and CJS builds
- Relax semver versions for various dependencies
- Migrate to Yarn Berry
- Fix
Config
type to be compatible withDataSourceSettings
- Query Builder: Add support to disable operations
- Auth: Make AuthMethodSettings select more Playwright friendly.
- Make Auth component to be usable by plugins
- Fix a bug in the SQLEditor component that caused autocomplete and syntax highlighting to not work
- Remove unused dependencies
- Add unit testing infrastructure and script #98
- Add linting infrastructure and bump node version to 20 #99
- Add VisualQueryBuilder from grafana/experimental #100
- Improve build and lint scripts, add prettier and pre-commit hook #101
- Chore: Relax peer dependencies #102
- Move config editor components from grafana/experimental #103
- Migrate SQL editor from grafana/experimental #104
- Migrate Query Editor components from grafana/experimental #105
- Remove compatibility feature and unused code for Grafana@8 #107
- ⚙️ Chore: Update
@grafana
dependencies from v9 to10.4.0
and make them peerDependencies and devDependencies - ⚙️ Chore: Update
react
to18.2.0
- ⚙️ Chore: BREAKING: Remove SecretInput and SecretTextArea components, use these components from @grafana/ui
- ⚙️ Chore: changing the QueryFormat enum to match grafana's sqlds and sqlutil constant values
- ⚙️ Chore: allow datasets to be disabled in the sql query editor
- ⚙️ Chore: better type checks for DB.labels
- 🐛 Fix: moving user_event library from dev-dependencies to dependencies
- ⚙️ Chore: BREAKING: Remove e2e related functionality
- ⚙️ Chore: Update
@grafana
dependencies from v8 to latest v9