Skip to content

v0.1.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 08 Mar 13:01
· 2986 commits to master since this release

New Features

  • Allow querying explicitly tagged exports for component schema (#7125)
  • Introduce "bit import --track-only" to only write entries to .bitmap (#7117)

Changes

  • Add note to lane create output if branched off non default lane on lane create (#7126)
  • Improve output around the current lane for bit status (#7114)
  • Block soft-remove main components when on a lane (#7112)

Performance

  • Update sourcemaps for faster builds of local dev-server (#7115)

Bug Fixes

  • Fix viewing new components on main (#7123)
  • Tag soft-removed components when using --unmodified flag (#7113)
  • Show the ids of pending-import in the error message (#7110)
  • Mark components as removed when the snap/tag was with ignore-issues (#7111)
  • Compare UI Fixes (#7102)
  • Fix error "exists in flattenedEdges but not in flattened" (#7107)
  • Avoid checking for soft-remove when using bit lane list --remote (#7099)

Internal

  • Support generating artifacts when bit sign on snaps (#7116)
  • Store envs data for env itself + load envs as aspect from scope (#7124)
  • Dedupe peer dependents (#7122)
  • Push artifacts to original scopes (#7119)
  • Resolve (installed) aspects in workspace from its node_modules (#6901)
  • Use the Version objects sent to the remote to indicate what was exported (#7109)
  • Import missing artifacts before starting the merge process (#7103)
  • Avoid adding deps from scope into merge-config (#7100)
  • Components Drawer: show Local changes to Lane Components (#7072)
  • Logging when zlib error is coming from the remote (#7097)
  • Return an empty object from a plugin auto generated provider (#7095)
  • Change a version coming from merge-config from a range to an exact version (#7096)