We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6187f7f commit fc60d16Copy full SHA for fc60d16
CHANGELOG.md
@@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
### Removed
17
18
### Changed
19
+- Add support for React 19.
20
+- Migrate storybook to v8.
21
+- Migrate Jest to v29.
22
+- Rewrite PopOver component using floating-ui
23
24
### Fixed
25
src/theme/themes.stories.tsx
@@ -1,3 +1,6 @@
1
+// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+// SPDX-License-Identifier: Apache-2.0
3
+
4
import React from 'react';
5
import type { Meta, StoryObj } from '@storybook/react';
6
import { ThemeProvider } from 'styled-components';
0 commit comments