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.23.0

Diff

Changelog

Source

1.23.0 (2018-09-24)

  • Fixed help widget to not display when SPA is in add-in mode. #475
  • Fixed library bundler to also transpile source files located in the root public directory. #474
blackbaud
published 1.22.0 •

Changelog

Source

1.22.0 (2018-09-19)

  • Added support for libraries to include an isolated "testing" module. #471
  • Upgraded skyux-lib-help to 1.3.1. #473
blackbaud
published 1.21.0 •

Changelog

Source

1.21.0 (2018-09-13)

  • Added preload hook to the skyux build-public-library command to let plugins modify library files. #469
blackbaud
published 1.20.2 •

Changelog

Source

1.20.2 (2018-09-06)

  • Replaced the expired local server certificate used with the skyux serve and skyux e2e commands. #467
blackbaud
published 1.20.1 •

Changelog

Source

1.20.1 (2018-09-06)

  • Disabled the aria-allowed-attr rule in aXe a11y testing. This will be re-enabled when we can update to axe-core version 3.1.1. #465
blackbaud
published 1.20.0 •

Changelog

Source

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.

  • Minor tweaks to code coverage instrumentation for SKY UX libraries. #457
  • CSS imports now reference the new @skyux/theme library that is part of the latest version of SKY UX 2. #458
  • Added the ability to specify a browserSet for e2e tests similar to the option that exists for unit tests. Currently the only supported browserSet value is speedy. #459
  • Addressed a minor issue when logging build status. #460
  • SPAs can now force a legal entity context and allow users to pick a legal entity from a list if the user belongs to more than one legal entity, or to automatically select a default legal entity if the user only belongs to one legal entity. To use this feature, ensure that the parameters section of skyuxconfig.json specifies leid as a required parameter. #461 Example:
"params": {
  "leid": {
    "required": true
  }
}
  • Updated @blackbaud/auth-client package to reflect a change in policy for changing BBID user session timeouts from 15 minutes of inactivity to 90 minutes. #462
blackbaud
published 1.19.3 •

Changelog

Source

1.19.3 (2018-08-16)

  • Bugfix to allow SPAs to reference resource files in libraries even if the SPAs do not include resource files. #449
  • Bugfix to catch JavaScript errors in browsers during unit tests. #452
blackbaud
published 1.19.2 •

Changelog

Source

1.19.2 (2018-08-02)

  • Reverted stricter type information for SkyPactService. #446
  • Bugfix for skyux build-public-library command to successfully run on Windows. #445
blackbaud
published 1.19.1 •

Changelog

Source

1.19.1 (2018-07-23)

  • Bugfix to allow component libraries to properly consume external components. #439
blackbaud
published 1.19.0 •

Changelog

Source

1.19.0 (2018-07-18)

  • Updated the skyux build-public-library command to use same compiler as skyux build. #417
  • Added better type info and documentation to SkyPactService. #430 Thanks @Blackbaud-KrisMahon!
  • Exposed skyuxconfig.json to skyux test and skyux e2e configuration files. #431
  • Created the $schema property in skyuxconfig.json to allow for better IDE intergration. The value of ./node_modules/@blackbaud/skyux-builder/skyuxconfig-schema.jsonis applied to the default template and can be retroactively added to older SPAs. #358
  • Created the browserSet property in skyuxconfig.json to control which browsers to use during testing. Applicable values are speedy, quirky, and paranoid. #431
  • Created the excludeFromRequest property in skyuxconfig.json to exlude parameters from requests. #432
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