Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Releases: blackbaud/skyux1

Version 1.5.0

08 Jan 20:11
Compare
Choose a tag to compare

Library updates

AngularJS 1.4

Migration guide

  • Possible breaking change if you directly depend on the option.value stored in a select element, instead of using ng-model. angular/angular.js@7fda214
  • Using ngAnimateMock within the necessary tests when waiting on components that use ngAnimate.
  • Tests opening and closing Angular UI Bootstrap modals may need updating

Angular UI Bootstrap

Angular UI Bootstrap is being upgraded to version 0.14.3. Previously it was on version 0.13.4. We tried to avoid any breaking changes on our side, but there might be some underlying ui-bootstrap components that are no longer usable, such as tooltip-html-unsafe. This version of ui-bootstrap also added the uib prefix to their directives. For now they are supporting both the prefixed and non-prefixed versions, but in the next version the non-prefixed versions of ui-bootstrap directives will be removed so you should use the prefixed versions as soon as possible. We have updated skylint indicating that the un-prefixed ui-bootstrap directives are deprecated.

Enhancements

  • Added hover/focus state to the alert-link class #110
  • Updated bb-text-expand to open a modal view instead of showing text inline if the total character count is above 600, or if the number of newline characters in the text is over 2. Both of these maximum values are configurable #91
  • Added easyXDM library to sky-bundle.js

Version 1.5.0-5

06 Jan 21:18
Compare
Choose a tag to compare
Version 1.5.0-5 Pre-release
Pre-release

All updates from v.1.4.8

Version 1.4.8

06 Jan 14:43
Compare
Choose a tag to compare

Library Updates

  • Updated FontAwesome to 4.5.0 #111

Enhancements

  • Updated label styling
  • Changed settings icon in tile to use fa-cog instead of fa-wrench. If you use a fa-wrench settings icon elsewhere, you should change it to fa-cog #70
  • Added support for visual regression tests using webdrivercss to use browserstack

Bug fixes

  • Prevent form submission on enter press for bbFileDrop input #156

Deprecations

  • Deprecated bb-autofocus as the autofocus HTML5 attribute is all that is required for UI Bootstrap modals now

Version 1.5.0-4

15 Dec 15:33
Compare
Choose a tag to compare
Version 1.5.0-4 Pre-release
Pre-release

Enhancements

  • Added easyXDM library to sky-bundle.js
  • Updated validation styling to not show red shadow and border on an input that the user is currently focused in #55
  • Removed styles around input[type=freeform], use input[type=text] or textarea instead

Bug fixes

  • Fixed issue where bb-grid didn't size columns correctly when grid width is initially 0 #134

Version 1.4.7

14 Dec 21:55
Compare
Choose a tag to compare

Enhancements

  • Updated validation styling to not show red shadow and border on an input that the user is currently focused in #55
  • Removed styles around input[type=freeform], use input[type=text] or textarea instead

Bug fixes

  • Fixed issue with typing in bb-autonumeric in IE11 #128
  • Added left padding to nav-tabs class to follow design pattern by default #137
  • Documentation additions and fixes in navbar and tabset
  • Fixed issue where bb-grid didn't size columns correctly when grid width is initially 0 #134

Version 1.5.0-3

11 Dec 17:40
Compare
Choose a tag to compare
Version 1.5.0-3 Pre-release
Pre-release

Migrating to AngularJS 1.4

Migration guide

  • Possible breaking change if you directly depend on the option.value stored in a select element, instead of using ng-model. angular/angular.js@7fda214
  • Using ngAnimateMock within the necessary tests when waiting on components that use ngAnimate.

Bug fixes

  • Fixed issue with typing in bb-autonumeric in IE11 #128
  • Added left padding to nav-tabs class to follow design pattern by default #137
  • Documentation additions and fixes in navbar and tabset

Version 1.5.0-2

08 Dec 17:38
Compare
Choose a tag to compare
Version 1.5.0-2 Pre-release
Pre-release

Updated pre-release with commits from v1.4.6

Library updates - Angular UI Bootstrap

Angular UI Bootstrap is being upgraded to version 0.14.3. Previously it was on version 0.13.4. We tried to avoid any breaking changes on our side, but there might be some underlying ui-bootstrap components that are no longer usable, such as tooltip-html-unsafe. This version of ui-bootstrap also added the uib prefix to their directives. For now they are supporting both the prefixed and non-prefixed versions, but in the next version the non-prefixed versions of ui-bootstrap directives will be removed so you should use the prefixed versions as soon as possible. We have updated skylint indicating that the un-prefixed ui-bootstrap directives are deprecated.

Version 1.4.6

07 Dec 19:23
Compare
Choose a tag to compare

Enhancements

  • Give collapsed tabs a max-width #53

Bugs

  • Update font size for check #115
  • Remove jquery animations from visual regression tests #116

Version 1.5.0-1

02 Dec 21:23
Compare
Choose a tag to compare
Version 1.5.0-1 Pre-release
Pre-release

Library updates

Angular UI Bootstrap is being upgraded to version 0.14.3. Previously it was on version 0.13.4. We tried to avoid any breaking changes on our side, but there might be some underlying ui-bootstrap components that are no longer usable, such as tooltip-html-unsafe. This version of ui-bootstrap also added the uib prefix to their directives. For now they are supporting both the prefixed and non-prefixed versions, but in the next version the non-prefixed versions of ui-bootstrap directives will be removed so you should use the prefixed versions as soon as possible. We have updated skylint indicating that the un-prefixed ui-bootstrap directives are deprecated.

Version 1.5.0-0

02 Dec 20:01
Compare
Choose a tag to compare
Version 1.5.0-0 Pre-release
Pre-release

Library updates

Angular UI Bootstrap is being upgraded to version 0.14.3. Previously it was on version 0.13.4. We tried to avoid any breaking changes on our side, but there might be some underlying ui-bootstrap components that are no longer usable, such as tooltip-html-unsafe. This version of ui-bootstrap also added the uib prefix to their directives. For now they are supporting both the prefixed and non-prefixed versions, but in the next version the non-prefixed versions of ui-bootstrap directives will be removed so you should use the prefixed versions as soon as possible. We have updated skylint indicating that the un-prefixed ui-bootstrap directives are deprecated.