This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
Releases: spryker/antelope
Releases · spryker/antelope
Version 2.2.3
- fix manifest collector
Version 2.2.2
- zed: load dependencies starting from Gui module and cascading to other modules and project at last
Version 2.2.1
- remove github ssh deps, require them using https
Version 2.2.0
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
Version 2.1.2
--no-bin-link
added toantelope install
command to build to install Zed bundles' modules on windows based machines
Version 2.1.1
.allowUnknownOption()
added to build command in order to allow custom flags
Version 2.1.0
- new dependencies (
postcss-loader
andautoprefixer
) - updated dependencies (less warnings)
- provider system updated (full support for bundle aliases)
- allow configuration extensions
Version 2.0.4
- yves build process searches for common entry points in core, even when there is a target theme
Version 2.0.3
2.0.3
package.json
allows module's patch version improvements only
2.0.2
- zed entry points fix: now build even within custom bundle
Version 2.0.1
- npm public registry ready