Skip to content

Commit

Permalink
Version 0.23.0. (#382)
Browse files Browse the repository at this point in the history
## Features
- We've introduced the concept of Page Layouts (or Layouts) to Studio. A
Page Layout is a pre-prescribed set of Components that you can apply to
a Page. By default, Layouts live in the `src/layouts` directory. In the
UI, a Layout can be applied via the "Insert" button. (#370, #367, #375)
- There is now improved UX for creating or editing an Entity Page's
Stream Scope. Instead of being raw inputs, the fields for Entity Ids,
Entity Types, and Saved Filters are now drop-downs with the relevant
options populated from the account. (#380)

## Changes
- Repeaters and Modules have been officially deprecated and removed from
Studio. (#369)
  • Loading branch information
tmeyer2115 authored Sep 22, 2023
1 parent 215b38d commit dba8a4d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/studio-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/studio-plugin",
"version": "0.22.0",
"version": "0.23.0",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/studio-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/studio-ui",
"version": "0.22.0",
"version": "0.23.0",
"types": "./lib/src/index.d.ts",
"main": "./lib/src/index.js",
"type": "module",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "3.13.1",
"@yext/studio-plugin": "*",
"@yext/studio-plugin": "0.23.0",
"copyfiles": "^2.4.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.3.1",
Expand All @@ -75,6 +75,6 @@
"vite-plugin-svgr": "^2.4.0"
},
"peerDependencies": {
"@yext/studio-plugin": "*"
"@yext/studio-plugin": "0.23.0"
}
}
6 changes: 3 additions & 3 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yext/studio",
"version": "0.22.0",
"version": "0.23.0",
"types": "./lib/types.d.ts",
"type": "module",
"bin": {
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"@vitejs/plugin-react": "^4.0.4",
"@yext/studio-plugin": "0.22.0",
"@yext/studio-ui": "0.22.0",
"@yext/studio-plugin": "0.23.0",
"@yext/studio-ui": "0.23.0",
"autoprefixer": "^10.4.14",
"cac": "^6.7.14",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit dba8a4d

Please sign in to comment.