Skip to content

Commit

Permalink
Remove awsDatasourcesNewFormStyling feature toggle (#90)
Browse files Browse the repository at this point in the history
* Remove feature toggle and adjust tests

* Release 0.4.0
  • Loading branch information
idastambuk authored Jun 26, 2024
1 parent f3f9544 commit e871031
Show file tree
Hide file tree
Showing 16 changed files with 234 additions and 820 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.4.0

- Remove awsDatasourcesNewFormStyling feature toggle in [#90](https://github.com/grafana/grafana-aws-sdk-react/pull/90)

## v0.3.5

- 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/aws-sdk",
"version": "0.3.5",
"version": "0.4.0",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/components/ConnectionConfig.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import '@testing-library/jest-dom/extend-expect';
import React from 'react';
import { render, screen, waitFor } from '@testing-library/react';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType } from '../types';
import { ConnectionConfig, ConnectionConfigProps } from './ConnectionConfig';
import { AwsAuthDataSourceJsonData, AwsAuthDataSourceSecureJsonData, AwsAuthType, ConnectionConfigProps } from '../types';
import { ConnectionConfig } from './ConnectionConfig';
import selectEvent from 'react-select-event';
import { config } from '@grafana/runtime';

Expand Down
441 changes: 210 additions & 231 deletions src/components/ConnectionConfig.tsx

Large diffs are not rendered by default.

204 changes: 0 additions & 204 deletions src/components/NewConnectionConfig.test.tsx

This file was deleted.

Loading

0 comments on commit e871031

Please sign in to comment.