Skip to content

Commit e871031

Browse files
authored
Remove awsDatasourcesNewFormStyling feature toggle (#90)
* Remove feature toggle and adjust tests * Release 0.4.0
1 parent f3f9544 commit e871031

16 files changed

+234
-820
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v0.4.0
6+
7+
- Remove awsDatasourcesNewFormStyling feature toggle in [#90](https://github.com/grafana/grafana-aws-sdk-react/pull/90)
8+
59
## v0.3.5
610

711
- Chore: associate label with input element of the `ResourceSelector` component and update applySQLTemplateVariables type in [#88](https://github.com/grafana/grafana-aws-sdk-react/pull/88)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/aws-sdk",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"description": "Common AWS features for grafana",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

src/components/ConnectionConfig.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import '@testing-library/jest-dom/extend-expect';
22
import React from 'react';
33
import { render, screen, waitFor } from '@testing-library/react';
4-
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from '../types';
5-
import { ConnectionConfig, ConnectionConfigProps } from './ConnectionConfig';
4+
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType, ConnectionConfigProps } from '../types';
5+
import { ConnectionConfig } from './ConnectionConfig';
66
import selectEvent from 'react-select-event';
77
import { config } from '@grafana/runtime';
88

src/components/ConnectionConfig.tsx

Lines changed: 210 additions & 231 deletions
Large diffs are not rendered by default.

src/components/NewConnectionConfig.test.tsx

Lines changed: 0 additions & 204 deletions
This file was deleted.

0 commit comments

Comments
 (0)