8000 Release v1.10.0 · teambit/bit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.10.0

Latest
Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 29 Apr 13:11
· 15 commits to master since this release

Improvements

  • Support semantic version ranges for components by adding a new componentRangePrefix property to dependency resolver in workspace.jsonc to define semver prefix (#9681, #9691)
  • Allow dependencies to be installed from https/git urls (#9680)
  • bit import ... --write-deps to write the dependencies of imported components to workspace.jsonc or package.json (#9682)

Bug Fixes

  • Fix an issue where + sign was saved to component's package.json instead of actual resolved version (#9685)
  • Fix an issue where preview content height was nto calculated correctly (#9684)

Internal

  • Improve file watcher (#9686, #9683, #9678)
  • Improve error logging for plugin loading issues (#9687)
  • Change format of logging schema commands (#9675)
  • Support saving flattened-dependencies as string[] instead of Object[] (#9679)
  • Propagate runtime preview errors (#9676)
  • Update dependencies (#9677)
0