@blackbaud/skyux-builder
Advanced tools
Changelog
1.0.0-beta.20 (2017-04-24)
Access-Control-Allow-Origin
header when running skyux serve
.Changelog
1.0.0-beta.18 (2017-04-21)
skyux test
from failing if no *.spec.ts
files are specified.Changelog
1.0.0-beta.16 (2017-04-17)
importPath
from skyuxconfig.json
.Changelog
1.0.0-beta.15 (2017-04-13)
src/assets
and referenced via ~/assets/
in all HTML/SCSS files.envid
and svcid
in SkyAuthHttp
requests.preload
and postload
plugin hooks. Started initial work for lifecycle hooks. (Thanks @Blackbaud-SteveBrush!)SkyAppConfig
interface for passing around configuration.Changelog
1.0.0-beta.14 (2017-03-22)
skyuxconfig.{current-skyux-command}.json
, if it exists, into the skyuxconfig.json
file. For example, skyuxconfig.serve.json
.--envid
and --svcid
to be specified via the CLI and added to the Host URL opened when running skyux serve
. For example, skyux serve --envid 1234
hidden
property that only take effect when SKY UX styles are loaded.Changelog
1.0.0-beta.13 (2017-03-06)
Changelog
1.0.0-beta.12 (2017-03-01)
browser
and e2e
.Changelog
1.0.0-beta.11 (2017-03-01)
skyux serve
in favor of dynamically finding an available one. Port is configurable in skyuxconfig.json
with the app: { port: <port> }
setting.SkyAppTestModule
to support better SPA unit testing.webdriver-manager update
before running npm run test
. (Testing SKY UX Builder).skyux serve
.