Bit v14.1.1 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix bit build to not generate index.js files when package.json file already exists
    • prevent overwriting author files by not writing auto-generated content on symlink files (#1628)
    • โœ… avoid changing the local version of a component to the latest when exporting an older version
    • ๐Ÿ›  fix post-receive-hook to send all exported versions and not only the latest
    • ๐Ÿ›  fix dependency resolution to identify link (proxy) files correctly
    • ๐Ÿ›  fix bit status to not show a component as modified after tag when the version is modified in the dependent package.json
    • ๐Ÿ›  fix "npm ERR! enoent ENOENT" errors when importing/installing multiple components
    • ๐Ÿ›  fix dependency value in the dependent package.json to include the path when importing them both in the same command
    • ๐Ÿ›  fix "EEXIST: file already exists" error when running bit link or bit install and the dist is outside the component directory
    • ๐Ÿ›  fix bit add to ignore directories when their files are added (#1406)