@blackbaud/skyux-builder
Advanced tools
Changelog
1.20.0 (2018-08-30)
Note Updating to this version of SKY UX Builder requires that SKY UX also be updated to 2.21.0 because it takes advantages of new features in SKY UX.
@skyux/theme
library that is part of the latest version of SKY UX 2. #458browserSet
for e2e tests similar to the option that exists for unit tests. Currently the only supported browserSet
value is speedy
. #459parameters
section of skyuxconfig.json
specifies leid
as a required parameter. #461 Example:"params": {
"leid": {
"required": true
}
}
@blackbaud/auth-client
package to reflect a change in policy for changing BBID user session timeouts from 15 minutes of inactivity to 90 minutes. #462Changelog
1.19.0 (2018-07-18)
skyux build-public-library
command to use same compiler as skyux build
. #417SkyPactService
. #430 Thanks @Blackbaud-KrisMahon!skyuxconfig.json
to skyux test
and skyux e2e
configuration files. #431$schema
property in skyuxconfig.json
to allow for better IDE intergration. The value of ./node_modules/@blackbaud/skyux-builder/skyuxconfig-schema.json
is applied to the default template and can be retroactively added to older SPAs. #358browserSet
property in skyuxconfig.json
to control which browsers to use during testing. Applicable values are speedy
, quirky
, and paranoid
. #431excludeFromRequest
property in skyuxconfig.json
to exlude parameters from requests. #432