Skip to content

Commit

Permalink
Merge pull request #192 from gridaco/staging
Browse files Browse the repository at this point in the history
Assistant March #4 release - with Embeddings, Supercharged prototyping
  • Loading branch information
softmarshmallow authored Mar 30, 2022
2 parents 4fa563b + 4d2183a commit dfca57c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions figma/src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-to-code
2 changes: 1 addition & 1 deletion packages/reflect-core
1 change: 1 addition & 0 deletions packages/ui-previewer/preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

1 comment on commit dfca57c

@vercel
Copy link

@vercel vercel bot commented on dfca57c Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.