Skip to content

Latest commit

 

History

History
145 lines (92 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

145 lines (92 loc) · 7.19 KB

1.0.0-beta.26 (2017-05-16)

  • Added support for passing local navigation to omnibar via skyuxconfig.json. #152
  • Refactored publicRoutes property in skyuxconfig.json to routes with public and referenced properties in preparation for publishing SPA routes to the navigation service. #152
  • Fixed bug parsing skyuxconfig.json when a BOM was present. #153
  • Updated @blackbaud\auth-client to 1.5.0. #154

1.0.0-beta.25 (2017-05-15)

  • Added appSettings property to skyuxconfig.json. #146
  • Removed internal duplicate interface for AuthClient. #145, #149
  • Removed internal duplicate interface for HelpClient. #147
  • Bugfix: Correctly expose SkyAppConfig.runtime.routes. #150

1.0.0-beta.24 (2017-05-10)

  • Bugfix: Correctly return a non-zero exit code if the skyux build command fails.

1.0.0-beta.23 (2017-05-10)

  • Correctly displaying sourcemaps for TypeScript file. #136
  • Updated dependencies. #133
  • Fixed dependency reference for remap-istanbul.
  • Excluding src/app/lib/ folder from code coverage instrumentation. #135
  • Allowing TSLint errors to fail the skyux build command. #139

1.0.0-beta.22 (2017-04-27)

  • Added ability for tokens to be provided via a token provider rather than always using BBAuth to obtain a token. #129
  • Fixed issue where not all possible properties for help config were specified in the help config interface. #130
  • Upgraded @blackbaud/auth-client to 1.3.1. #131

1.0.0-beta.21 (2017-04-25)

  • Using subjectAltName in SSL certificate in order to support Chrome 58+. #127
  • Bugfix to allow content to pass through multiple plugins. #124

1.0.0-beta.20 (2017-04-24)

  • Explicitly adding Access-Control-Allow-Origin header when running skyux serve.

1.0.0-beta.19 (2017-04-24)

  • Bugfix: Removed unnecessary route information in order to fix skyux e2e on Windows. #122

1.0.0-beta.18 (2017-04-21)

  • Preventing skyux test from failing if no *.spec.ts files are specified.

1.0.0-beta.17 (2017-04-20)

  • Bugfix: Reverted to src/app for tests/imports. #118
  • Mock auth during e2e tests. #117

1.0.0-beta.16 (2017-04-17)

  • Bugfix to correctly read importPath from skyuxconfig.json.

1.0.0-beta.15 (2017-04-13)

  • Bundling images stored in src/assets and referenced via ~/assets/ in all HTML/SCSS files.
  • Automatically including envid and svcid in SkyAuthHttp requests.
  • Added preload and postload plugin hooks. Started initial work for lifecycle hooks. (Thanks @Blackbaud-SteveBrush!)
  • Created a consistent SkyAppConfig interface for passing around configuration.

1.0.0-beta.14 (2017-03-22)

  • Merging skyuxconfig.{current-skyux-command}.json, if it exists, into the skyuxconfig.json file. For example, skyuxconfig.serve.json.
  • Adding --envid and --svcid to be specificed via the CLI and added to the Host URL opened when running skyux serve. For example, skyux serve --envid 1234
  • SKY UX styles are now loaded when running unit tests so CSS rules defined in SKY UX take effect during tests. This allows you to check the the expected computed style of an element when using things like the HTML hidden property that only take effect when SKY UX styles are loaded.

1.0.0-beta.13 (2017-03-06)

  • Bugfix: Fixes AOT + Auth build.

1.0.0-beta.12 (2017-03-01)

  • Bugfix: Reorganized runtime exports into browser and e2e.

1.0.0-beta.11 (2017-03-01)

  • Updated URI used when accessing HOST to https://host.nxt.blackbaud.com.
  • Removed hard-coded port used in skyux serve in favor of dynamically finding an available one. Port is configurable in skyuxconfig.json with the app: { port: <port> } setting.
  • Automatically passing SPA name when using host-utils.
  • Created SkyAppTestModule to support better SPA unit testing.
  • Bugfix: Added json-loader as dependency.
  • Bugfix: Calling webdriver-manager update before running npm run test. (Testing SKY UX Builder).
  • Bugfix: Incorrectly passed SPA name twice in URL opened by skyux serve.

1.0.0-beta.10 (2017-02-13)

  • Allowing help-client to be automatically included by adding "help": { "productId": "applicable-productId" } to skyuxconfig.json. Thanks @blackbaud-stevebrush!
  • Refactored e2e command to run build, then lightly serve files to host.
  • Created SkyHostBrowser for easily communicating with SKY UX Host when running skyux e2e.
  • Deprecated --noServe option on skyux e2e.

1.0.0-beta.9 (2017-01-27)

  • Correctly passing --launch none when running skyux e2e.
  • Fixed import path for bootstrapper in AoT mode.

1.0.0-beta.8 (2017-01-27)

  • Fixed 'No provider for SkyAuthHttp' error with AoT compilation.
  • Relaxed constraints on omnibar configuration to account for all possible omnibar options.

1.0.0-beta.7 (2017-01-26)

  • Fixed AoT compilation that broke when Blackbaud auth/omnibar support was added.

1.0.0-beta.6 (2017-01-23)

  • Added Blackbaud auth/omnibar integration.

1.0.0-beta.5 (2017-01-18)

  • Bugfix where skyux e2e would fail if no spec files were found.
  • Bugfix where skyux version incorrectly read version from SPA's package.json.
  • Changed skyux serve to only pass externals, scripts, and localUrl in querystring.
  • Corrected documentation for -l or --launch flags.
  • Added badges to README.

1.0.0-beta.4 (2017-01-11)

  • Removed support for --noOpen flag. Instead added -launch flag with none, local, or host (default). Ex: -launch local.
  • Bugfix where e2e task would always return an exit code of 0.
  • Passing any externals defined in skyuxconfig.json for local development.

1.0.0-beta.3 (2017-01-11)

  • Added externals support in skyuxconfig.json for adding external CSS and JS.
  • Upgraded SSL certificates used. Please follow installation instructions.

1.0.0-beta.2 (2017-01-10)

  • Upgraded various NPM packages including SKY UX and Angular.

1.0.0-beta.1 (2017-01-09)

  • Using single underscore to prefix routes with parameters.
  • Bugfix where new folders were not added to the watch list when running skyux serve.

1.0.0-beta.0 (2017-01-05)

  • Initial release to NPM.