@blackbaud/skyux-builder
Advanced tools
Changelog
1.14.0 (2018-04-19)
SKY UX libraries can now define their own locale files for localizing strings. #379
Changed the Webpack source map devtool from cheap-module-eval-source-map
to source-map
. This fixes source maps in Firefox. #384
Added the ability to resolve a missing environment ID context before rendering the application. For instance, if the envid
parameter is required by your application, but none is supplied either through the query string or the SPA's skyuxconfig.json
file, the user will be presented with a screen to select an environment. If the user is only in one environment, the application will automatically be reloaded with that environment. #399
To opt into this new behavior, simply add the following to your skyuxconfig.json
file (or merge it with your existing params
section if it already exists):
"params": {
"envid": {
"required": true
}
}
Changelog
1.13.0 (2018-04-13)
addin
parameter. #396require
. #395skyAppLink
respect the queryParams
attribute. #390 Thanks @Blackbaud-MitchellThomas!toHaveText
test method. #392SkyAppRuntimeModule
through @blackbaud/skyux-builder/runtime
. #391Changelog
1.11.0 (2018-03-16)
skyuxconfig.json
. #370 Thanks @Blackbaud-BrandonHare!skyux serve
with the --hmr
flag. #359skyAppLinkExternal
directive. #366 Thanks @Blackbaud-MitchellThomas!@blackbaud/skyux-logger
package. #357