diff --git a/CHANGELOG.md b/CHANGELOG.md index bfaacee6..b17fdd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ - [Flutter] Poligon Node support with XImage (svg) - [Lint] Primal naming & grouping linting for better code export quality. this is tracked sperately on [lint](https://github.com/bridgedxyz/lint) +## [2022.3.4] - 2022-03-30 + +- fix incomplete autolayout flex mapping +- D2C Module Update - with embeddings support +- Instant prototyping with instant previews of components and embeddings (checkbox, button, progress, slider, youtube, google maps and more) + ## [2022.3.1] - 2022-03-14 - Lint updates diff --git a/figma/src/ui.tsx b/figma/src/ui.tsx index eb586b1b..b0152757 100644 --- a/figma/src/ui.tsx +++ b/figma/src/ui.tsx @@ -68,6 +68,7 @@ export function LiteHostedAppConnector() { style={{ opacity: `${initialized ? 1 : 0}` }} // style={{ zoom: "80%" }} // use this to zoom inner content width="100%" + allow="camera" height={`${initialized ? "100%" : "0px"}`} sandbox="allow-scripts allow-same-origin allow-popups allow-modals" frameBorder="0" diff --git a/packages/design-to-code b/packages/design-to-code index 3113f7da..e2022001 160000 --- a/packages/design-to-code +++ b/packages/design-to-code @@ -1 +1 @@ -Subproject commit 3113f7da155fd7046c0f13c14d5074b909eeac2e +Subproject commit e2022001d26891cfc46c951e1435b255d6234929 diff --git a/packages/reflect-core b/packages/reflect-core index 2b4fd615..ab0498c4 160000 --- a/packages/reflect-core +++ b/packages/reflect-core @@ -1 +1 @@ -Subproject commit 2b4fd6153dbc3b01e59c0a5399ba080cdb9ce139 +Subproject commit ab0498c474aee5a375e7ac7eb71173c8817bfedc diff --git a/packages/ui-previewer/preview/index.tsx b/packages/ui-previewer/preview/index.tsx index a5bea916..2d73f304 100644 --- a/packages/ui-previewer/preview/index.tsx +++ b/packages/ui-previewer/preview/index.tsx @@ -77,6 +77,7 @@ function Content(props: Props) { srcDoc={props.data} width={"100%"} height={"100%"} + allow="camera" style={{ borderRadius: _DEFAULT_BORDER_RADIUS, boxShadow: _DEFAULT_SHADOW,