Skip to content

Breaking changes from upstream, plus ui-api

Compare
Choose a tag to compare
@mshanemc mshanemc released this 10 Jan 14:54
· 671 commits to master since this release

Breaking changes

I had used what are now illegal short flags (-u for userprefix) on shane:org:create which wraps the sfdx command. * You now have to spell out --userprefix instead of using -u

  • there is no more -v on that one

flags updates

all the flags migrated to the latest @salesforce/command flag types. Should provide better experience, it's very possible I broke something.

Because of this, I bumped this up as a major release

New stuff

the shane:uiapi topic now makes it easy to get (meta)data from the ui-api for mocking your LWC local jest tests (or whatever else you feel like doing with uiapi responses). I built these to focus on the LWC wrappers for ui-api, so they don't have all the options of REST-based ui-api.