Skip to content

v1.2.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 08 Oct 18:42
· 2266 commits to master since this release

IMPORTANT UPGRADE NOTE

This changes .bitmap contents. Once you run a command with this version in any workspace, the contents of .bitmap will change.
The update is backwards compatible - if some team members use older release of Bit, they can still operate in the workspace.
Please make sure to commit the .bitmap changes.

New Features

  • Experimental - Support having multiple components with the same name but different scope in the same workspace (bit config set allow-same-name true) (#7897)
  • Experimental - Support linking of peer-dependencies for bit link --target with the new --peer option (#7990)

Changes

  • Add a warning when tagging on main without --build (#7991)
  • Prints an output to the terminal with link to remote build task, if relevant (#8002)
  • Add outdir to tsconfig to better handle it for ws-config write (#7987)

Bug Fixes

  • Fix an issue where lane gets exported after lane rename (#8007)
  • Fix file-history to be compared against parent, not previous snap (#8008)
  • Fix an issue where extensions generated in old Bit version got duplicated (#7992)
  • Fix an issue where defaultScope was missing in .bitmap entries (#8005)

Internal

  • During tag or snap, clear status-cache when a component is modified (#8003)
  • Support ignorePackageManifest option to the pnpm package manager aspect (#8001)
  • Support extracting schema for react components without props (#7996)
  • Replace ShowDoctorError with BitError (#7995)
  • Support caching of the lock file only for scope aspects capsules (#7994)