Releases: bitrix-tools/cli
Releases · bitrix-tools/cli
v3.2.1
v3.2.0
- Fixed dependency tree (Npm Shrinkwrap)
- Updated JSDOM initialization, now it starts with the
pretentToBeVisual
parameter - Added localization autoloading in tests
- Added support for running build by extension name or by extension name list (
-e/--extensions
) - Added the ability to expand the list of monitored file types (
bitrix build -w=default,vue,json
) #13 - Improved build error output. Added standard labels "Build error:" and improved formatting
- Fixed an error due to which the watcher could stop its work if there were build errors
- Fixed a bug where @bitrix/cli could try to run non-existent tests, in recent versions Node.js
- Fixed a bug with resolving extensions in tests, for extensions from /local #7
- Fixed a bug with resolving product extensions when build extensions from /local
- Fixed a bug that could cause the build to loop under Windows #56
- Updated some dependencies
v3.0.0
- Fixed bug with "protected" param in bundle.config.js
- Added automation for images in css
- Added private properties support by default
v2.3.9
- Added "browser: true" for rollup-plugin-node-resolve by default
v2.3.8
- Fixed typo in
bitrix create
success message - Fixed
npm audit
warnings