diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx index 4ed0dfe..b0f3774 100644 --- a/src/components/Notifications.jsx +++ b/src/components/Notifications.jsx @@ -114,8 +114,21 @@ export function Notifications(props) { return (

Whats new?

+ +
  • + You can now override settings through query parameters. Currently only{' '} + autoPreview and isMonacoEditorOn are + supported. Example:{' '} + + https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:true + +
  • + + "Settings" and "Create New" modals breaking on mobile. + +
    - + Buggy full-screen option in Files mode. The option is removed till it works correctly with Files mode