Skip to content

v1.1.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 02 Oct 07:43
· 2302 commits to master since this release

New Features

  • Select internal files or dirs to avoid tracking by adding a .bitignore file within component directory (#7967)
  • Test all local components with new bit test --unmodified option (#7847)
  • Ability to only update lock-file with bit install --lockfile-only, without re-installing node_modules directory (#7926)

Changes

  • bit update updates components according to their compatible versions from workspace.jsonc or from package.json (#7809)
  • Improve automated API reference, including custom highlighting, re-export of types and support links to external packages (#7977 #7981 #7976 #7975 #7966 #7969 #7965 #7951 #7914)
  • Allow envs to register multiple app types (#7970)

Performance

  • Improve loading speed of component overview by lazy load monaco editor (#7921)

Bug Fixes

Internal

  • Add new empty state integration slot to component docs overview (#7963)
  • Update dependencies (#7930 #7931 #7962)
  • Move components to be dependencies (#7982)
  • Use latest main aspect location when searching for aspects to load (#7956)
  • Remove legacy js-doc parser when extracting doc description (#7943)
  • Work toward allowing multiple components with same name, but of different scopes (#7960)
  • Move the check for missing-dist from onLoad slot to status and snap/tag only (#7974)
  • Improve ArtifactDefinition API by deprecating the confusing props: directories, rootDir and dirPrefix (#7973)
  • Remove legacy sass loader syntax (~) (#7925)
  • Support exporting only the head tag, not all history (#7954)
  • Remove currentLaneId from cache when running in a workspace (#7944)