- Added support for passing local navigation to omnibar via
skyuxconfig.json
. #152 - Refactored
publicRoutes
property inskyuxconfig.json
toroutes
withpublic
andreferenced
properties in preparation for publishing SPA routes to the navigation service. #152 - Fixed bug parsing
skyuxconfig.json
when a BOM was present. #153 - Updated
@blackbaud\auth-client
to 1.5.0. #154
- Added
appSettings
property toskyuxconfig.json
. #146 - Removed internal duplicate interface for AuthClient. #145, #149
- Removed internal duplicate interface for HelpClient. #147
- Bugfix: Correctly expose
SkyAppConfig.runtime.routes
. #150
- Bugfix: Correctly return a non-zero exit code if the
skyux build
command fails.
- Correctly displaying sourcemaps for TypeScript file. #136
- Updated dependencies. #133
- Fixed dependency reference for
remap-istanbul
. - Excluding
src/app/lib/
folder from code coverage instrumentation. #135 - Allowing TSLint errors to fail the
skyux build
command. #139
- Added ability for tokens to be provided via a token provider rather than always using
BBAuth
to obtain a token. #129 - Fixed issue where not all possible properties for help config were specified in the help config interface. #130
- Upgraded
@blackbaud/auth-client
to 1.3.1. #131
- Using
subjectAltName
in SSL certificate in order to support Chrome 58+. #127 - Bugfix to allow content to pass through multiple plugins. #124
- Explicitly adding
Access-Control-Allow-Origin
header when runningskyux serve
.
- Bugfix: Removed unnecessary route information in order to fix
skyux e2e
on Windows. #122
- Preventing
skyux test
from failing if no*.spec.ts
files are specified.
- Bugfix to correctly read
importPath
fromskyuxconfig.json
.
- Bundling images stored in
src/assets
and referenced via~/assets/
in all HTML/SCSS files. - Automatically including
envid
andsvcid
inSkyAuthHttp
requests. - Added
preload
andpostload
plugin hooks. Started initial work for lifecycle hooks. (Thanks @Blackbaud-SteveBrush!) - Created a consistent
SkyAppConfig
interface for passing around configuration.
- Merging
skyuxconfig.{current-skyux-command}.json
, if it exists, into theskyuxconfig.json
file. For example,skyuxconfig.serve.json
. - Adding
--envid
and--svcid
to be specificed via the CLI and added to the Host URL opened when runningskyux serve
. For example,skyux serve --envid 1234
- SKY UX styles are now loaded when running unit tests so CSS rules defined in SKY UX take effect during tests. This allows you to check the the expected computed style of an element when using things like the HTML
hidden
property that only take effect when SKY UX styles are loaded.
- Bugfix: Fixes AOT + Auth build.
- Bugfix: Reorganized runtime exports into
browser
ande2e
.
- Updated URI used when accessing HOST to https://host.nxt.blackbaud.com.
- Removed hard-coded port used in
skyux serve
in favor of dynamically finding an available one. Port is configurable inskyuxconfig.json
with theapp: { port: <port> }
setting. - Automatically passing SPA name when using host-utils.
- Created
SkyAppTestModule
to support better SPA unit testing. - Bugfix: Added json-loader as dependency.
- Bugfix: Calling
webdriver-manager update
before runningnpm run test
. (Testing SKY UX Builder). - Bugfix: Incorrectly passed SPA name twice in URL opened by
skyux serve
.
- Allowing
help-client
to be automatically included by adding"help": { "productId": "applicable-productId" }
toskyuxconfig.json
. Thanks @blackbaud-stevebrush! - Refactored
e2e
command to runbuild
, then lightly serve files to host. - Created
SkyHostBrowser
for easily communicating with SKY UX Host when runningskyux e2e
. - Deprecated
--noServe
option onskyux e2e
.
- Correctly passing
--launch none
when runningskyux e2e
. - Fixed import path for bootstrapper in AoT mode.
- Fixed 'No provider for SkyAuthHttp' error with AoT compilation.
- Relaxed constraints on omnibar configuration to account for all possible omnibar options.
- Fixed AoT compilation that broke when Blackbaud auth/omnibar support was added.
- Added Blackbaud auth/omnibar integration.
- Bugfix where
skyux e2e
would fail if no spec files were found. - Bugfix where
skyux version
incorrectly read version from SPA'spackage.json
. - Changed
skyux serve
to only pass externals, scripts, and localUrl in querystring. - Corrected documentation for
-l
or--launch
flags. - Added badges to README.
- Removed support for
--noOpen
flag. Instead added-launch
flag withnone
,local
, orhost
(default). Ex:-launch local
. - Bugfix where
e2e
task would always return an exit code of 0. - Passing any externals defined in
skyuxconfig.json
for local development.
- Added
externals
support inskyuxconfig.json
for adding external CSS and JS. - Upgraded SSL certificates used. Please follow installation instructions.
- Upgraded various NPM packages including SKY UX and Angular.
- Using single underscore to prefix routes with parameters.
- Bugfix where new folders were not added to the watch list when running
skyux serve
.
- Initial release to NPM.