widgetbook_cli 3.3.1 widgetbook_cli: ^3.3.1 copied to clipboard
CLI that can publish Widgetbook builds and reviews to Widgetbook Cloud.
3.2.0 #
- REFACTOR: Upload build files directly to storage, bypassing Widgetbook Cloud's server. This enhancement ensures that builds are instantly available on Widgetbook Cloud upon completion of the
cloud build push
command, eliminating the need for additional processing. (#1229)
3.1.0 #
- BREAKING: Set minimum SDK version to 3.0.0. (#1030)
- FEAT: Introduce new
cloud build push
command, and deprecate the oldpublish
command. (#1153) - REFACTOR: Remove reviews feature in favor of the GitHub app. The
--base-branch
option has no effect anymore. For more info, check our docs for reviews. (#1155)
3.0.0 #
- Initial version 3 stable release.
3.0.0-rc.5 #
- BREAKING: Remove
--github-token
&--pr
options frompublish
command. You can now use our GitHub App instead. (#982)
3.0.0-rc.4 #
3.0.0-rc.1 #
3.0.0-beta.27 #
- REFACTOR: ♻️ removed lint package from projects.
- REFACTOR: ♻️ removed package analysis_options files.
- REFACTOR: ♻️ warnings.
- REFACTOR: ♻️ settings.
- REFACTOR: ♻️ git usage.
- FIX: use CI's commit environment variables (#608).
- FIX: 🐛 use cases not found.
- FIX: 🐛 skips most recent commit on base ref.
- FIX: 🐛 identifying merge commits with incorrect keywords.
- FIX: 🐛 provides wrong
sha
when running on GitHub action pull-requests. - FIX: 🐛 directing to incorrect route.
- FIX: 🐛 upload of properties.
- FIX: 🐛 fails pipeline when no generator files exist.
- FIX: 🐛 reads actor and repository including newline.
- FIX: 🐛 bad revision on git diff.
- FIX: 🐛 CLI fails on environments without terminal.
- FIX: 🐛 HttpClient connects to incorrect endpoint.
- FIX: 🐛 UseCaseParser contains hard-coded branch name.
- FIX: 🐛 ambiguous warning for no generator themes.
- FIX: 🐛 rename cli to widgetbook.
- FEAT: ✨ log number of use-cases.
- FEAT: support for Codemagic.
- FEAT: ✨ link to review.
- FEAT: ✨ add
designLink
property. - FEAT: ✨ implement ci parser class to parse ci/cd runner information.
- FEAT: comment link to review.
- FEAT: ✨ improve markdown on PR comments.
- FEAT: ✨ comment link to Build in PR.
- FEAT: ✨ changed branch and commit argument to optional.
- FEAT: 🔖 publish CLI to pub.dev.
- DOCS: 📝 add
pr
andgithub-token
args. - DOCS: 🐛 change relative links to global links.
- DOCS: 📝 add documentation for CLI.
3.0.0-beta.26 #
- REFACTOR: ♻️ settings.
- REFACTOR: ♻️ git usage.
- FIX: 🐛 use cases not found.
- FIX: 🐛 skips most recent commit on base ref.
- FIX: 🐛 identifying merge commits with incorrect keywords.
- FIX: 🐛 provides wrong
sha
when running on GitHub action pull-requests. - FIX: 🐛 directing to incorrect route.
- FIX: 🐛 upload of properties.
- FIX: 🐛 fails pipeline when no generator files exist.
- FIX: 🐛 reads actor and repository including newline.
- FIX: 🐛 bad revision on git diff.
- FIX: 🐛 CLI fails on environments without terminal.
- FIX: 🐛 HttpClient connects to incorrect endpoint.
- FIX: 🐛 UseCaseParser contains hard-coded branch name.
- FIX: 🐛 ambiguous warning for no generator themes.
- FIX: 🐛 rename cli to widgetbook.
- FEAT: ✨ log number of use-cases.
- FEAT: support for Codemagic.
- FEAT: ✨ link to review.
- FEAT: ✨ add
designLink
property. - FEAT: ✨ implement ci parser class to parse ci/cd runner information.
- FEAT: comment link to review.
- FEAT: ✨ improve markdown on PR comments.
- FEAT: ✨ comment link to Build in PR.
- FEAT: ✨ changed branch and commit argument to optional.
- FEAT: 🔖 publish CLI to pub.dev.
- DOCS: 📝 add
pr
andgithub-token
args. - DOCS: 🐛 change relative links to global links.
- DOCS: 📝 add documentation for CLI.
3.0.0-beta.25 #
- FEAT: ✨ log number of use-cases.
3.0.0-beta.19 #
- REFACTOR: ♻️ settings. (254ebef6)
- REFACTOR: ♻️ git usage. (4f5db511)
- FIX: 🐛 provides wrong
sha
when running on GitHub action pull-requests. (2d2cf624) - FIX: 🐛 directing to incorrect route. (4e610cf8)
- FIX: 🐛 upload of properties. (a9996bbd)
- FIX: 🐛 fails pipeline when no generator files exist. (65ad1e67)
- FIX: 🐛 reads actor and repository including newline. (3bc05624)
- FIX: 🐛 bad revision on git diff. (7019e1a9)
- FIX: 🐛 CLI fails on environments without terminal. (d5101d56)
- FIX: 🐛 HttpClient connects to incorrect endpoint. (58dd870f)
- FIX: 🐛 UseCaseParser contains hard-coded branch name. (8acf8db4)
- FIX: 🐛 ambiguous warning for no generator themes. (fbc56b54)
- FIX: 🐛 rename cli to widgetbook. (3819094e)
- FEAT: ✨ link to review. (db2f239a)
- FEAT: ✨ add
designLink
property. (daad8e9c) - FEAT: ✨ implement ci parser class to parse ci/cd runner information. (fb95a76b)
- FEAT: comment link to review. (c320a727)
- FEAT: ✨ improve markdown on PR comments. (0b598639)
- FEAT: ✨ comment link to Build in PR. (9ea0ebf3)
- FEAT: ✨ changed branch and commit argument to optional. (2c37580c)
- FEAT: 🔖 publish CLI to pub.dev. (f40a4512)
- DOCS: 📝 add
pr
andgithub-token
args. (7f600037) - DOCS: 🐛 change relative links to global links. (c0b5e408)
- DOCS: 📝 add documentation for CLI. (2aeabef9)
3.0.0-beta.18 #
- REFACTOR: ♻️ settings. (254ebef6)
- REFACTOR: ♻️ git usage. (4f5db511)
- FIX: 🐛 upload of properties. (a9996bbd)
- FIX: 🐛 fails pipeline when no generator files exist. (65ad1e67)
- FIX: 🐛 reads actor and repository including newline. (3bc05624)
- FIX: 🐛 bad revision on git diff. (7019e1a9)
- FIX: 🐛 CLI fails on environments without terminal. (d5101d56)
- FIX: 🐛 HttpClient connects to incorrect endpoint. (58dd870f)
- FIX: 🐛 UseCaseParser contains hard-coded branch name. (8acf8db4)
- FIX: 🐛 ambiguous warning for no generator themes. (fbc56b54)
- FIX: 🐛 rename cli to widgetbook. (3819094e)
- FEAT: ✨ link to review. (db2f239a)
- FEAT: ✨ add
designLink
property. (daad8e9c) - FEAT: ✨ implement ci parser class to parse ci/cd runner information. (fb95a76b)
- FEAT: comment link to review. (c320a727)
- FEAT: ✨ improve markdown on PR comments. (0b598639)
- FEAT: ✨ comment link to Build in PR. (9ea0ebf3)
- FEAT: ✨ changed branch and commit argument to optional. (2c37580c)
- FEAT: 🔖 publish CLI to pub.dev. (f40a4512)
- DOCS: 📝 add
pr
andgithub-token
args. (7f600037) - DOCS: 🐛 change relative links to global links. (c0b5e408)
- DOCS: 📝 add documentation for CLI. (2aeabef9)
3.0.0-beta.17 #
- feat: add link to review in GitHub comment
3.0.0-beta.16 #
- fix: upload of locales, devices, themes and text scales
3.0.0-beta.15 #
- fix:
designLink
is not uploaded
3.0.0-beta.14 #
- feat: add upload of
designLink
property - fix: CLI returns code
>0
when no review information is available
3.0.0-beta.13 #
- feat: add command for
publish
2.0.3-beta.1 #
- fix(cli):
UseCaseParser
usesref
instead ofbase
branch - fix(cli):
HttpClient
connects to incorrect endpoint
2.0.2 #
- fix(cli):
UseCaseParser
contains hard-coded branch name
2.0.1 #
- feat: improve comment link markdown.
2.0.0 #
- docs: add
pr
andgithub-token
arguments - feat: improve comment link markdown
- feat: comment link to Build in PR
- fix: ambiguous warning when no generator files are found
- docs: change relative links to global links.
- feat: change
path
,branch
,commit
, andgit-provider
arguments from mandatory to optional. - fix: change name of executable from
widgetbook-cli
towidgetbook
. - Initial version.