You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+24-36
Original file line number
Diff line number
Diff line change
@@ -7,49 +7,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [unreleased]
9
9
10
-
## [14.2.4-dev.8] - 2019-08-14
11
-
12
-
-[#1925](https://github.com/teambit/bit/issues/1925) update bit-javascript to fix Angular non-relative paths from decorators
13
-
14
-
## [14.2.4-dev.7] - 2019-08-13
15
-
16
-
- remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
17
-
- improve interactive behavior when ssh connection failed
18
-
- improve interactive texts
19
-
- change init interactive to be false by default
20
-
21
-
## [14.2.4-dev.6] - 2019-08-12
22
-
23
-
- fix init --bare with name
24
-
25
-
## [14.2.4-dev.5] - 2019-08-11
26
-
27
-
- safer access to bit global config
28
-
29
-
30
-
## [14.2.4-dev.3] - 2019-08-11
31
-
32
-
- added `no_warnings` config to eliminate some warnings from being written to the stdout
33
-
34
-
## [14.2.4-dev.2] - 2019-08-11
35
-
36
-
-[#1885](https://github.com/teambit/bit/issues/1885) introduce new flags `--dependents` and `--dependencies` for `bit show` to display them all recursively
37
-
-[#1903](https://github.com/teambit/bit/issues/1903) fix importing dependents to not override dependencies
38
-
-[#1889](https://github.com/teambit/bit/issues/1889) auto add `@types/package-name` to the dependencies of TS components
-[#1867](https://github.com/teambit/bit/issues/1867) apply workspace overrides config on imported components
40
-
-[#1892](https://github.com/teambit/bit/issues/1892) rename `--bare` flag of `bit list` to `--raw`
41
15
-[#1863](https://github.com/teambit/bit/issues/1863) allow excluding components from `overrides` rules
42
16
-[#1865](https://github.com/teambit/bit/issues/1865) allow adding `package.json` props via `overrides`
43
17
-[#1837](https://github.com/teambit/bit/issues/1837) enable executing commands on remote components outside of bit-workspace
18
+
-[#913](https://github.com/teambit/bit/issues/913) add new flags to bit init `-c|--compiler`, `-t|--tester`, `-d|--default-directory`, `-p|--package-manager`
19
+
-[#1889](https://github.com/teambit/bit/issues/1889) auto add `@types/package-name` to the dependencies of TS components
20
+
- added `no_warnings` config to eliminate some warnings from being written to the stdout
21
+
22
+
### Changes
23
+
24
+
- remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
25
+
-[#1892](https://github.com/teambit/bit/issues/1892) deprecating `bit list --bare` and replace with `bit list --raw`
44
26
-[#1774](https://github.com/teambit/bit/issues/1774) improve access errors and warn when sudo is used
45
27
- change shortcut flag to `bit init` standalone from `t` to `T`
46
-
-[#913](https://github.com/teambit/bit/issues/913) add new flags to bit init `-c|--compiler`, `-t|--tester`, `-d|--default-directory`, `-p|--package-manager`
47
-
-[#1908](https://github.com/teambit/bit/issues/1908) new bit init interactive
48
-
49
-
## [14.2.4-dev.1] - 2019-07-30
50
-
51
-
- do not delete trackDir when a component is imported
28
+
29
+
### Bug fixes
30
+
31
+
- safer access to bit global config
32
+
-[#1903](https://github.com/teambit/bit/issues/1903) fix importing dependents to not override dependencies
52
33
- fix capsule to respect the `override` property of vinyl files
34
+
-[#1925](https://github.com/teambit/bit/issues/1925) update bit-javascript to fix Angular non-relative paths from decorators
35
+
36
+
### Experimental
37
+
38
+
-[#1885](https://github.com/teambit/bit/issues/1885) introduce new flags `--dependents` and `--dependencies` for `bit show` to display them all recursively
39
+
-[#1908](https://github.com/teambit/bit/issues/1908) new bit init interactive
0 commit comments