Skip to content

Commit

Permalink
Merge pull request #946 from CRUKorg/RCL-940-animated-modal
Browse files Browse the repository at this point in the history
RCL-940 animated modal
  • Loading branch information
Develliot authored Oct 29, 2024
2 parents 5480449 + 072aded commit e28c21f
Show file tree
Hide file tree
Showing 9 changed files with 792 additions and 1,962 deletions.
3 changes: 2 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import type { Preview } from "@storybook/react";

import { crukTheme, Text } from "../src/components";
import { crukTheme, GlobalStyle, Text } from "../src/components";

import {
Title,
Expand All @@ -28,6 +28,7 @@ const preview: Preview = {
page: () => (
<>
<ThemeProvider theme={crukTheme}>
<GlobalStyle />
<Title />
<Subtitle />
<Description />
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.6] - 2024-10-29

### Added

- Added option to animate in modals [#940](https://github.com/CRUKorg/cruk-react-components/issues/940)

## [5.0.5] - 2024-07-30

### Fixed
Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = defineConfig({
viewportHeight: 900,
experimentalFetchPolyfill: true,
scrollBehavior: "center",
waitForAnimations: true,

component: {
specPattern: "src/components/**/*.cypress.*",
Expand Down
Loading

0 comments on commit e28c21f

Please sign in to comment.