Bit no longer uses the CHANGELOG.md file for keeping changelogs. Please refer here to get updates on new releases - https://github.com/teambit/bit/releases
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog. and this project adheres to Semantic Versioning.
We've transitioned to managing our changelog on the GitHub releases page. For the latest updates and changes, please visit Bit Releases on GitHub.
- Use the
--fail-fast
option to exist the build process (and log the error) when a build task fails (use withbit build
/bit snap
/bit tag
(#7444) - Enable injecting raw strings to the HTML Injector (#7274)
- Use the
--squash
option, when merging one lane to another, to squsash snaps (this was previously only available when merging to 'main') (#7448)
- Remove margines from the
<body
of built component previews (now concistent with previews in development) (#7451) - Throw an error if a process in the remote does not complete in 30 minutes (#7456)
bit show --remote
should display the remote lane info (#7445)bit start
should be able to render the preview of only a selected group of components (#7415)- Fix
getComponentDevPatterns
forTesterMain
(#7454)
- Upgrade @babel/types to fix compilation issues.
- Avoid loading the version object for
idOnLane
(#7449) - Change occurrences of --soft to --delete (#7447)
- Add a new express route "api/vscode" to communicate with vscode extension (#7441)
- Introduce a POC of
bit stash
(#7436) - Restore the public
buildUiHash
API (#7438) - deprecate
importManyDeltaWithoutDeps
andimportManyIfMissingWithoutDeps
(#7428)
- Better handking of missing dependencies (use
bit install --add-missing-deps
to automatically install missing dependencies) (#7412, #7264) -bit insight --include-deps
shows circular dependencies of extenral dependnecies (i.e, dependencies not maintained in the same workspace) (#7407) - Ignore the builds of specific dependencies. The "preinstall", "install", and "postinstall" scripts of the listed packages will not be executed during installation.
For example
{ "@teambit.dependencies/dependency-resolver": { "neverBuiltDependencies": ["fsevents", "level"]}}
(#7387)
bit merge
without component IDs merges all components (#7427)- Improved dev ex. Ignore component versions when using patterns for better pattern matching (#7416)
- Components in a lane can created usingt the same component name of a previously soft-removed component (requires a different scope) (#7413)
- Remove lane-id from .bitmap when running bit init with
--reset-lane-new
flag. This is helpful when you want the source file changes but not the lane these changes are part of. (#7408) - When merging lanes exclude components that were soft-removed from the lane (#7402)
- Improve
bit statu
message from "snapped components" to "snapped components (tag pending)" (#7403)
bit artifacts COMPONENT_PATTERN
supports using component to retrieve artifacts of staged componetns (#7423)- Fetch and save original lane when --lanes was used (#7425)
- Output fix. Remove suggestion for tag [version] which is not supported anymore (#7424)
- Fix error message when soft-remove from a new lane to suggest the new flag --delete (#7420)
- Fix error "Cannot read properties of undefined when poilicies are missing (#7431)
- Remove dists and symlinks from node_modules/component-package-dir upon file removal. This makes sure removed components are not available for consumption. (#7411)
- Repeat the warning message when a scope is not responsive (#7426)
- Update pnpm (#7421)
- Write original pnpm error to debug.log (#7418)
- Change import methods to work with one lane instead of an array (#7414)
- Introduce "--pattern" to import part of a lane (#7410)
- Make webpack config mutators types more relaxed (#7409)
- node_modules linking is done by the package manager (#7176)
- React (core) env and react (core) app types can be configured to use a different instance of webpack and webpack dev server (#7382, #7385)
- Generate a visual graph (PNG file) with the component's history when running
bit cat-version-history COMPONENT_ID --graph
(#7377)
- Webpack upgraded from version
5.51.0
to version5.81.1
(#7389, #7390) - Webpack Dev Server upgraded from version
4.1.1
to version4.15.0
(#7389, #7390) - Removed:
bit checkout --reset
andbit checkout --skip-npm-install
(#7396)
- Serve pre-built Workspae UI artifacts to boost
bit start
loading time (#7336) - Workspace components are no longer loaded on
bit run APP_NAME
(#7379) - Aspects that are listed as another aspect dependencies (
static dependencies = []
) are only loaded if they are listed in theworkspace.jsonc
(#7370)
- Better handling of circular dependencies to avoid infinite loops (#7355)
- Improve 'lanes' stability (#7397, #7391, #7388, #7275, #7386, #7378, #7376)
- When importing a component, add to
.bitmap
file before starting the installation process (#7392) - Resolve peer dependencies correctly in preview-template-task (#7395)
- Merge ModelComponent from different remotes (#7401)
- Clean node_modules only after all iteration of installation were completed to avoid irrelevant error messages (#7369)
- Move checkout-version from legacy to 'checkout' aspect (#7399)
- Rename
component-index.ts
toscope-index.ts
according to the class name (#7398) - Extend 'artifact storage error' to with the original error message (#7393)
- Include component peer dependencies in the capsule component dependency graph (#7383)
- Push all snaps from the original lane to the forked lane scope (#7380)
- Improve http e2e-tests to show the full error from bit-start process (#7375)
bit add
support--env
for setting up environment on component tracking (#7330)- Ability to pass
OverviewOptions
to component overview for more flexible component documentation (#7292) bit doctor
now supports--archive
to tar an entire workspace to help reproduce issues (#7324)
- Improved outputs for various commands and help outputs (#7358, #7362, #7313, #7306, #7349, #7366, #7353)
bit remove
- improve syntax for--soft
and--remote
delete by moving to--delete
and--hard
(#7333)- When running
bit env update
, ensure components resolve env from workspace, if env is local (#7319)
- Improvements for dependency installation performance (#7339, #7338)
- Improve performance for fetching component data from server (#7352, #7360, #7335, #7334, #7325, #7317)
- Lazy load artifact contents (#7316)
- Filter core-aspects from aspect loading (#7344)
- Solved an issue where
ws-config
didn't pass absolute path totsconfig
foreslint
(#7348) - Fix several cases where component preview URL was not aligned, causing no documentation after export (#7357, #7342, #7341, #7326)
- Fix error of log.message being
boolean
uponbit import
(#7311) - Support additional "out of sync" case for Bit and Git, where need to recreate lane if local scope is new (#7329)
- Avoid showing workspace conflicts when it Semver satisfied (#7351)
- Block bit-sign to be running from the workspace (#7328)
- Save env-id in
.bitmap
without a version when the env exists in the workspace (#7314) - only clean
node_modules
on the first install (#7310) - Add missing deps that are present in root policies to component manifests (#7307)
bit create
gracefully link component tonode_modules
(#7251)
- Generate UI pre-bundle for
bit start
(#7293) - Removing irrelevant dependencies (#7327, #7331, #7312)
- Fetch current lane object first to find new comps (#7361)
- Change the object cache default limit from 10K to 5K (#7315)
- Exclude
ui-bundle
folder from.npmignore
for core aspect (#7364) - Remove open-connections from the log on failure (#7359)
- Log IDs to fetch if they are less than 10 (#7320)
- Stop saving
flattenedEdges
inside the Version object (#7318) - Show a warning when operating against a very slow remote scope (#7345)
- Remove experimental
write-tsconfig
command (moved tows-config
) (#7350)
- Introduce a new command
recover
to recover soft-removed components (#7225) - Ability to build type-components (#7252)
- Allow environments to include custom dependency detectors (#7199)
- Introduce a new command
bit system log
to printdebug.log
(#7300)
- Compile renamed components gracefully upon
bit rename
(#7250) - Default to show capsule-list when no sub-command was entered for
bit capsule
(#7249) - Improved UI for Lane & Component Compare (#7243 #7262 #7233 #7254 #7279)
scope rename
defaults to remove old links, create new links and compile (#7261)- Control abs/relative path for generated
ws-config
file. - Automated API Reference support
isOptional
(#7238)
- Improve writing files performance by disabling fsync (#7226)
- Avoid importing-delta when isolating non-modified comps (#7284)
- Improve import performance when using
--aspect
(#7280)
- Fixes for
ws-config
command (#7234 #7212) - Handle cases where
bit install
wanted to run more then once (#7210 #7209) - Better error handling and improved messages (#7248 #7223 #7244 #7286 #7281 #7302)
- Protect from various edge cases in Lanes (#7258 #7211 #7242 #7285)
tag
/snap
- validate message type to be string (#7239, #7278)- Clear workspace cache before calculating component manifests (#7224)
- Resolve ts-server from bit bundle (#7232)
- Load (missing) non loaded aspects from components (#7222)
- Fix homepage in
package.json
(#7220) - Avoid overriding mutated Version objects (#7216)
- Skip broken symlinks when copying components to
.bit_roots
(#7214) rename
- in case of renaming aspect, update.bitmap
config records accordingly (#7272)- Better support for yarn global cache creation on Windows (#7283)
- Dependency audit fixes (#7218 #7215 #7236)
- Add additional e2e tests for various found edge cases (#7259 #7253 #7247)
- Add a map of
hash:component-id
for signed components (#7270) - Improve outputs for capsule creation and install command (#7267 #7291)
- Use deps resolver to calculate component package name (#7266)
- Update pnpm to v8 (#7263)
- Dedicate a helper method for remote-remove (#7257)
- Update Yarn (#6762)
- Revert legacy detective entries (#7237)
- Move detectors to
package.json
to make them available by Bit-legacy - Revamp: replace detectives with bit components (#7228)
- Eject UI Comps (#7206)
- Better control over setting dependencies for aspects (#7294 #7295)
- Improve logging for various actions (#7303 #7299)
- Make webpack configs type more relaxed (#7287)
- Upgrade node to v16.16 on windows for circle ci (#7277)
- Resolve env version when returning env descriptor from component graphql (#7290)
- Introduce
--reset-lane-new
forbit init
to only reset lane components to new (#7184) - Introduce experimental
bit ws-config
command to add tooling configs to the workspace and sync with IDE (#7171 #7197) - Ability to edit HTML Template from config mutator (#7144)
Bit rename
to rename files/variables/classes by default (#7168)- Show component-name in bold in
snap
andtag
outputs (#7175) - Refresh UI for Lane Selector (#7154 #7186)
- Alias
--scope
for--remote-scope
for consistency in various commands (#7194) - Improve lane merge workflow (#7208 #7149 #7192 #7092)
- Adding guardrails when using lanes (#7185 #7190 #7178)
- Allow removing local lanes with the full-id (#7193)
- Improve logs when installing packages on capsule (#7202)
- Don't crash on symlinked directories when hard linking all files of a dir (on windows) (#7182)
- Resolving tsserver client (#7207)
- Avoid ignoring components that their ComponentMap is missing (#7183)
- Avoid compiling scope components (#7188)
- Fix
onLoad
event for component preview (#7195) - Set public-hoist-pattern to
*
when shamefully-hoist istrue
(#7201) - Add husky:install npm script (#7205)
- docs, fix the description of WorkspaceContext.import method (#7203)
- Add ability to provide alternateDescriptionPrefix LongProcessLogger.end function (#7200)
- Eject design ui contributors (#7198)
- Remove
EXPORT_CENTRAL
feature-flag, it is the default for a while now (#7164) - Add sqlite3 & sqlite as dependencies (#7177)
- Make sure to load envs first when loading a list of aspects (#7179)
- Link dependencies before installation (#7145)
- Update README.md (#7173)
- Save the
flattenedEdges
as a ref inside Version object (#7181)
- Set
--entire-lane
flag as default forbit lane checkout
(#7152)
- Load envs' templates correctly from
workspace.jsonc
(#7172) - Fetch versions that are shown in
.bitmap
but not in the lane object (#7167) - Allow ignoring files from components root-dir (#7163)
- Write objects atomically (#7160)
- Fix compilation error for content/cli-reference component (#7162)
- Avoid loading envs that are not set via envs/envs if found an env previously (#7153)
- Allow
aspect-unset
without specifying the aspect version (#7157) - Fix error "dest already exists" when removing a restored lane (#7156)
- Consume plugin: display version for bit import, snap (#7151)
- Remove old implementation of Stencil (#7170)
- Better development sourcemaps for Webpack (#7147)
- Make bit-lane command public (#7150)
- Support generating a component for
bit create
with--aspect
or--env
option (#7093) - Introduce "bit fork --no-link" flag to avoid saving a reference to the original comp (#7140)
- Add option for
bit login
to pass custom login url (#7143)
--rename
flag is now default forbit fork
(#7146)- Remove pre-render by default from the react app template (#7132)
- Fix Package version for snaps on main in use-dropdown (#7141)
- On changing scope for a lane, block when lane is exported, throw when scope-name is invalid (#7139)
- On
bit status
avoid showing components as pending-update when their remote-lane is empty (#7138) - Handle soft-remove on a new lane and import soft-removed components (#7137)
- Add EnvId in preview url (#7136)
- Fetch artifacts from
main
if possible (#7134) - Fix error text for
bit reset
, change untag to reset (#7130) - Fix incorrect domain in for new cloud (#7129)
- Fix
VersionNotFound
error when resetting a lane after merge (#7121) - Remove
*
from url in Readme (#7108)
- Fix aspects loading from scope (#7133)
- Eject
teambit.html/modules/render-template
(#7135)
- feat(Schema): allow querying explicitly tagged exports (#7125)
- feat(import): introduce "--track-only" to only write entries to .bitmap (#7117)
- feat(Lane): CLI: create cmd: add note to lane create output if branched off non default lane (#7126)
- improvement(status): improve the output around the current lane (#7114)
- fix(remove): block soft-remove main components when on a lane (#7112)
- perf(webpack): update sourcemaps for faster builds (#7115)
- fix(WorkspaceDrawer): fix viewing new components on main (#7123)
- fix(artifacts): support running on snaps (#7116)
- fix(snap/tag): tag soft-removed components when using --unmodified flag (#7113)
- fix, show the ids of pending-import in the error message (#7110)
- fix(soft-remove): mark as removed when the snap/tag was with ignore-issues (#7111)
- fix(Compare): Compare UI Fixes (#7102)
- fix, fix error "exists in flattenedEdges but not in flattened" (#7107)
- fix(lane-list), avoid checking for soft-remove when using --remote (#7099)
- fix, change a version coming from merge-config from a range to an exact version (#7096)
- fix(envs) store envs data for env itself + load envs as aspect from scope (#7124)
- feat: dedupe peer dependents (#7122)
- fix(merge-from-scope), push artifacts to original scopes (#7119)
- change(aspects): resolve (installed) aspects in workspace from its node_modules (#6901)
- fix(export): use the Version objects sent to the remote to indicate what was exported (#7109)
- fix(lane-merge), import missing artifacts before starting the merge process (#7103)
- fix, avoid adding deps from scope into merge-config (#7100)
- Workspace: Components Drawer: Local changes to Lane Components (#7072)
- fix logging when zlib error is coming from the remote (#7097)
- fix(aspects): return an empty object from a plugin auto generated provider (#7095)
- Improve dependency management with new commands:
bit deps unset
,bit deps reset
,bit deps eject
,bit deps blame
(#7043 #6898 #6884 #6945) - Support more TS export cases for generating compositions (#7075)
- Ability to restore deleted Lanes (#7074 #7050)
- Introduce ability to compare between Lanes (#7011 #6998 #6778)
- Update only owner name of a scope with
bit scope rename-owner
(#7023) - Ability to update implementation of forked components with
bit fork ... --rename
(#6955) - New Slot for aspects to expand and debug dev-server (#7037)
- Introduce a new command
bit envs update
to update environment versions (#6909 #6862) - Support soft-tag for soft-removed components (#7029)
- Load apps without needing to register them in
workspace.jsonc
(#6976) - Support dependencies detection for
.cjs
,.mjs
,.mts
,.cts
extensions (#7009 #7038) - Add new service for environments - Schema (#6937 #6953 #6938 #6665)
- Support ignoring deps by
@bit-ignore
comment (#6855 #6980) - Introduce a new command
file-log
to see file changes per snap (#6888) - Support linux-arm64 version for Bit (#6994)
- Introduce
--editor
flag forbit snap
(#6956) - Introduce
--no-optional
forbit install
(#7030)
- Improve documentation, error messages and outputs (#7087 #6882 #6905 #6928 #6960 #7014 #7054 #6851 #7007 #7010 #6895 #7041 #7024
- Updated UI for Component Compare (#6913 #7015 #6935 #6923 #6883 #7090)
- Newly installed dependencies are saved in workspace.jsonc with the ^ prefix by default (#7085)
- bit install --update updates all dependencies (direct and indirect). Existing semver ranges are respected *#7085)
- Quality of life improvements for developer experience using Lanes (#6911 #6981 #7008 #7026 #6929 #6942 #6931 #6867 #6854 #6858 #7047 #6853 #7016 #6979 #7081 #6949)
- Improve lane merge handling (#7055 #7042 #6917 #7044 #6951 #6865 #6822 #6875 #6877 #6835 #7045 #6873)
- UI fixes and improvements for Lanes (#7071 #6936)
- Add an alias
-x
to--skip-dependency-installation
flag (#7091) - Better handling of module names in
node_modules
uponbit rename
(#7059) - Add full date timestamp tooltip for version drop down and correct import syntax (#6984)
- Improved UI for scope-overview (#6891)
- Avoid importing from main when on a lane (#6872)
- Cache staged-snaps hashes to avoid fetching them from a remote (#7003)
- Check the remote before exporting to filter out existing versions (#6992)
- Do not build core-js (#6914)
- Update pnpm and improve deduplication (#6876)
- Resolve edge cases for advanced dependency management issues (#7022 #6968 #6975 #6919 #6915 #6908 #6906 #6892 #6941 #6849 #7020 #6958 #6864 #7032 #7021 #7079 #7019 #6839 #6788 #6861 #6843 #6988)
- strict-ssl, key, ca, and cert settings should work with an https proxy (#7062)
- Better handling for
.bitmap
edge cases (#6944 #7080 #6866) - Set workspace-env correctly after multiple
bit env set
(#7052) - Resolve edge cases for automatic dependency updates with
bit update
(#6948 #6983) - UI fixes for component page (#6818)
- Remove code from legacy and move to components (#7089 #7060 #7033 #6987 #6982 #6977 #6970 #6971 #6969 #6965 #6950 #6946 #6943 #6932 #6922 #6912 #7013 #6857)
- Remove many unneeded utils (#6643 #7066 #7064 #7063 #7070 #7068 #7067)
- Ready for "new envs api" capabilities (#7040 #6973 #6957 #6933 #6934 #6874 #6780 #6846 #6940 #6926 #7005 #7000 #6904 #7048 #6869 #6963 #7004 #7077)
- Ability to
snap
,tag
and merge components from remote scopes (#7084 #7053 #7051 #7031 #6952 #6836 #7049 #6850 #6886 #7036) - Ability to "sign" a snap or a tag from a remote (#7078 #7028 #7017)
- Update the registry mock (#7082)
- Update pnpm version (#7069 #6993)
- Move Bit to use
rootComponents:true
(#6642) - Re-format all source code with prettier (#7057)
- Load apps as aspects (#6961)
- Allow not adding the env id to the Preview URL (#7083)
- Apply auto-detect-overrides regardless whether it was detected beforehand (#7088)
- Improve application metadata type (#6947)
- Resolve webpack-dev-server version for
bit envs get <component>
(#6939) - Allow configuring via
bit config
-cloud_domain
andsymphony_url
(#6930) - Add
addPostCssPlugins
method to webpack config mutator (#6972) - Support getting an instance of webpack dev server instead of path to it (#6990)
- Calculate tarball sha512 integrity when packing (#6989)
- Refactor around
pino-pretty
(#6789 #6870) - Setting
packageImportMethod
for Yarn (#6860 #6871) - Add missing flattened and edges to new snap/tag (#6848)
- Support reload scope's
index.json
if need (#6838) - Avoid loading envs aspects from various sources once an env is determined either by config or data (#6837)
- Ensure generator is loaded before register slot (#6974)
- Export component preview type (#6903)
- Support multiple docs template and mounters on the same dev server (#6825)
- Add app service transform func (#6847)
- Group by envs and apps for rootComponents (#6800)
- Improve component history handling (#7073 #6856 #6985 #6924)
- Use the default store and cache locations for pnpm (#7039)
- Add
--skip-config
to help in cases aspects fail to load duringbit fork
(#6910) - Introduce a new flag
--one-line
forbit log
(#6885 #7012) - Introduce an API Server to run commands through HTTP server (#7056)
- Fix id-graph to not use graph from the scope when a dependency is in the workspace (#6897)
- Avoid writing staged-config file before
bit tag
is successful (#6852)
- New tab for exploring component's API reference (#6444)
- Responsive top bar navigation in component page (#6709)
- Add component ID and package name in component overview (#6698)
- Keep workspace command history
.bit/command-history
(#6658) - Ability to view contents of non-binary artifact files (#6597, #6623)
- Extract component Typescript schema (#6578, #6624, #6620)
- Ability for 3-way merge of aspects config (#6791)
- Support setting default bit registry in global config (#6807)
- Introduce
--internal
flag to see the private commands (#6725) - Ability to version component on remote and control what to update (#6676, #6602, #6672)
- Ability to check whether a lane is up to date (#6666)
- Ability to checkout
--entire-lane
to get new components on a lane (#6661) - Support tracking files that starts with
.
(#6757) - Allow to skip compilation step when installing dependencies (#6687)
- Ability to remove dependency of a specific type (#6625)
- Support
latest
for checking-out the "tip" of component version history (#6619) - Ability to
toposort
components according to dependencies build order (#6701) - Ability to create and delete lanes from GQL (#6656)
- Get lane diff via API (#6759)
- fix(tag): use pre-release for auto-tag as well instead of patch (#6763)
- Show all changes when comparing between lanes (#6817)
- When no diff is visible, suggest
--verbose
option (#6752) - Update typescript to
4.7.4
(#6603) - Update core
teambit.react/react
to setallowJs: true
by default (#6734) - Tester watch on start is set to
false
by default (#6747) - Print install and import duration, suppress object-count on ci (#6726)
- Support
--json
output option for merge-lane flow (#6654) - List remote lanes (#6736)
- Mocha tester to support typescript (#6621)
- Add hash to the create-lane API (#6815)
- Ability to skip UI build on
bit start
(#6634)
- Better handling when fetching artifacts (#6751, #6776)
- Add guard rails for
bit dep set
when adding a missing dependency (#6702) - Fix case when direct dependencies got duplicated (#6711)
- Fix converting
graph
toComponentGraph
for handle runtime edges correctly (#6833) - Remove previous env even when not in the
.bitmap
(#6828) - Fix component id resolution from URL (#6821)
- Ignore removed components when checking for
MissingManuallyConfiguredPackages
(#6814) - Better error when a command is running outside a workspace (#6806)
- Avoid removing deps that were set before tag/snap (#6805)
- Avoid showing duplicate
MissingManuallyConfiguredPackages
entries (#6812) - Recompile components with build-status failed (#6786)
- Update links to command outputs to docs (#6605)
- Load extensions only once after merging from different sources (#6769)
- Handle log cases where missing entry were not imported (#6697)
- Fix cases where
import
didn't pay attention to current lane (#6801) - UI fixes for viewing lanes (#6714)
- Dist directories should not be removed after install (#6662)
- UI fixes for
usebox
(#6783) - Bug fixes and edge cases around lanes merge (#6692, #6831, #6829, #6826, #6823, #6822, #6767, #6793, #6794, #6803, #6735, #6667)
- Remove the undefined in bit-list header when using
--scope
flag (#6627) bit rename --refactor
to change only packages that have an exact match (#6618)- Fix a typos in command descriptions (#6640)
- Fix rendering of lane selector when viewed lane changes (#6724)
- Fix determine whether a component is new based also on
.bitmap
record (#6655) - Avoid overriding dependencies set before tag/snap (#6696)
bit status
should not show missing deps incorrectly (#6710)- Remove stagedConfig for all exported components (#6732)
- Avoid showing mocha tests output during bit-start (#6680)
- Fix
reset
when the component is diverged on lane and has no head on main (#6678) - Avoid sending historical Version objects during export on lane (#6690)
- pass
pnpUnpluggedFolder
to fix error onyarn install
(#6834) - Filter out soft-removed from --entire-lane flag (#6713)
- Avoid creating two instances of
scope.repository
after bit-cc (#6718) - Hoisting should not override linked components (#6788)
- Don't rerun install for the same manifests again (#6755)
- Fix missing scope-name in flattened-edge prop (#6774)
- Resolve env-id correctly (#6632)
EnvNotConfiguredForComponent
error to suggest runningbit env set
(#6601)
- Improve import performance by fetching only the requested version (#6639)
- Avoid fetching flattened dependencies (#6705)
- Improve
lane diff
performance (#6799) - Yarn should use a content-addressable store (#6730)
- Make history traversal faster by caching them in the fs (#6606)
- Improve
build-graph-from-fs
performance by not trying to import existing deps (#6612) - Support Yarn global cache (#6717, #6729)
- Avoid fetching flattened-deps when possible (#6785)
- Get env preview data on load (#6616)
- Prepare and stabilize
rootComponents
(#6750, #6782, #6631, #6675, #6691, #6688) - Prepare and stabilize envs as plugins (#6745, #6644, #6739, #6811, #6703, #6816, #6780, #6766, #6742, #6693)
- Prepare and stabilize lane-compare (#6704, #6777, #6733. #6677, #6657, #6651)
- Utilize the deps graph when possible (#6775)
- Update babel packages to latest (#6604)
- Upgrade pino (#6797)
- Remove
prodGraph
prop fromget-flattened-dependencies
(#6728) - Utilize pino transport (Worker Thread) (#6798)
- Update harmony version (#6781)
- add default export to core aspects (#6694, #6779)
- updated component highlighter not to use z-indexs component (#6808)
- remove unnecessary code from component overview (#6699)
- Update lint and prettier rules (#6741, #6740)
- Avoid running mutliple on-start hooks in parallel (#6795)
- Use BitError and not legacy error handler for
VersionNotFound
(#6638) - Remove export-metadata, it is not needed anymore (#6758)
- Sync deps for component compare (#6773)
- Avoid loading cli aspect twice (#6719)
- Handle failures inside Mocha hooks (#6753)
- Filter teambit/legacy from root policy (#6649)
- Express route priority type (#6636)
- Get the tsconfig from getCompiler API when possible (#6663)
- Support variant config policy as array of object with name, version, hidden, force (#6810)
- Handle loading aspect-root without a version (#6765)
- Better logs around the removal of staged-config during export (#6715)
- Use named export from aspect when generating link file for webpack (#6754)
- Show generated artifacts of a build in code tab (#6550)
- Introduce a new command
bit write-tsconfig
to write tsconfig files in the components directories (#6506 #6531) - Compile custom envs during installation (#6480)
- Ability to expand/Collapse nested objects and Copy JSON and component configuration tab (#6563)
bit scope-rename
---refactor
flag now rename aspect-ids inworkspace.jsonc
(#6564)bit status
identify duplicate component and package (#6546)- Show component-issue during
status
andtag
when tracked component exists as a package inworkspace.jsonc
. (#6546) - Slot for aspects to register component-issues in
status
. (#6546) bit import --dependents
- builds a graph of all components in the workspace, searches for all paths from them to the target component-id(s) given in the command and imports them.(#6552)status
always show the full-id (#6201)bit graph
supports JSON output with--json
(#6497)- Lanes: Lane Switcher: Switch between all available lanes in Workspace and Scope (#6330)
bit status
supports showing updates from forked lanes (#6575)bit lane
show the full lane-id (#6561)bit lane merge
shows a summary report of component state (merged/unchanged/failed/snapped) (#6500)- feat: add a new "FetchMissingHistory" action (#6595)
- add parents to graphql component log (#6585)
- breaking: change
modifiedComponent
tomodifiedComponents
in the status json output. (#6201) bit build
- replace--all
flag with--unmodified
(#6553)- Improve status API to return ComponentIDs and not legacy IDs. (#6201)
bit status --json
returns component-ids, not the whole component objects. (#6201)- Switch command alias with command name. (#6508)
- Do not store env version in the envs data in model (#6511)
- Dependency drawer scrollable (#6550)
bit remove
- fix "Maximum call stack size exceeded" error when the graph deps is huge (#6565)- Allow recovering when objects are corrupted (#6559)
- Avoid clearing the screen during bit-watch (#6503)
- Add missing packages if specify by end and install shared peers in root if has supported range (#6512)
- Fix scope ui drawer (#6574)
- Avoid saving duplicate aspects to the model or
tag
orsnap
(#6567) bit aspect update
- indicate in the output when components are up to date (#6566)- Validate env policy configs before proceeding with installation (#6525)
- Fix missing head history when on a lane (#6549)
bit show
- avoid throwingEnvNotFound
when running on a remote component (#6556)- Fix node env template (#6555)
- Fix react env minor (#6526)
- Fix
createEsmCompilerTask
signature - Finding local-tags more consistent by always checking diverge-data (#6517)
- Avoid throwing from remotes when fetch-object fails (#6539)
- Fix scope pane layout (#6540)
- Download artifacts from unmerged-lane-id when applicable (#6537)
- Fix snap order + lane component -
useComponentFilters
(#6527) - Fix export on lane when a non-lane-scope has some history on the main-ref (#6530)
bit export
- fixparent-not-found
error when sending multiple snaps to a remote (#6528)bit lane merge
merge components that exist on a local-lane and in.bitmap
withisAvailableOnCurrentLane=false
(#6521)- Avoid throwing
ComponentNotFound
when.bitmap
has a non-exist version on the scope (#6496) bit install
show a clear error when running outside a workspace (#6522)- Fix finding local-versions when on a lane (#6519)
- Don't fail when error from pnpm doesn't have an error code (#6520)
bit reset
- make local-versions on lane be aware of main to not reset it (#6516)bit export
- send only objects needed when exporting on lane and do not rely on the cache (#6504)bit import
- exclude lane-only components when importing entire scope (#6499)- change config overflow-x to auto from scroll (#6591)
- refresh envs filter between lanes (#6590)
- fix: retry to delete pending-objects dir in case of ENOTEMPTY error (#6588)
- fix ParentNotFound error to be shown when is coming from the remote (#6586)
- load dependencies from unmerged head of components (#6584)
- fix: peer dependencies should be hoisted when root components are used (#6562)
- Avoid refetching unbuilt versions when building a graph (#6579)
- Improve loading performance when some dependencies in the graph are build pending (#6568)
- Fetch unbuilt version objects only during
bit import
(#6572) - Keep memory consumption sane when traversing history during fetch (#6541)
- Fix high memory consumption of
fetchWithDeps
(#6534) bit export
- improve lane export performance (#6507)- perf: avoid loading aspects that are not declared as dependencies in the manifests (#6587)
- Update pnpm dependencies (#6547)
- Avoid building the graphs for multiple envs in parallel (#6577)
- Remove
importManyWithAllVersions
, refactor some import methods (#6542) - Move some import methods from legacy to Importer aspect. (#6542)
- Change
applyVersion
of the merge command to not run in parallel, so then it won't runimportMany
in parallel. (#6542) - Avoid reading the same files from the filesystem if they already sent to the client in the previous versions (#6542)
- Move some functions from sources to Snapping aspect (#6523)
- Logging network configuration settings (#6513)
- Avoid caching the component-graph (#6501)
- upgrade post css modules (#6598)
- chore: update minimatch to 3.0.5 (#6596)
- recursively parse export specifiers (#6594)
- eject design pill label component (#6589)
- extract compositions-overview ui into a dedicated component (#6583)
- first version for harmony beta
- resolve performance regression by fixing the dependency resolution cache
- fix ssh command by reverting another fix of "write after end" error
- facilitate debugging by showing the entire stacktrace formatted when BIT_LOG is set
- #2809 - fix legacy capsule exec to not hang on error
- fix export --all --include-dependencies flags to not duplicate components
- fix post receive objects duplications
- add an option to not use load scope from cache for pkg extension
- #2796 - fix legacy compilers that use component.extensions to be build upon tag
- add an option to not use cache when loading scope
- do not use scope cache by default when loading scope programmatically
- #2780 - fix dists codemod of changing one scope to another to not be triggered without --rewire flag
- add timeout option for load core extension via api
- wait for harmony to load if you load it many times in parallel via the api
- expose extensions declarations and instances from api
- do not show loader for internal commands
- fix error when trying to load extension in a folder which is not a workspace or scope
- fix dependency detection for css/scss files
- improve error handling
- release pre-alpha version of Harmony hidden behind a feature-flag
- drop support for node 8
- introduce
bit link --rewire
to change relative paths in the source code to module paths - support running
bit link
for specific components - support hooks for persist and read bit objects into scope
- support react-docs of multiple exports
- add componentRootDir to the tester API (context)
- add specFileRelativePath to the tester API (context)
- add a way to run
bit pack
with a capsule
- deprecate files overrides (using file:// prefix)
- #2159 - fix
bit export
to not show the "fork" message when specifying an id without scope-name - #2487 - fix react docs of union type prop
- #2512 - fix react-docs to preserve spaces/tabs of
@example
- fix capsule to not hang forever when running build/tag/isolate and npm emits errors
- #2482 - delete component's cache upon mismatch
- #2171 - fix ComponentNotFound when using
bit export
with no args and a flattened dependency was converted from no-scope to a remote-scope - #2487 - fix react docs of union type prop
- fix capsule to not hang forever when running build/tag/isolate and npm emits errors
- fix components dependencies detection to resolve from package.json if not exist on the fs
- fix importing compilers and testers for old node versions
- upgrade typescript to 3.8.3
- internal changes to command registration and interfaces
- stabilize capsule by writing the same paths as the workspace relative to the component rootDir
- stabilize Bit by eliminating the removal of shared directory upon import and having rootDir for authored components
- add infrastructure for feature-toggle
- wait for the next event loop before exit child process in bit test
- prevent exporting components when import/require uses a module path with no scope-name (harmony only)
- prevent tagging components that require each other by relative paths (harmony only)
- disallow adding individual files (harmony only)
- new dependency resolver extension (harmony only)
- fix building binary assets
- support configuring the logger level by running
bit config set log_level <level>
.
- support a basic flow of using module paths when no
scopeDefault
is set
- #2211 fix
bit export
to not export non-staged dependencies - #2308 fix "Cannot read property 'scope' of undefined" error on bit export
- #1808 fix dynamic dist reference from
package.json
when isolating via capsule - #2341 fix
bit export --all
to successfully export when deleted from remote - #2268 prevent logger from holding the terminal once a command is completed
- #2300 improve
bit export
performance by pushing new tags only
- support overrides of the workspace defaultScope per components
- use workspace defaultScope to generate node-modules links for pre-export components
- #2247 improve auto-tag output
- fix "JavaScript heap out of memory" errors during
bit export
- #2260 fix duplicate dependencies
- #2264 fix generated dependencies links on capsule
- #2267 fix duplicate devDependencies
- #2258 don't install devDependencies packages upon extensions import
- #2255 avoid adding unneeded overrides upon import
- #1894 introduce
--remote
flag forbit log
- add
--conf
and--ignore-package-json
flags tobit checkout
similar tobit import
- #2231 update typescript to support optional chaining
- improve performance of
bit checkout
by writing multiple components in parallel - fix overrides of a component added with package syntax to be recognized as bit-component
- #2196 fix dependency resolution when Bit component is imported in a sub-package
- install librarian from npm
- add component root dir to bit show (json only)
- #2182 fix package-name replacement of dists when a package has a tilda prefix
- #2182 don't write dependencies dists to a capsule when their compiler was removed
- fix tester's isolate API
- Tester's API can use the
isolate
function. bit status
shows untracked file dependencies recursively.
- #2171 fix component-not-found when exporting to multiple scopes and there are dependencies between them
- #2175 add missing packages from overrides to
bit status
- #2176 fix workspace overrides to not leak rules to unrelated component
- #2178 fix adding ts types packages to respect overrides settings
- compress ssh args before sending
- add new global config
ssh_no_compress
- support anonymous authentication for remote read operations
- add
--token
flag for commands that runs against a remote server - #2101 suggest matching commands
- improve loader when building components
- add
--no-warnings
flag to bit test child process
- #2147 fix overrides to respect dependencies received by a compiler/tester/extension
- fix symlink errors when generating links to
d.ts
files - #2140 update bit-javascript to support
import { x as y }
syntax - fix fork of a component when a dependency exists in an older version only
- update
react-docgen
version from2.21.0
to4.1.1
- keep flattened dependencies saved by auto-tag up to date, although they're not part of the current tag
- show a message about missing test files in the compiled files
- expose buildOne and buildAll for programmatic api (Experimental)
- consolidate isolation options
- formalize isolate api result
- lock memfs package version to v2.15.5 due to issues with the v2.16.0
- #2024 rebuild components upon dependencies changes for compilers that build dependencies
- #2067 fix
bit checkout
to not duplicate modified files when the shared dir has changed - #2079 update bit-javascript to fix error when Yarn workspaces uses nohoist
- #2072 update bit-javascript to support React fragments
- #2066 introduce
--skip-auto-tag
flag forbit tag
- move from flow to typescript
- #2019 fix
bit import --merge
to not override changed dependencies - #2023 better handle external errors from compilers
- #2013 fix bit import when one module resolution alias is a directory of another alias for extensions other than
.js
- #2033 improve bit link to build unrecognized missing links
- #2035 fix "unable to manually add the dependency" error when package.json of an imported component is missing
- #2034 make sure versions are not deleted upon tag when components have cycle dependencies and a version is specified
- #2027 fix ComponentNotFound error when building a typescript component and its Bit dependency is installed as a package
- #2011 update dependents package.json files when ejecting dependencies
- fix bit graph edge colouring for regular dependencies
- call pre and post export hooks actions
- #1981 allow compilers to add all dependencies types and not only devDependencies
- #2004 ask for approval before exporting a component to another scope (fork)
- #2013 fix bit import when one module resolution alias is a directory of another alias
- block tagging components with prerelease versions
- fix "Converting circular structure to JSON" error when logging a circular metadata object
- fix exporting to a different scope than workspace configuration of
defaultScope
- fix exporting components with and without scope at the same time
- #1999 show a descriptive error when a component is missing from the scope
- #1956 introduce a new flag
--rewire
forbit export
to replace the import/require statements in the source to the newly exported scope
- #1956 add
defaultScope
settings in workspace config forbit export
to use when no remote scope defined for component - #1990 auto add
@types/package-name
for *.tsx files
- generate
node_modules
links upon build for new components
- fail early when exporting nested dependency
- fix an error "Cannot read property log of null" upon bit log
- #1988 avoid adding a component to root package.json when importing with
--ignore-package-json
flag - #1972 fix generated links to nested dependencies in the capsule
- #1966 prevent intermediate console printing when
--json
flag is used - #1721 enable removing/workspace-propagating a compiler/tester from component's config
- #1965 fix generated links for
.scss
and.sass
packages to point to the main file - #1959 improve message when running
bit build
when compiler not configured - fix dist replacements upon export (for angular compiler) to support require statements to an internal path
- #1947 workaround an angular-compiler issue when the dists have a prefix
- #1956 add
--include-dependencies
flag forbit export
to be export all component-dependencies to the remote scope - #1956 support exporting components without mentioning a remote by exporting to their last remotes
- #1867 apply workspace overrides config on imported components
- #1863 allow excluding components from
overrides
rules - #1865 allow adding
package.json
props viaoverrides
- #1837 enable executing commands on remote components outside of bit-workspace
- #913 add new flags to bit init
-c|--compiler
,-t|--tester
,-d|--default-directory
,-p|--package-manager
- #1889 auto add
@types/package-name
to the dependencies of TS components - added
no_warnings
config to eliminate some warnings from being written to the stdout
- remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
- #1892 deprecating
bit list --bare
and replace withbit list --raw
- #1774 improve access errors and warn when sudo is used
- change shortcut flag to
bit init
standalone fromt
toT
- safer access to bit global config
- #1903 fix importing dependents to not override dependencies
- fix capsule to respect the
override
property of vinyl files - #1925 update bit-javascript to fix Angular non-relative paths from decorators
- #1885 introduce new flags
--dependents
and--dependencies
forbit show
to display them all recursively - #1908 new bit init interactive Collapse
- #1714 auto recognize mainFile when a file added with the same name as its dir
- #1683 introduce
--namespace
flag forbit list
to support namespaces with wildcards - #1727 prevent saving objects that link to invalid objects
- #1856 fix links deletion from
node_modules
after installing packages by a compiler on a capsule - #1710 improve performance of importing an entire collection
- add workspacePath and bitmapFileName to post-add hook invocation
- improve
bit watch
to watch directories instead of only files to support addition / deletion - #1634 improve the output of
bit watch
- fix "Cannot read property 'push' of undefined" error upon
bit status
- build only the component of the modified/added/removed file upon
bit watch
- #1668 bug fix -
bit watch
doesn't update files
- fix "Cannot read property 'length' of undefined" error upon
bit status
- fix error "unable to link" upon
bit build
when dist is outside the components dir - #1705 preserve newline type of
package.json
and add a newline at the end (same as NPM does)
Bit is now available to install as a binary with all dependencies. This is the prefer method to install Bit, as it is bundled with its runtime. Note that when you install with npm / yarn Bit only supports node < 8.12.0
.
- Support packaging bit-bin into a binary file according to the OS by running
npm run pkg
- Enable compilers and testers to isolate components using capsule.
- add
--no-cache
flag tobit ci-update
command - #1762 allow compilers to add properties to
package.json
file. - #1770 modify dependency links for compilers that bundle them.
- #1663 Support toposort order when compiling components.
- #1808 Adding
dist-path-template
as apackage.json
value, which gets replaced with the calculated dist path upon import. - Generate
index.d.ts
file fornode_modules
links generated for typescript'scustom-resolve-modules
. - Add a custom entry point file for Angular components
- Support providing different main-file for dists by a compiler
- Support identify angular dependencies
- fix require statements to an internal package file to not include extensions if they're [.js, .ts, .tsx, .jsx]
- #1792 don't generate entry-point files for nested dependencies when their
package.json
is written - change dependency links generated when dependencies are saved as components to be module paths and not relative paths
- #1817 fix
ComponentNotFound
error when tagging afterexport
,tag
anduntag
for author using compiler that builds dependencies. - #1810 avoid generating link files with
.ts
,.jsx
and.tsx
insidenode_modules
. - #1807 fix resolution of dependency when 2 files require it and one of them using alias
- #1796 fix dependency resolution when 2 files of component import different things from a file of another component
- #1779 update bit-javascript to prioritize custom-resolve settings
- avoid generating duplicate
require
statements within dependency links files of ES6 - update bit-javascript to fix finding tsconfig.json for Angular projects
- #1750 improve the output to clarify when a dependency package is missing
- #1752 fix dependency links generation when originally there were multiple link files
- fix
directory
flag ofbit ci-update
command - fix installation errors on Windows related to
posix
package by replacing it withuid-number
- #1734 fix error "unable to add the file ..." when the require statement was of
.
or..
as the only string
- add
post-add
hook - add option to isolate component into "capsule" via
bit isolate
command
- update execa to v2.0.3
- upgrade to babel 7
- #1708 support
require
with apostrophes - #1698 fix dependency version resolution when imported component requires authored component
- #1702 fix error "failed adding a symlink into DataToPersist, src is empty"
- #1699 fix config.get is not a function
- introduce a new command
bit undeprecate
to revert deprecation of components - introduce a new flag
--machine-name
forbit login
to help CI servers keep their token not revoked - support
bit import
with wildcards to import an entire scope or particular namespace(s) - support changing the log to json format by running
bit config set log_json_format true
- add bit version validation to
bit doctor
command - add validation for npm executable on
bit doctor
- add validation for yarn executable on
bit doctor
- sort
.bitmap
component ids alphabetically to reduce chances for git conflicts (#1671) - #1627 improve
bit tag
output - add a suggestion to run
bit doctor
on various errors - avoid generating links of devDependencies when installing component as packages (#1614)
- add metadata to
bit doctor
output - update
bit add
help message with instructions for using glob patterns with--tests
- rewrite dependencies when installed as components even when exist to rebuild their dist directory
- #1665 fix resolve-modules prefix with Tilda
- improve sync between
.bitmap
file and the local store, see #1543 for complete use cases - fix
bit remove
andbit eject
to delete the dist directory when located outside the components dir - fix
bit eject
to support component custom npm registry scope - fix generated
package.json
when dist is outside the components dir to point themain
to the dist file (#1648) - ignore
import
/require
statements from CDN (HTTP/HTTPS) - avoid generating package.json inside node_modules for an author when one of the component files is package.json
- preserve indentation of
package.json
files and default to 2 spaces, similar to NPM (#1630) - show a descriptive error when the dist directory configured to be outside the components dir and is missing files
- fix bit build to not generate
index.js
files whenpackage.json
file already exists - prevent overwriting author files by not writing auto-generated content on symlink files (#1628)
- avoid changing the local version of a component to the latest when exporting an older version
- fix post-receive-hook to send all exported versions and not only the latest
- fix dependency resolution to identify link (proxy) files correctly
- fix bit status to not show a component as modified after tag when the version is modified in the dependent package.json
- fix "npm ERR! enoent ENOENT" errors when importing/installing multiple components
- fix dependency value in the dependent package.json to include the path when importing them both in the same command
- fix "EEXIST: file already exists" error when running
bit link
orbit install
and the dist is outside the component directory - fix
bit add
to ignore directories when their files are added (#1406)
- moving Bit configuration to
package.json
. - improve performance of
bit import
by reducing memory consumption and using more cache - reintroduce
-c
alias for--no-cache
flag inbit build
command - improve authentication error message to clearly indicate the various strategies failures
- add authentication fallback to ssh-key in case the ssh-agent is enabled but failed to authenticate
- avoid installing "undefined" npm package when importing authored components
- improve Bit load time by changing bit-javascript to use lazy loading
- remove
dependencies
property from workspacebit.json
. - improve
bit show
to display class properties - replace the cache mechanism from roadrunner to v8-compile-cache
- fix "EMFILE: too many open files" and "JavaScript heap out of memory" errors on
bit import
- fix output for
bit list -j
(remove chalk characters and improve format) - avoid reporting errors on components with dynamic import statements (#1554)
- fix tagging imported components to not loose
package.json
properties - fix symlink generation when a binary file is required from another file within the same component using custom resolve module
- fix
bit status
to not show the component as modified when dependencies have different order - show a descriptive error when user try to export components with private dependencies to collection under another owner
- show a descriptive error when a version object is missing
bit doctor
command and APIs to run diagnosis on a workspace
- fix symlink to binary (or unsupported) files dependencies when installed via npm and have dists
- fix dependencies version resolution from package.json to support versions with range
- fix
remove
command to not delete dependencies files from the scope as they might belong to other components - fix symlink to binary (or unsupported) files dependencies when installed via npm
- replace default bitsrc.io domain to bit.dev
- fix importing components when one file is a prefix of the other in the same directory
- prevent
bit init
from initialize a non-empty scope when.bitmap
was deleted unless--force
is used - improve
bit tag
performance by decreasing hook logging - validate paths properties of the workspace bit.json
- enable print log messages that start with a specific string to the console by prefixing the command with BIT_LOG=str
- improve error message when adding files outside the workspace
- show a descriptive error when npm 5.0.0 fails with
--json
flag - fix errors "EISDIR" and "EEXIST" when generating links and files steps on each other
- fix links of exported components to node_modules for author when a file is not linkable to generate a symlink instead
- recognize scoped packages that were newly introduced to imported components
- fix error "consumer.loadComponentFromModel, version is missing from the id"
- enable removing a component that its workspace and scope representations are not in sync
- fix "error: Could not stat (filename) No such file or directory" when bit-checkout updates multiple files
- fix "JavaScript heap out of memory" when loading a large amount of components
- show an error when deleting a global remote without
--global
flag - show an error when deleting a non-exist remote
- enable custom resolve of aliases to symlink packages (bit-javascript)
- fix error "toAbsolutePath expects relative path"
- improve errors stack-trace readability
- index scope components to improve memory consumption and performance
- extract docs from non-tests files only
- fix
bit show --remote --json
to not crash when a component has a compiler - fix
bit checkout
to update bit.json with the checked out version - fix "Maximum call stack" error when resolving js files after css files (bit-javascript)
- fix
bit checkout --all
to write the correct data when some components are also dependencies of others - fix
bit checkout
to install dependencies as packages when applicable - fix
bit remove --remote
to show the dependents correctly - hide component internal structure diff upon
bit diff
unless--verbose
flag is used - implement postinstall symlink generation for cases when custom-resolve modules is used with unsupported file (such as binary files)
- fix parsing
.tsx
files (bit-javascript)
Bit’s v14 is released side-by-side with the release of the v2 for bit.dev, Bit’s component community hub. New features for bit.dev v2 are announced in Bit’s Blog.
With over 65 new features, changes and bug fixes, v14 is Bit’s largest and richest release to date. V14 is focused on increased stability, agility and performance. It is is fully backwards compatible, and provides a faster and smoother workflow with improved compatibility throughout the ecosystem.
Here are some of v14's highlights:
- Improved performance for tracking, versioning and exporting components by up to 700%.
- Dozens of bug fixes (~70% of open issues).
- New commands
watch
andeject
. - Dynamic namespaces support.
- Improved VueJS support.
- Improved CSS support.
- Auto generated documentation for React.
- New
bit watch
command for building components upon file modifications. - New
bit eject
for removing local components and installing them as packages by an NPM client - Support dynamic namespaces (replaced the namespace/name format with a dynamic name that can have multiple slashes to indicate a hierarchical namespace).
- Support components with binary files (or non-supported extensions) as the only files.
- Support ids with wildcards (e.g.
bit tag "utils/*"
) for the following commands:tag
,untag
,remove
,untrack
,checkout
,merge
,diff
andexport
. - Support mix syntax of typescript and javascript inside .ts file
- Added react docs parsing to extract the description of the properties correctly.
- Support flow types in react doc generation.
- Support Vue files with typescript.
- Support configuring Git executable path.
- Support the new jsx syntax changes by Babel.
- Support print multiple external (build / test) errors.
- Support adding the project
package.json
file to a component. - Support
import ~
from a local (authored) file to an imported sass component. - Add programmatic API for add multiple components.
- Set the only dist file as main file in package.json (in case there is only one).
- Allow removing a component when it is invalid.
- Improved performance for tracking, versioning and exporting components by up to 700%.
- CSS parser replaced for better import syntax support.
- Improve auto-tag mechanism to tag not only the dependents but also the dependents of the dependents and so on.
- Changed
--include-unmodified
to--all
. - Replace caporal package with commander for security reasons.
- Better error when a component was tagged without its dependencies.
- Make bit version command faster and support both
bit -v
andbit -V
to get bit version. - Update tty-table, flow-coverage-report and mocha-appveyor-reporter for security reasons.
- Improve exception handling for old clients connecting to a newer server.
- Shorten the generated component ID to the minimum possible.
- Return status code 1 when bit test has failing tests.
- Suppress an exception of directory-is-empty when adding multiple components and some of them are empty, show a warning instead.
- Improve "missing a main file" error when adding multiple components to print the problematic components.
- Improve performance by caching objects after loading them.
- Fix ci-update command with component version number.
- Fix
bit status
to not throw an exception for invalid components. - Change
--conf
onbit import
to be a path to the config dir. - Replace the deprecated typescript-eslint-parser with @typescript-eslint/typescript-estree
- Fix link files generated to a package when it should point to an internal file of the package.
- Fix parsing React docs to show the
@example
tag. - Fix running
bit link
from an inner directory for author. - Fix ampersand and minus signs causing parse error in css files.
- Fix
bit add
to add the correct letter case even when--main
or--test
flags entered with incorrect case. - Fix errors when component files require each other using module path.
- Fix dev-dependency that requires prod-dependency to include the dependency in the flattenedDevDependencies array.
- Do not delete isolated environment when running ci-update with keep flag and it throws exception.
- Fix import of components with circular dependencies.
- Fix link content generation for authored components on bit install.
- Fix bug with bit show when the remote component has config file.
- Fix context for testers during ci-update.
- Fix missing context in getDynamicPackageDependencies.
- Fix bug with bit show when scope path provided.
- Fix errors "JavaScript heap out of memory" and "Error: EMFILE: too many open files" when exporting a huge number of components.
- Fix error "link-generation: failed finding .. in the dependencies array" when a dependency has a devDependency installed as a component.
- Improve the stability of
bit export --eject
and provide some kind of rollback in case of failure. - Fix bit-remove to delete authored component files when removing an authored component from an inner directory.
- send component origin repo in headers
- improve
bit test
to run tests not only on new and modified components but also on auto-tag pending components
- fix
bit import
of a component with authored dependencies - generate npm links for Vue packages correctly without adding .vue extension to the package
- fix
bit add
to not throw an error for imported components when mainFile is a relative path to consumer - fix error "Cannot read property 'missing' of undefined" when a dependency of dependency has parsing errors (bit-javascript)
- fix link files generation to support the plugin "add-module-export" of babel compiler
- fix error "Cannot read property push of undefined" when a dependent has parsing error (bit-javascript)
- avoid parsing unsupported dependencies files (bit-javascript)
- improve the tree shaking mechanism to work with unlimited number of intermediate files
- present parsing errors by
bit status
and prevent tagging it until fixed - show the newly tagged version for auto-tagged components
- rename
--ignore-missing-dependencies
flag ofbit tag
to--ignore-unresolved-dependencies
- avoid trying tree shaking on CommonJS code
- prevent dependency-resolver from parsing json files as they do not contain any dependency
- fix
bit status
to show a component as deleted when track-dir was deleted for authored - fix parsing error when a Vue file has a dependency prefix with a Tilde inside a style section
- fix detection of .scss files when required with no extension
- don't break
bit status
when mainFile was deleted, instead, reflect it to the user with a suggestion - fix detection of "export * from" syntax of ES6
- support
bit checkout latest
for checkout to the latest version - add
--reset
flag tobit checkout
command for removing local modifications - add
--all
flag tobit checkout
command for executing the checkout on all components - add new flag
--skip-tests
to bit tag command - add
--no-cache
flag tobit build
command - add
--include-unmodified
flag tobit test
command - add troubleshooting-isolating link to bit status
- fix .tsx parsing issue when the tsx dependency is required from a non .tsx file
- fix support of .json dependencies
- fix "SyntaxError: Unexpected token" when parsing .ts files with .js dependencies
- show environments when running bit show on remote component
With over 35 new features, changes and bug fixes, Bit's v13 is focused on increased stability with over 20 bug fixes and support for common workflows including webpack resolve, tsconfig resolving, Vue resolve alias (Vue Webpack template) , Babel module resolver etc. Here are some of v13's highlights.
- add ability to configure custom module resolution in Bit (paths and aliases), to support absolute import statements for projects that use similar features using Webpack, Typescript, Babel, Vue alias etc. PR-#980, #852, #865, #869
- over 20 bug fixes including max call stack, import of binary files and more.
- environments transformed and refactored to act as native Bit extensions. PR-#931
- support "export X from Y" syntax of ES6 without importing X first. PR-#981
- support mixed mode of common-js and ES6. PR-#1036
- support Installing Bit using NPM using
sudo
. commit. - introducing new flags for
bit init
including--reset
and--reset-hard
. PR-#1012
As a reminder, we're switching to major versions to indicate that we, like many others, have been using Bit in production for a long time. v13 follows the previous v0.12 and looking forward we'll continue to follow semver like we've done since 2016.
- add ability to configure custom module resolution in Bit (paths and aliases), to support absolute import statements for projects that use similar features using Webpack, Typescript, Babel, etc.
- support "export X from Y" syntax of ES6 without importing X first.
- environments transformed and refactored to act as native Bit extensions
- introduce a new flag
bit init --reset-hard
to delete Bit files in order to start with a clean workspace - introduce a new flag
bit init --reset
to recreate bit.json and .bitmap files in case they are corrupted - add fork level to the
bit test
command - inject dist dir to node_path variable during test process in order for the author to tag and test custom-resolved components
- added missing programmatic flags for bit isolate cmd
- support mixed mode of common-js and ES6 ("require" and "import" together)
- recognize packages required from d.ts files
- remove alias t from bit test command (conflicts with tag command)
- do not override existing bit.json on bit init
- rename
no-launch-browser
tosuppress-browser-launch
in bit login flag - version validation during
bit tag
- fix import of binary files
- fix error "Maximum call stack size exceeded" when tagging or building a large file
- handle bit diff for local components without specifying a scope
- backward compatibility for components with environments with latest version
- show dependent component id when trying to install missing environment
- prevent overriding local tags from remote components upon import
- throw an error when auto tag components have a newer version
- after auto-tagging a component with a pending update it no longer becomes
modified
- support for running bit log on local components without specifying scope name
- handle adding the same file with different letter cases (uppercase/lowercase)
- improve environments error handling
- support
bit move
andbit import --path
when running from an inner directory bit init
now recreates the scope.json if it does not exist
- add
bit show --compare
data intobit diff
to easily see why a component is modified in one command - when running bit login, also configure bitsrc registry for npm
- adding scss to support ~
- support components with cyclic dependencies
- remove
--write
flag frombit import
, the newly introduced--merge
flag takes care of that - improve merge-conflict error on export to show all components with conflicts
- fix
bit remove
to not delete dependencies when they were imported directly - add error handling to bit login
- improve the error-message "unexpected network error has occurred" to provide some useful data
- introduce a new command
bit diff
to show the files diff for modified components - support importing component on top of a modified one and merging the changes by adding
--merge
flag tobit import
- add -x flag to import (short for --extension)
- fix an end of line issue between os
- #927 fix a case of link file (file that only requires another file) is part of the component
- fix bit-move of a directly imported dependency
- fix importing a different version of a dependent when dependencies are not saved as components
- fix Yarn install when a relative path is written into package.json
- fix bit-merge and bit-checkout commands for Windows
- bug fix - import after tag command was showing an error "Cannot read property 'hash' of undefined"
- fix bit-add to enable marking files as tests of existing components
- bug fix - in some circumstances, same link files were written in parallel, resulting in invalid content
- introduce a new command
bit merge
for merging a different version into the current version - introduce a new command
bit use
for switching between versions - add anonymous analytics usage with prompt
- support merging modified component to an older version of the component
- rename the command
bit use
tobit checkout
- block tagging when a component has a newer version locally, unless
--ignore-newest-version
flag is used - rename
--force
flag ofbit import
to--override
- change
bit list
to show only the authored and imported components, unless--scope
flag is used bit remove
removes components from a remote scope only when--remote
flag is used- improve the output of import command to show the imported versions
- fix bit-install to work from an inner directory
- improve external test and build errors to show the stack
- support
export { default as }
syntax when extracting relevant dependencies from link files
- track directories for files changes and update .bitmap automatically
- show a component as modified (bit status) in case a new file has added to its rootDir or one of the files has renamed
- support updating dependencies versions from bit.json, package.json and bitmap files
- add an option to install peer dependencies in an isolated environment
- add the main file to file list if not specified during
bit add
- add
--all
flag tobit untrack
command
- ignore files named 'LICENSE'
- test components candidates for auto-tag before tagging them
- fix an issue with stylus dependencies from Vue files
- fix catastrophic backtracking when using Regex to find JSDoc
- fix environment import of latest version when an older version is imported
- fix exit status when ci-update fails
- fix bugs when running bit commands not from the workspace root
- fix bug with exporting component to a very old scopes
- send component's metadata to compilers
- fix
bit tag
with--force
flag to force tagging when exceptions occurred during a test - fix
bit test
error message to display the actual exception if occurred - improve error message of
bit tag --verbose
when tests failed to include tests results - improve handling of errors from compilers which return promises
- merge process.env from the main process to tester process fork
- symlink tester env in isolated envs
- bug fix - tests files were ignored during bit add when they're weren't part of the files array and .gitignore contained a record with leading exclamation mark
- bug fix - specifying a component and its dependency as ids for bit remove was not working
- bug fix - fix remove component
- introduced a new command
bit untag
for reverting un-exported tags. - support .vue files
- support
bit install
of specific ids - init local scope inside .git
- support peerDependencies
- support passing arguments/flags to the package-manager by specifying them after '--' (e.g.
bit import -- --no-optional
) - support compilers which return promises
- save bit dev-dependencies components inside devDependencies section of package.json
bit status
shows a list of staged versions in 'staged components' section
- show npm-client's warnings when they are about missing peer-dependencies
- fix outdated to print correct version numbers
- remove a modified component message
- resolving .gitignore files
- #729 fix bit cc to clear module cache
- #769 - prevent duplicate ids in bitmap when adding existing files
- #736 - .gitignore is blocking everything
- default
bit import
with no id to import objects only, unless--write
flag is used - decrease verbosity of npm during bit test
- added
--objects
flag tobit import
for fetching objects only and making no changes to the filesystem - bug fix - dists had incorrect paths in the model when originallySharedDir was the same as dist.entry
- strip dist.entry for imported and authored components only, not for nested.
- write .bitmap on bit init command
- aggregate dependencies and package dependencies in bit show
- add entered username from prompt to context for server side hooks
- support separating dev-dependencies and dev-packages from dependencies and packages when they originated from tests files
- prompt user when trying to remove a component
- restore old behavior of requiring package installation
- support adding test files to existing component
- ignore tracked files when running bit add and print a warning message
- bug fix - bit test fails when the same environment installation was canceled before
- avoid overriding not only modified components but also new components when running
bit import
, unless `--force' flag is used - validate version number during tag action
- allow
bit config
to run in non initialized directory
- #653 read config keys from Git config in case it's not found in bit config
- #516 add
--eject
flag forbit export
for quickly remove local components after export and install them by the npm client
bit build
with no parameter, builds all authored and imported components regardless whether they're modified
bit move
- updates links to node_modules and updates package.json dependencies with the new directory- install missing environments before start build / test process
- print message in case of cyclic dependencies
- fixed ci-update from failing when no compiler or tester
- add link-file for authored exported components from the root node_modules of a component to its main-file
- avoid fetching the dependencies of versions older than the current imported one
- migration - remove latest from compiler
- fix bug with importing old components with compiler defined
- fixed deserialize bug with bit remove
- extension system (beta)
- #540 support Yarn as package manager
bit import
: install hub dependencies as npm packages by defaultbit import
: install npm packages by default- #613
bit install
command to install all packages and link all components - #577 auto add workspaces to root package.json
- #515 save direct dependencies in package.json with relative paths
- #571 apply auto-tagging mechanism for imported components
- #541 add package manager config to bit.json
- support saving dists files on a pre-configured directory relative to consumer root
- support
bit show --compare
with json format
- change auto-generated node_modules links to be the same as NPM installation of components (@bit/scope.box.name)
- rename
bit bind
command tobit link
- reanme {PARENT_FOLDER} variable to {PARENT} in dsl of add
- rename .bit.map.json to .bitmap
- avoid writing long files paths for imported components when there is a shared directory among the component files and its dependencies
bit log
now shows semver instead of version hash- #537 rename dist flag to --ignore-dist and by default create dist files
- #527 rename structure property in bit.json
- remove 'dist' attribute from root bit.json by default
- rename
no_dependencies
flag tono-dependencies
onbit import
- rename
no_package_json
flag toignore-package-json
onbit import
- change
bit remote rm
tobit remote del
- run bit init automatically if dir is not initialized but contains .bitmap file
- do not write the component's bit.json file, unless
--conf
flag is set
- #517 when a nested dependency is imported directly, re-link all its dependents
- #608 absolute components dependencies for new components throw an error
- #605 component with modified dependencies doesn't recognize as modified
- #592 auto-tagged component were not shown as staged in bit status
- #495 support adding files to imported components and ignoring existing files
- #500 files added under one component although it was not specified
- #508 componentsDefaultDirectory do not support anything other than one dynamic param per folder
- #543 remove imported component not working
- avoid building process when a component was not modified
- prevent overriding index file if exists
- support tagging the entire local scope and all imported components to a specific tag using
--scope
and--include_imported
flags - add bit pack command to build packages for registry
- tag command now accepts a version
bit test
- paint a summary table when testing multiple componentsbit status
- add a new section "deleted components" for components that were deleted from the file-system manuallybit import
- prevent overriding local changes unless --force flag was used- sort
bit show
andbit list
components alphabetically - Auto update .bit.map.json to semantic versions
- improve stability and performance of the dependency resolution mechanism
- removed
--include-imported
flags as--all
can be used for the same functionality --scope
flag can be used without--all
- message in tag command is now optional
--all
and--scope
accepts version (optional for--all
and mandatory for--scope
)- fixed bug on windows that created test files as components
- fixed bit add bug when adding test files with DSL
- fixed output to be the same for tag command
- fixed bit list command display for deprecated components
- fixed bit show with compare flag to display dependencies
- don't write dists files for authored components
- bug fix - components that were not indicated as staged-components by
bit status
were exported bybit export
- bug fix - tests files saved with incorrect path when
bit add
was running from non-consumer root bit add
- exclude a component when its main file is excluded- bug fix - generated .ts links were not valid
- change versions numbers to be semantic versions
- add
--outdated
flag tobit show
command to show the local and remote versions of a component - add
--outdated
flag tobit list
command to show the local and remote versions of components bit show
- show components that will be tagged automatically when their dependencies are tagged- export / import performance and stability improvements
- add plugin mechanism to support different file types
- SSH authentication can be done with SSH username and password in case a private key or an SSH agent socket is not available
- SSH is not supporting passphrase in case a private key is encrypted
- reimplement cat-object command
bit show
- show components that will be tagged automatically when their dependencies are tagged- bug fix - dependencies were not written to the file-system when cloning a project with an existing bit.map file
- disable the local search
- fix a bug which prevents the ci running tests in some cases
- bug fix - re-adding a component after exporting it was considered as a new component
- fix a bug which makes bit test command not work when a component use bit/ to require another component
- prevent bare-scope corruption when the export process fails
- fixed stderr maxBuffer exceeded bug in ci-update cmd
- fix a bug which makes imported components considered as modified
- fix typo in help man page
- rename
bit commit
tobit tag
- extract only relevant dependencies from link files (files that only require other files)
- typescript - extract only relevant dependencies from link files (files that only require other files)
- take package version from package.json in the component / root folder to support semver package dependencies
- new field in bit.json (bindingPrefix) for dynamic links
- add flag to bit show to compare component in file system to last tagged component
- better handling deleted files
- improve bit add to convert files to valid bit names
- fixed - writing dist files to wrong directory during bit tag / test commands
- fixed remove of exported component
- prevent bare-scope corruption when the export process fails
- fixed stderr maxBuffer exceeded bug in ci-update cmd
- throw error when tester doesn't return any result for test file
- change the order of determine the main/index file - it's now ['js', 'ts', 'jsx', 'tsx', 'css', 'scss', 'less', 'sass']
- improve checkVersionCompatibility between server and client
- show correct message / error when the tester has an exception during bit test
- fix bug with printing wrong id on bit tag for component in versions between 10-19
- handle invalid bit.json
- bit add on missing test file should throw an error
- prevent test files from becoming new components
- fix bug when component version is larger than 10 it won't show as staged
- support requiring imported components using
require('bit/namespace/name')
syntax - new remove command for removing local and remote components
- new deprecate command for deprecating local and remote components
- new move command for moving files/directories of a component to a new location
- create package.json for imported components
- exclude import-pending components from 'new components' section
- add ignore missing dependencies to commit
- save all dependencies on one configurable directory (components/.dependencies by default)
- add support for tsx files
- generate internal component links according to their compiled version
- move a re-imported component to a new location when
bit import --prefix
is used - fix commit and export issues when dealing with more than 500 components
- fix export of large amount of data
- fix bug with commit --force when tests throws an exception
- fix bug - when you import authored component (and there is a newer version) it duplicate it in the .bit.map.json
- fix bug - when you import authored component it was added to bit.json dependencies
- fix bug with ssh2 times out on handshake
- improve windows support
- add bit untrack command
- support CSS/less/sass/sass as main file
- support jsx extension as the main file of a component
- support adding new files to imported components
- deprecated install command
- fix the search according to search-index v0.13.0 changes
- prevent exporting a component when the same version has been exported already to the same remote scope
- avoid running the build and test processes upon
bit status
- allow export specific components without specifying the scope-name
- avoid tagging unmodified components unless
--force
flag is being used - resolve dependencies from all component files regardless whether they are referenced from the main file
- bug fix - the author was not able to update his/her component in case it was changed in another scope
- bug fix - status command shows an error when components directory has an unreferenced (from bit.map) component
- avoid generating links for author components
bit import
from bit.json does not write to the file-system a dependency when it is also a direct import- bug fix - export would hang when the ssh server was existing before closing
- don't calculate nested deps when calculating modified component during bit status/commit
- fixed exception is thrown in
bit ls
after exporting components - removed
--cache
flag frombit ls
- added
--environment
option forbit import
- reformatted
bit import
output (components, dependencies, environments) - remove duplication for missing packages warning
- Remove the npm tree output for component ci flow
- add verbosity option to some places
- added auto generated msg to bitmap and all generated link files
- fix a warning on the bit --version command
- support render tag in js docs
- bug fix - imported components were deleted from bit.map when importing nested components of the same scope and name
- write dist files on import according to .bit.map.json
- improve bit remote output (put it in a table)
- fix but with export when the remote has a dependency in the wrong version
- windows support
- support auto updating of bit for npm installation
- support deleting files from a component
- improved bit help
- fix bit config command for linux
- update bit-javascript dependency
- fixed remote add exceptions to human-friendly errors
- improvement - when there are several potential main files,
bit add
selects the one that is closer to the root - show a friendly error when SSH returns an invalid response
- fix an error when there are multiple open SSH connections
- update bit.map and the file system when a nested component is re-imported individually
- fix ci-update command when there are tester and compiler to use the same isolated-environment
- fix an error when importing a component, exporting it, modifying and exporting again (v3)
- fix links generation when importing from a non-consumer root path
- fix ci-update command to generate links when necessary
- fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
- fix the local and remote search
- fix the internal ci-update command where an environment has a tester without a compiler
- improved commit, add, export and status outputs
- support general failures on bit test (like on before)
- status output with missing dependencies
- help flags adjusted to new help
- missing dependencies formatted on commit
- sources no longer part of bit.json's defaults
- improve readme
- improve outputs
- improve windows support for import command
- exception when using
bit test
orbit build
before adding first components - add new flag to bit add to override or append files to bit component
- improved commit, add, export and status outputs
- improved bit help
- Improve log files (rotate, color, prettyPrint)
- Support define dependencies for imported components
- bug fixes for export command
- bug fix - component stays in "staged components" section after the second export
- support exporting binary files
- fix a bug when importing version 2 of a component while version 1 has been imported before
- fix a bug when exporting version 3 of a component after importing version 2
- bug fix - install test environment if not exist upon bit test
- Fix conflicts when import from bit.json more than one component with the same nested deps
- Remove duplicates from missing packages (during import) warning
- improve error on adding non existing file
- improve support for imported components as dependencies of authored components
- auto-resolve dependencies for imported components
- fix memory leak when exporting a big amount of components
- fix running import command from a non-root directory
- support specifying multiple ids using export command
- fix the auto creating dependencies during commit
- performance improvement for status and commit
Improve resolving packages dependencies for ts files
- Upgrade: Bit now works with a new set of APIs and data models for the code component and scope consumer.
- Important: Bit is not backward compatible with remote scopes running older versions of Bit.
- Add babel-plugin-transform-runtime to support async functions
- bugfix - install drivers in scope level before test in scope
- bugfix - install drivers in scope level before build in scope
- bugfix - calling to old bind command during component e2e tests
- update "bit-javascript" dependency to 0.6.4
bit test
shows the error stack in case of a fatal error- add logger
- support debug-mode for e2e tests
- update "bit-javascript" dependency to rc ("^0.6.4-rc.1")
- Try using cache before fetching remote
- support running e2e tests in a dev environment where
bit
command is different (such as bit-dev) bit import
no longer uses the internal cache objects to retrieve remote bit-components.- avoid corrupted data in a scope when dependencies somehow are not being resolved.
- allow
bit init
when there is a bit.json file without thesource
orenv
attributes. - bug fix: don't show the version-compatibility warning more than once
- remove duplications from dependencies list of
bit import
output. - suppress dependencies list upon
bit import
, unless a flag--display_dependencies
is being used. - warn for missing driver
- set the file-extension of the built-dist-file according to the current language ('.js' by default)
- support async/await syntax.
- remove the injection of bit-js module into the tester environment.
- add bit-javascript as a dependency and a post install hook.
- do not show tests output in case of thrown error on commit, use verbose flag to see the error.
- parse @property tag of JSDoc
- add
bit reset
command for cancelling the last local commit - extract the importing bit.json components functionality from
bit import
into a new commandbit install
. - add infrastructure for e2e tests
- fix onExport hook to get called after writing dependencies to bit.json
- increased max listeners to 100 (prevent warning message)
- colored commit success message
- support for merge conflict error reporting via ssh
- docs - fix bitsrc links to work
- [removed] JSDoc data are saved only for functions with a tag
@bit
. - fixed component classification (local or external)
- JSDoc data are saved only for functions with a tag
@bit
. - do not terminate watcher after failures.
- add the commit-log details to the Component object, so then it'll be available for
bit show --json
andbit export
.
- do not preserve node.js path cache for required bit-driver because it varies over time.
- enable bit watch command -> build-all-inline on every change
- enable "bit build --inline" command with no arguments for building all inline components
- send a correct error message on commit with wrong id.
- add onModify hook.
- show error-message for 'bit build' when no compiler is specified.
- write dependencies on modify.
- do not write bit.json's
misc
andlang
properties if the default value is presented. - send correct error message when there is invalid inline id (wip).
- add bind command (which calls the driver bind command).
- fix bug with specs that need compiling for server use
- fix bug with specs that need compiling
- write the specDist only if it exists
- fix test for components without compiler
- implement the isolated environment for build
-
bare scope test creates a new environment and runs the tests there.
-
test command -i runs the tests on the file system (inline components).
-
build command now saves dist/<implFileName> && dist/<specsFileName> for the specs file.
-
change the component resolver to fetch from dist/<implFileName> instead of dist/dist.js.
-
package dependencies of environment modules would be installed at component level from now.
-
npm loader would not be present, --verbose will show npm output after the installation is done.
- bug with environment installation (npm install at project level).
- add module 'component-resolver' to resolve a component path using its ID.
- support generating an isolated bit-component environment on-the-fly so it will be easier to run build and test from everywhere
- the compiler can implement a build method instead of compile, get an entry file and run webpack for example (wip). implemented for inline_components, and still need to implement environment module in order to fully work.
- add --skip-update option to the main bit help page.
- run some hooks (for now: onCommit, onCreate, onExport and onImport) using a language-driver
- lang attribute on the bit.json, enable language that will save on the model of the component.
- ssh is exiting before writing the entire response.
- exception was thrown when trying to read non-existing private key.
- put [search] index procedure under try catch, warns in case it fails.
- fixed bug with list/show remote components with misc files.
- issue with npm ensure that was caused due to latest version changes
- issue with installing deps from local cache instead of external
- exit code with only numeric values
- support adding misc files to a bit component
- enable "bit test --inline" command with no arguments (test all inline components)
- npm install for bit dependencies will work via temp package.json instead of invoking parallel npmi
- when exporting and missing @this, show friendly error
** breaking change - a scope with this version won't work with consumer with lower versions **
- ssh protocol has changes and now contains headers with bit version
- do not override files upon "bit create" unless -f (--force) flag is used
- bit ls and show commands can be performed outside of bit scope
- if there is a difference between the versions of the remote bit and the local bit (the remote scope has a greater version) bit throws a error/warning message according to semver difference major/minor
- bit scope-config public command
- license file inflation
- scope meta model
- bit resolver command
- error message on component not found
- hotfix for multifetch bug
- add 'no results found' message on ci when there are no specs
- bug fix: typo on destructuring for making export compatible
- added validation on stdin readable for private cmd _put
- make the ssh mechanism backwards compatible with older versions
- put now work with stream (after export) instead of putting the data on a command argument
- replace the use of sequest module with ssh2 module directly.
- bit cat-scope private command
- bit refresh-scope private command for updating model
- change the header of the bit-objects to contain the hash of the file as a second argument
- add the hash to the header of the any bit-object
- add posix as an optional dependency (windows)
- specsResults verbose output after ci-update
- add bit clear-cache cmd
- now running clear cache before bit update
- add bit-dev script for linking dev command, for development
- circle ci integration
- package node v6.10.0 (LTS) (working for osx, debian, centos)
- throw the right error code when inner problem occures
- handled errors will also have exit code 1
- saving the component id to bit.json after export is a default behavior.
- bit export --forget flag for not saving to bit.json after export.
- Solved bug with specsResults pass attribute not updating after ci update.
- bug with @ on scope annotation
- improved readme and docs
- documentation under ./docs
- gitbook integration
- change mock-require to mockery on testing mechanism
- support node 4 with babel-preset-env + add plugins, instead of stage-0 preset
- add source-map support for dist (enables compiled bit debugging)
- small fix after import without peer dependencies (do not show the peer dependencies header)
- import multiple components on one import (bit import componentA componentB)
- write components specific version in bit.json after import -s flag
- distinguish between peerDependencies and dependencies on the output of an import command
- loader for export command
- scope now fetch devDependencies (compiler/tester) on export
- scope does not fetch devDependencies on import
- changed dev to environment flag on import command
fix a bug with import many ones function
- loaders.
- stablize version.
- improve error handling.