Skip to content

Commit 6f54ab2

Browse files
committed
update change log (v0.1.36) [ci-skip]
1 parent 8bcaa09 commit 6f54ab2

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [[0.1.36] - 2023-05-07](https://github.com/teambit/bit/releases/tag/v0.1.36)
9+
10+
### New Features
11+
12+
- `bit add` support `--env` for setting up environment on component tracking (#7330)
13+
- Ability to pass `OverviewOptions` to component overview for more flexible component documentation (#7292)
14+
- `bit doctor` now supports `--archive` to tar an entire workspace to help reproduce issues (#7324)
15+
16+
### Changes
17+
18+
- Improved outputs for various commands and help outputs (#7358, #7362, #7313, #7306, #7349, #7366, #7353)
19+
- `bit remove` - improve syntax for `--soft` and `--remote` delete by moving to `--delete` and `--hard` (#7333)
20+
- When running `bit env update`, ensure components resolve env from workspace, if env is local (#7319)
21+
22+
### Performance
23+
24+
- Improvements for dependency installation performance (#7339, #7338)
25+
- Improve performance for fetching component data from server (#7352, #7360, #7335, #7334, #7325, #7317)
26+
- Lazy load artifact contents (#7316)
27+
- Filter core-aspects from aspect loading (#7344)
28+
29+
### Bug Fixes
30+
31+
- Solved an issue where `ws-config` didn't pass absolute path to `tsconfig` for `eslint` (#7348)
32+
- Fix several cases where component preview URL was not aligned, causing no documentation after export (#7357, #7342, #7341, #7326)
33+
- Fix error of log.message being `boolean` upon `bit import` (#7311)
34+
- Support additional "out of sync" case for Bit and Git, where need to recreate lane if local scope is new (#7329)
35+
- Avoid showing workspace conflicts when it Semver satisfied (#7351)
36+
- Block bit-sign to be running from the workspace (#7328)
37+
- Save env-id in `.bitmap` without a version when the env exists in the workspace (#7314)
38+
- only clean `node_modules` on the first install (#7310)
39+
- Add missing deps that are present in root policies to component manifests (#7307)
40+
- `bit create` gracefully link component to `node_modules` (#7251)
41+
42+
### Internal
43+
44+
- Generate UI pre-bundle for `bit start` (#7293)
45+
- Removing irrelevant dependencies (#7327, #7331, #7312)
46+
- Fetch current lane object first to find new comps (#7361)
47+
- Change the object cache default limit from 10K to 5K (#7315)
48+
- Exclude `ui-bundle` folder from `.npmignore` for core aspect (#7364)
49+
- Remove open-connections from the log on failure (#7359)
50+
- Log IDs to fetch if they are less than 10 (#7320)
51+
- Stop saving `flattenedEdges` inside the Version object (#7318)
52+
- Show a warning when operating against a very slow remote scope (#7345)
53+
- Remove experimental `write-tsconfig` command (moved to `ws-config`) (#7350)
54+
855
## [[0.1.27] - 2023-04-24](https://github.com/teambit/bit/releases/tag/v0.1.27)
956

1057
### New Features

0 commit comments

Comments
 (0)