Skip to content

Commit c520844

Browse files
committed
update changelog (v0.1.11) [ci skip]
1 parent f44a89e commit c520844

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ 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.11] - 2023-03-28](https://github.com/teambit/bit/releases/tag/v0.1.11)
9+
10+
### New Features
11+
12+
- Introduce `--reset-lane-new` for `bit init` to only reset lane components to new (#7184)
13+
- Introduce **experimental** `bit ws-config` command to add tooling configs to the workspace and sync with IDE (#7171 #7197)
14+
- Ability to edit HTML Template from config mutator (#7144)
15+
16+
### Changes
17+
18+
- `Bit rename` to rename files/variables/classes by default (#7168)
19+
- Show component-name in bold in `snap` and `tag` outputs (#7175)
20+
- Refresh UI for Lane Selector (#7154 #7186)
21+
22+
### Bug Fixes
23+
24+
- Alias `--scope` for `--remote-scope` for consistency in various commands (#7194)
25+
- Improve lane merge workflow (#7208 #7149 #7192 #7092)
26+
- Adding guardrails when using lanes (#7185 #7190 #7178)
27+
- Allow removing local lanes with the full-id (#7193)
28+
- Improve logs when installing packages on capsule (#7202)
29+
- Don't crash on symlinked directories when hard linking all files of a dir (on windows) (#7182)
30+
- Resolving tsserver client (#7207)
31+
32+
### Internal
33+
34+
- Avoid ignoring components that their ComponentMap is missing (#7183)
35+
- Avoid compiling scope components (#7188)
36+
- Fix `onLoad` event for component preview (#7195)
37+
- Set public-hoist-pattern to `*` when shamefully-hoist is `true` (#7201)
38+
- Add husky:install npm script (#7205)
39+
- docs, fix the description of WorkspaceContext.import method (#7203)
40+
- Add ability to provide alternateDescriptionPrefix LongProcessLogger.end function (#7200)
41+
- Eject design ui contributors (#7198)
42+
- Remove `EXPORT_CENTRAL` feature-flag, it is the default for a while now (#7164)
43+
- Add sqlite3 & sqlite as dependencies (#7177)
44+
- Make sure to load envs first when loading a list of aspects (#7179)
45+
- Link dependencies before installation (#7145)
46+
- Update README.md (#7173)
47+
- Save the `flattenedEdges` as a ref inside Version object (#7181)
48+
849
## [[0.1.7] - 2023-03-20](https://github.com/teambit/bit/releases/tag/v0.1.7)
950

1051
### Changes

0 commit comments

Comments
 (0)