From 77479d0f71150d981450ebf141858dc0fed94d8f Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 8 Feb 2024 16:41:54 +0530 Subject: [PATCH] changelog --- src/components/Notifications.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx index b911c3c..140345f 100644 --- a/src/components/Notifications.jsx +++ b/src/components/Notifications.jsx @@ -114,6 +114,16 @@ export function Notifications(props) { return (

Whats new?

+ +
  • + Improvement: Atomic CSS (Atomizer) has been updated + to latest version. Now you can do things like Grid and more! +
  • +
  • + Improvement: Atomic CSS config can now be written + with unquoted keys too. No need to have a valid JSON syntax. +
  • +
    Detached preview now renders correctly.