Skip to content

Commit

Permalink
v0.26.0. (#406)
Browse files Browse the repository at this point in the history
## Features
- When specifying a Component's Prop Interface, you can now use the
`extends` keyword. (#395)

## Changes
- Cached, pre-bundled dependencies are now ignored when starting Studio.
Studio's Vite instance will pre-bundle all dependencies each time Studio
is started. (#405)
- Props with a Tooltip now have an Info Icon (#403)

## Fixes
- Incorrect imports for commonly-named Components have been fixed.
(#398)
  • Loading branch information
tmeyer2115 authored Oct 11, 2023
1 parent 6e120f2 commit b68eda0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.25.0",
"version": "0.26.0",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion 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.25.0",
"version": "0.26.0",
"types": "./lib/src/index.d.ts",
"main": "./lib/src/index.js",
"type": "module",
Expand Down
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.25.0",
"version": "0.26.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.25.0",
"@yext/studio-ui": "0.25.0",
"@yext/studio-plugin": "0.26.0",
"@yext/studio-ui": "0.26.0",
"autoprefixer": "^10.4.14",
"cac": "^6.7.14",
"cross-env": "^7.0.3",
Expand Down

0 comments on commit b68eda0

Please sign in to comment.