Bit v0.12.6 Release Notes

Release Date: 2018-02-27 // about 6 years ago
  • ๐Ÿ†• New

    • โช introduced a new command bit untag for reverting un-exported tags.
    • ๐Ÿ‘Œ support .vue files
    • ๐Ÿ‘Œ support bit install of specific ids
    • init local scope inside .git
    • ๐Ÿ‘Œ support peerDependencies
    • ๐Ÿ‘Œ support passing arguments/flags to the package-manager by specifying them after '--' (e.g. bit import -- --no-optional)
    • ๐Ÿ‘Œ support compilers which return promises

    ๐Ÿ”„ Changes

    • ๐Ÿ’พ save bit dev-dependencies components inside devDependencies section of package.json
    • bit status shows a list of staged versions in 'staged components' section

    ๐Ÿ› Bug Fixes

    • โš  show npm-client's warnings when they are about missing peer-dependencies
    • ๐Ÿ›  fix outdated to print correct version numbers
    • โœ‚ remove a modified component message
    • resolving .gitignore files
    • #729 fix bit cc to clear module cache
    • #769 - prevent duplicate ids in bitmap when adding existing files
    • #736 - .gitignore is blocking everything