Skip to content

v1.8.52

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 08 Sep 13:23
· 132 commits to master since this release

Improvements

Performance

  • Reduce memory usage during peer dependencies resolution (#9156)

Bug Fixes

  • Fix an issue where modified components were rendered with opacity in the Bit dev-server (#9136)
  • Fix an issue where user-bar and compositions got re-rendered on route change in the Bit dev-server (#9137)
  • Fix an issue where bit env replace didn't work well when multiple versions of the same env is used for various components (#9174)
  • Fix an issue where link to line-of-code didn't scroll to selected line (#9160)
  • Fix an issue where automated API-reference had a missing API in tagged exports (#9162)
  • Fix an issue where Vite-generated previews didn't work well on windows (#9143)
  • Fix an issue where onLoad event wasn't triggered on webpack compilation errors (#9109)
  • Fix an issue where after bit new an error about "missing tsconfig" appears (#9092)

Internal