amazon-connect / amazon-connect-chat-interface

Amazon Connect Chat Interface - a browser-based customer chat widget for your website integrating with Amazon Connect ChatJS
https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html
MIT No Attribution
33 stars 35 forks source link

Bump react-spinners from 0.10.6 to 0.13.8 #132

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps react-spinners from 0.10.6 to 0.13.8.

Release notes

Sourced from react-spinners's releases.

v0.13.8

What's Changed

New Contributors

Full Changelog: https://github.com/davidhu2000/react-spinners/compare/v0.13.7...v0.13.8

0.13.7

What's Changed

fix: PacmanLoader container height/width to adjust with size prop

0.13.0

Major Changes

Feature: Removed @emotion/react as a dependency and rewrote all components as functional components. This library now has ZERO dependencies.

This resulted in a huge component size reduction. As compared between 0.12.0 and 0.13.0

0.13.0 0.12.0

Feature: Add support for custom props such as aria-label Feature: Updated RiseLoader rise amount to be the same as size prop instead of hard coded 30px

Breaking Change: css prop is renamed to cssOverride to avoid conflicts with css-in-js libraries

Storybook is introduced to better demo the components. The demo site is simplified to only allow color changes.

Minor Changes

  • replaced enzyme with react testing library
  • bugfix: add display: inherit to the default styles to fix the rendering issue
  • bugfix: GridLoader's rendering issue

0.12.0

Major Changes

  • Feature: output commonjs, es module, and umd file types.
  • Feature: add support for react 18 #464

Minor Changes

  • bugfix: Update pragma to /** @jsxImportSource @emotion/react */ to fix issue with the new jsx runtime.
Changelog

Sourced from react-spinners's changelog.

0.13.8

  • bugfix: Remove Animation Fill Mode from CircieLoader to fix SSR mismatch style error. #558

0.13.7

  • bugfix: fix PacmanLoader container height/width to adjust with size prop

0.13.6

  • Improve formatting of example code to include data-testid prop

0.13.5

  • Improve README to include additional available props via span tag

0.13.4

  • bugfix: fix server side render issue on HashLoader

0.13.3

  • bugfix: Fix PuffLoader initial rendering issue

0.13.2

  • remove next version badge until needed

0.13.1

  • update homepage in package.json

0.13.0

  • Rewrite each loader from the ground up using functional components.
  • Replaced @emotion with vanilla javascript and inline style to reduce component size by 75%. This project now have 0 dependencies, while continuing to support server side rendering.
  • Added support for custom props such as aria-label
  • renamed css prop to cssOverride to avoid type conflicts with css-in-js libraries.

0.13.0-beta.7

  • bugfix: fix style warnings on ClipLoader and CircleLoader

0.13.0-beta.6

  • bugfix: fix GridLoader rendering issue

0.13.0-beta.5

  • BREAKING CHANGE: css prop has been renamed to cssOverride to avoid type conflicts with css-in-js libraries such as emotion and styled-components

... (truncated)

Commits
  • 61ad627 0.13.8
  • b4f044d add changelog for 0.13.8
  • 38448c5 docs: fix radius prop type in storybook to be number instead of object (#561)
  • b33fb0d Remove Animation Fill Mode from CircleLoader to fix SSR (#558)
  • 1ef6575 Bump json5 from 1.0.1 to 1.0.2 (#559)
  • b8eb6ca chore: update devDependencies to latest versions (#556)
  • 536c4eb Bump decode-uri-component from 0.2.0 to 0.2.2 (#555)
  • 0b83da8 0.13.7
  • d575a3e fix PacmanLoader container height/width to adjust with size prop
  • 388e04d Bump loader-utils from 1.4.1 to 1.4.2 (#554)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.