- Added ability to deactivate a SPA by its configuration file. #94
- Added
--assetsGlob
option. #92
- Updated precompression logic to not compress files under 1KB. #90
- Fixed issue with uploading static library metadata to table storage. #89
- Updated
@blackbaud/skyux-logger
to version1.2.2
. #88
- Upload pre-compressed versions of files that can be compressed. #86
- 2.0.0 major release. #85
- Set Content-Type on uploaded files from disk. #84
- Fixed blob Content-Type headers. #83
- Migrate to supported Azure NPM libraries. #81
- Updated the
deploy
command to create private blobs. #80
- Updated the
deploy
command to set the correct content type for stylesheet assets. #78
- Updated the
deploy
command to support stylesheet assets. #77
- Updated the
deploy
command with an option to change the name of the root element for the application to bootstrap (e.g.,--rootElementTagName app-root
). #76
- Updated the
deploy
command with an option to disable hashed asset file names. #74
- Updated the
baseUrl
used in theportal
. #73
- Updated the
content-type
used for JavaScript files fromapplication/x-javascript
toapplication/javascript
. #72
- Updated the
deploy
command to upload assets in series instead of parallel. #71
- Fixed the
deploy
command to correctly exclude directories, even if they contain dots. #70
- Fixed the
deploy
command to correctly include versioned static assets. #60 - Updated the version of
minimist
. #61 - Updated the version of
acorn
. #59
- Fixed the
deploy
command to correctly log an error if no static assets are found. #56
- Fixed the
deploy
command to correctly deploy the major version of static assets. #51
- Updated the deploy command to always record the explicit version but maintain the major version for pre-releases. #47
- Display any errors caught during the
publish
command. #45
- Call the new deploy and publish endpoints provided by the SPA service rather than write directly to table storage. #43
- Updated dependencies. #41
- Added
size
property for each script stored in table storage. #39
- Added
isStaticClient
flag. #31 Thanks @Blackbaud-TimPepper!
- Removed ability to log SKY UX version. #31
- Migrated all logging to use
@blackbaud/skyux-logger
package. #25 - Bugfix for reading SKY UX version when using NPM 5. #24
- Returning non-zero exit code if no assets are found during
deploy
. #21
- Fixed bug parsing
JSON
files when BOM was present. - If
deploy
orrelease
step fails, return non-zero exit code.
- Uploading assets as block blobs instead of append blobs to Azure.
- Adding missing
glob
dependency.
- Deploying any files in
dist/assets
. #14
- Deploying
skyuxconfig.json
andpackage.json
files.
- Initial release to NPM.