- zed: load dependencies starting from Gui module and cascading to other modules and project at last
- remove github ssh deps, require them using https
install
command runs usingnpm install --no-optional
to prevent os compatibility issuesinstall
command has an optional flag-n|--nosym
to runnpm install --no-optional --no-bin-links
; this is useful to prevent symlink generation on Windows systems
--no-bin-links
added to build to install zed bundles' modules on windows based machines
.allowUnknownOption()
added to build command in order to allow custom flags
- new dependencies (
poscss-loader
andautoprefixer
) - updated dependencies (less warnings)
- provider system updated (full support for bundle aliases)
- allow configuration extensions
- yves build process searches for common entry points in core, even when there is a target theme
package.json
allows module's patch version improvements only
- zed entry points fix: now build even within custom bundle
- npm public registry ready
- version test added (check Spryker GUI bundle compatibility - temporary disabled)
- legacy compatibility for v1 projects with
-l|--legacy
flag
- code refactor
- webpack configuration moved ouside the tool
- new provider implementation
- npm public registry ready
- new provider implementation
- virtual machine watching system improved
- resolve bundles root path case-sensitive issues
- custom
antelope
object property into webpack configuration - disable a theme: set
antelope.disabled = true
property into webpack configuration - test added to install command
optimizer-loader
added for a better assets organization in public folder- minor bugfixes
- README updated
- cleaned up code
- build timer (it says how many seconds antelope takes for each build)
- consistent watch mode (if you get a compilation error during build, antelope will watch files anyway instead of exiting)
- improved error tips
- improved
antelope install
command (it will install project and corenpm
deps)
This is the first public release od Antelope.