Releases: storyblok/field-plugin
@storyblok/field-plugin-cli@0.0.1-beta.2
@storyblok/field-plugin@0.0.1-beta.2
What's Changed
- fix(common): use beta instead of alpha with the cli by @johannes-lindgren in #209
- docs(common): refer to docs on storyblok.com by @johannes-lindgren in #214
- feat(common): field plugin sdk data story language is missing in some cases by @BibiSebi in #217
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-beta.1...@storyblok/field-plugin@0.0.1-beta.2
@storyblok/field-plugin@0.0.1-beta.1
What's Changed
- fix(common): update Sandbox URL by @eunjae-lee in #199
- feat(lib): updater functions by @johannes-lindgren in #206
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin@0.0.1-beta.0...@storyblok/field-plugin@0.0.1-beta.1
@storyblok/field-plugin-cli@0.0.1-beta.1
What's Changed
- fix(common): update Sandbox URL by @eunjae-lee in #199
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-beta.0...@storyblok/field-plugin-cli@0.0.1-beta.1
@storyblok/field-plugin@0.0.1-beta.0
Note
We're going beta now 🎉
What's Changed
- feat(sandbox): Update the Plugin Sandbox URL in Vite config and library error by @johannes-lindgren in #194
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin@0.0.1-alpha.4...@storyblok/field-plugin@0.0.1-beta.0
@storyblok/field-plugin-cli@0.0.1-beta.0
Note
We're going beta now 🎉
What's Changed
- feat(sandbox): Update the Plugin Sandbox URL in Vite config and library error by @johannes-lindgren in #194
- chore(cli): update message in
deploy
command by @eunjae-lee in #196
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-alpha.10...@storyblok/field-plugin-cli@0.0.1-beta.0
@storyblok/field-plugin-cli@0.0.1-alpha.10
What's Changed
- EXT-1338: do not initialize repo if already by @eunjae-lee in #165
- EXT-1288: improve error message when bundle is not found by @eunjae-lee in #163
- EXT-1298: clean up deploy command flow by @eunjae-lee in #160
- EXT-1286: improve vue 2 template by @eunjae-lee in #170
- chore: exclude node_modules/ and dist/ from CLI npm distribution by @eunjae-lee in #168
- chore: revert prettier config for templates by @eunjae-lee in #169
- fix(template): Compile templates to CommonJS by @johannes-lindgren in #171
- chore(common): include vite plugin inside the config file by @eunjae-lee in #175
- feat(common): rename setValue to setContent by @eunjae-lee in #177
- EXT-1474: guide the user to the sandbox if the app is not embedded by @johannes-lindgren in #146
- feat(template): update js template by @eunjae-lee in #176
- chore(template): add .prettierrc to templates by @eunjae-lee in #178
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-alpha.9...@storyblok/field-plugin-cli@0.0.1-alpha.10
@storyblok/field-plugin@0.0.1-alpha.4
What's Changed
Non-breaking changes
- feat(common): rename setValue to setContent by @eunjae-lee in #177
Breaking changes
If you were already using this methods, please create an issue on this repository, and tell us your usage.
- feat(lib)!:
setPluginReady
Removed fromFieldPluginActions
by @johannes-lindgren in #179 - feat(lib)!:
setHeight
removed fromFieldPluginActions
.height
removed fromFieldPluginData
. by @johannes-lindgren in #180
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin@0.0.1-alpha.3...@storyblok/field-plugin@0.0.1-alpha.4
@storyblok/field-plugin@0.0.1-alpha.3
What's Changed
Breaking changes:
- Removing
data.language
by @johannes-lindgren in #148- Use
data.story.lang
as a replacement.
- Use
- Asset Selector to Return an Object Instead of a String by @johannes-lindgren in #149
- Access the filename with
(await actions.selectAsset()).filename
- Access the filename with
- Renames Action and Data Types by @johannes-lindgren in #150
- The type
PluginActions
renamed toFieldPluginActions
- The type
PluginState
renamed toFieldPluginData
- The type
Backward-compatible fixes:
- EXT-1473: Vite config type error in import.meta by @johannes-lindgren in #145
- EXT-1477: CI for Library by @johannes-lindgren in #152
- EXT-1476: Replace toBeTruthy and toBeFalsy with equality check by @johannes-lindgren in #151
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-alpha.8...@storyblok/field-plugin@0.0.1-alpha.3
@storyblok/field-plugin-cli@0.0.1-alpha.9
What's Changed
- EXT-934: updated templates section by @BibiSebi in #105
- EXT-1296: load env file correctly by @eunjae-lee in #109
- EXT-1279: apply design to vue 3 template by @eunjae-lee in #110
- EXT-1331: CLI create and deploy by @johannes-lindgren in #111
- EXT-1356: fix deploy command in js, vue3, react template by @eunjae-lee in #113
- EXT-1299: pass name option to deploy command by @eunjae-lee in #114
- EXT-1301: show error message if deployment is failed by @eunjae-lee in #115
- EXT-1280: apply design to react template by @eunjae-lee in #112
- EXT-1285: improve useFieldPlugin for vue 3 template by @eunjae-lee in #123
- EXT-1389: Detailed Readme Instructions by @johannes-lindgren in #125
- EXT-1307: Build Commands that Refer to the Field Plugin Editor and CLI by @johannes-lindgren in #122
- EXT-1284: improve useFieldPlugin for react template by @eunjae-lee in #126
- EXT-1300: respect skipPrompts when deciding package name at deploy command by @eunjae-lee in #127
- EXT-1314: rename
new
script toadd-plugin
in monorepo template by @eunjae-lee in #129 - EXT-1087: support different endpoints by @eunjae-lee in #130
- EXT-1387: convert value to raw object for setValue in vue 3 template by @eunjae-lee in #131
- EXT-1407: ask for token at deploy command if missing by @eunjae-lee in #132
- EXT-1293:
add
command suggestsdeploy
command by @eunjae-lee in #134 - EXT-1414: build templates on CI by @eunjae-lee in #133
- EXT-1436: upgrade Node.js to v18.16.0 by @eunjae-lee in #135
- EXT-1403-nicer-error-message-to-replace-the-one-from-the-failing-fieldtype-wrapper-js by @johannes-lindgren in #140
- EXT-1475: Improved Vite Plugin by Using the Sandbox url Parameter by @johannes-lindgren in #147
- EXT-1130: clarify --dir and --output options in deploy command by @eunjae-lee in #136
- EXT-1302: show shorter path for created repository by @BibiSebi in #157
- chore: upgrade templates to use @storyblok/field-plugin@0.0.1-alpha.3 by @eunjae-lee in #162
Full Changelog: https://github.com/storyblok/field-plugin/compare/@storyblok/field-plugin-cli@0.0.1-alpha.8...@storyblok/field-plugin-cli@0.0.1-alpha.9