Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blackbaud/skyux-builder

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/skyux-builder - npm Package Versions

1
12

1.18.0

Diff

Changelog

Source

1.18.0 (2018-06-21)

  • Added LCOV code coverage output when running skyux test. #416
  • Added support to use tildes for imports in SCSS files in libraries. #415
  • Added support for route navigation during skyux e2e. #414
  • Bugfix to properly handle multiline entry of styleUrls. #418
blackbaud
published 1.17.0 •

Changelog

Source

1.17.0 (2018-06-14)

  • Updated auth-client to 2.7.0 which supports omnibar theming. #412
blackbaud
published 1.16.0 •

Changelog

Source

1.16.0 (2018-05-31)

  • Updated auth-client to 2.6.0 to support passing leid to the omnibar, to automatically include leid in SkyAuthHttp requests, and to add an leid flag for skyux serve that adds a legal entity ID to the Host URL. #406
blackbaud
published 1.15.0 •

Changelog

Source

1.15.0 (2018-05-11)

  • Bugfix to properly fail skyux e2e if build step fails. #404
  • Updated skyAppLink directive to not include parameters whose current values match their default values. #402
  • Upgraded auth-client to 2.5.0. #407
  • Upgraded skyux-lib-help to 1.3.0. #401, #405
blackbaud
published 1.14.0 •

Changelog

Source

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
  }
}
blackbaud
published 1.13.0 •

Changelog

Source

1.13.0 (2018-04-13)

  • Added support for the addin parameter. #396
  • Added support for JSON files when using require. #395
  • Bugfix to properly encode and decode parameters. #394
  • Bugfix to prevent new instances of the omnibar when HMR is enabled. #393 Thanks @Blackbaud-MitchellThomas!
  • Bugfix to make skyAppLink respect the queryParams attribute. #390 Thanks @Blackbaud-MitchellThomas!
  • Bugfix in toHaveText test method. #392
  • Exposed SkyAppRuntimeModule through @blackbaud/skyux-builder/runtime. #391
blackbaud
published 1.12.0 •

Changelog

Source

1.12.0 (2018-03-30)

  • Made skyux test more efficient by checking for spec files before initializing. #381
  • Bugfix when parsing querystring parameters. #385
  • Added test utility from SKY UX. #382 and #386
  • Added ability to import individual SKY UX modules using the skyuxModules property in skyuxconfig.json. #383
blackbaud
published 1.11.1 •

Changelog

Source

1.11.1 (2018-03-20)

  • Fixed an issue where URL parameters did not persist when navigating to another route within a SPA. #377
  • Fixed errors that occur when building a library that implements the skyAppResources pipe. #371
  • Fixed an issue where Karma and Protractor configs did not use the correct logger. #376
blackbaud
published 1.11.0 •

Changelog

Source

1.11.0 (2018-03-16)

  • Fixed an issue that occurs when navigating to a URL that partially matches the current base URL. #372
  • Added support for required parameters in skyuxconfig.json. #370 Thanks @Blackbaud-BrandonHare!
  • Enabled the use of Hot Module Replacement (HMR) during skyux serve with the --hmr flag. #359
  • Initial creation of skyAppLinkExternal directive. #366 Thanks @Blackbaud-MitchellThomas!
  • Migrated all logging to use the @blackbaud/skyux-logger package. #357
blackbaud
published 1.10.1 •

Changelog

Source

1.10.1 (2018-03-08)

  • Fixed errors that occur when building a library that imports from Builder's runtime directory. #368
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc