Skip to content

Commit 4dbe51b

Browse files
committed
add v1.13.21 release notes [skip ci]
1 parent b2c3ac9 commit 4dbe51b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

releases-docs/releases/v1.13.21.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
### New Features
2+
3+
- Add `--owner` flag to `bit import` for importing all components from all scopes of an owner, e.g., `bit import teambit --owner` (#10133)
4+
- Add Claude Code skill for Bit CLI reference (#10138)
5+
- **Workspace Overview Aggregation** for displaying aggregated workspace information (#10124)
6+
7+
### Improvements
8+
9+
- Block postinstall scripts for known untrusted packages (`es5-ext`, `less`, `protobufjs`, `core-js`, `core-js-pure`) by default (#10140)
10+
- Trust the most popular packages with postinstall scripts by default, using Bun's default allowlist (#10134)
11+
12+
### Performance
13+
14+
- Optimize workspace graph building by lazily importing only dependencies that pass the filter, avoiding fetching large dependency trees for filtered-out components (#10127)
15+
16+
### Bug Fixes
17+
18+
- Fix an issue where Watchman cookies were placed in workspace root instead of `.bit` directory (#10137)
19+
- Fix an issue where `transpileComponent` output wasn't copied to all dist directories (#10136)
20+
- Fix an issue where special characters in CLI reference MDX caused rendering issues (#10131)
21+
- Fix an issue where env path resolution didn't fallback to unversioned path for root component dir (#10125)
22+
- Fix an issue where duplicate `/_hmr` proxy caused WebSocket HMR to fail (#9804)
23+
- Fix an issue where webpack static directory watcher watched the entire workspace when directory didn't exist (#10116)
24+
- Fix an issue where FSEvents stream errors occurred on macOS with multiple Bit watchers by auto-detecting and using Watchman (#10115)
25+
26+
### Internal
27+
28+
- Add `FetchVersionHistory` action for lightweight version-history fetching during export, improving performance for components with long history (#10132)
29+
- Add `bit cli generate --skill` command for auto-generating Claude Code skill reference files (#10139)
30+
- Update all MDX usage to v3 (#10122)
31+
- Update core-envs to latest typescript-compiler with cross-env tsconfig fix (#10135)
32+
- Add generate-release-notes Claude skill (#10123)

0 commit comments

Comments
 (0)