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
-[#1956](https://github.com/teambit/bit/issues/1956) add `defaultScope` settings in workspace config for `bit export` to use when no remote scope defined for component
14
+
-[#1990](https://github.com/teambit/bit/issues/1990) auto add `@types/package-name` for *.tsx files
15
+
16
+
### Changes
17
+
- generate `node_modules` links upon build for new components
18
+
19
+
### Bug fixes
12
20
- fail early when exporting nested dependency
13
21
- fix an error "Cannot read property log of null" upon bit log
14
-
15
-
## [14.2.6-dev.5] - 2019-09-10
16
-
17
22
-[#1988](https://github.com/teambit/bit/issues/1988) avoid adding a component to root package.json when importing with `--ignore-package-json` flag
18
-
-[#1990](https://github.com/teambit/bit/issues/1990) auto add `@types/package-name` for *.tsx files
19
-
20
-
## [14.2.6-dev.4] - 2019-09-06
21
-
22
23
-[#1972](https://github.com/teambit/bit/issues/1972) fix generated links to nested dependencies in the capsule
23
-
-[#1721](https://github.com/teambit/bit/issues/1721) enable removing/workspace-propagating a compiler/tester from component's config
24
24
-[#1966](https://github.com/teambit/bit/issues/1966) prevent intermediate console printing when `--json` flag is used
25
-
26
-
## [14.2.6-dev.3] - 2019-09-03
27
-
25
+
-[#1721](https://github.com/teambit/bit/issues/1721) enable removing/workspace-propagating a compiler/tester from component's config
28
26
-[#1965](https://github.com/teambit/bit/issues/1965) fix generated links for `.scss` and `.sass` packages to point to the main file
29
-
-[#1956](https://github.com/teambit/bit/issues/1956) support `defaultScope` settings in workspace config for `bit export` to use when no scope was entered
30
-
-[#1956](https://github.com/teambit/bit/issues/1956) introduce a new flag `--include-dependencies` for `bit export` to be able to fork (kind of) a component to another scope
31
27
-[#1959](https://github.com/teambit/bit/issues/1959) improve message when running `bit build` when compiler not configured
32
-
33
-
## [14.2.6-dev.2] - 2019-08-28
34
-
35
-
- generate node_modules links upon build for new components
36
28
- fix dist replacements upon export (for angular compiler) to support require statements to an internal path
37
-
38
-
## [14.2.6-dev.1] - 2019-08-26
39
-
40
29
-[#1947](https://github.com/teambit/bit/issues/1947) workaround an angular-compiler issue when the dists have a prefix
41
-
- (experimental) support exporting components without mentioning a remote by exporting to their last remotes
-[#1937](https://github.com/teambit/bit/issues/1937) introduce `--json` flag for `bit import`
48
-
49
-
### Bug fixes
50
-
51
-
- fix dist changing of bit-ids on export to make the replacement on exact matches only
52
-
-[#1941](https://github.com/teambit/bit/issues/1941) ignore .DS_Store file when reading dirs
53
-
-[#1912](https://github.com/teambit/bit/issues/1912) fix linking to an internal and non-exist dist file to fallback to the main package
54
-
-[#1916](https://github.com/teambit/bit/issues/1916) do not throw an error when there are no components to build
55
-
-[#1934](https://github.com/teambit/bit/issues/1934) fix capsule compilers when configured to work with custom files
56
-
-[#1924](https://github.com/teambit/bit/issues/1924) avoid generating old dists files when using capsule compilers
57
-
30
+
58
31
### Experimental
59
-
60
-
-[#1885](https://github.com/teambit/bit/issues/1885) introduce new flags `--dependents` and `--dependencies` for `bit import` to import them all directly
32
+
-[#1956](https://github.com/teambit/bit/issues/1956) add `--include-dependencies`flag for `bit export` to be export all component-dependencies to the remote scope
33
+
--[#1956](https://github.com/teambit/bit/issues/1956) support exporting components without mentioning a remote by exporting to their last remotes
0 commit comments