From 651a5256b389032fb6f57105ab9c0a504b07043e Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 16 Sep 2023 19:59:23 -0400 Subject: [PATCH] Create slow-paws-beg.md --- .changeset/slow-paws-beg.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .changeset/slow-paws-beg.md diff --git a/.changeset/slow-paws-beg.md b/.changeset/slow-paws-beg.md new file mode 100644 index 00000000..265f8d27 --- /dev/null +++ b/.changeset/slow-paws-beg.md @@ -0,0 +1,35 @@ +--- +'@redux-devtools/app': major +--- + +The UMD bundle now exports the same thing as the library and includes the CSS in a sperate file. Therfore, the new usage is: + +```diff + + + + + Redux DevTools ++ + + +
+ + + + + + + +```