Skip to content

v1.9.100

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 17 Mar 13:13
· 145 commits to master since this release

Improvements

  • Improve API Reference and documentation (#9569)
    • Improved handling of internal and external type references
    • Better handling of inferred array types, generic types, and Promise types
    • Fixed type reference resolution for internal components
    • Added support for displaying examples in function documentation
    • Better code block extraction and formatting in JSDoc comments
    • Improved rendering of tuple types
    • Added external link icons for external type references
  • Added prompt support to bit create command for interactive templates (#9610)
  • bit snap natively supports publishing to privately hosted package registries (#9606)
  • Introduce --json option to bit test and bit check-types commands to get results in JSON format (#9615, #9614)
  • Improve various CLI outputs with more descriptive errors and messages (#9612, #9607, #9583, #9617, #9581)

Performance

Bug Fixes

  • Fix an issue where if a component had -preview in it's name, it caused component-preview-chunk to have incorrect name (#9622)
  • Fix an issue where bit install didn't do proper validation on package name format (#9582)
  • Fix an issue where when env.jsonc was modified, dependency cache wasn't cleaned (#9564)
  • Fix an issue where SSR wasn't working on bit start in workspace nor on a Scope (#9585)
  • Fix an issue where bit install failed during pnpm prune (#9573)
  • Fix an issue where a default viewport property was set on all compositions (#9571)
  • Fix an issue where not all component IDs were available in the workspace dependency graph (#9565)

Internal

  • Update dependencies (#9594, #9593, #9592, #9527, #9528)
  • Refactoring (#9619, #9579, #9584, #9587)
  • Introduce "--limit" flag to limit the number of versions shown in the graph (#9603)
  • getSchemas API to always return Schema[] (#9605)
  • Replace incorrect uses of the term "localScope" with "workspace" (#9621)
  • New API for debugging filesystem reads during commands (#9599)
  • Add config-conflict data to the api/lanes/check-conflicts route (#9602)