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

Commit

Permalink
[rc] Upgrade dependencies (#163)
Browse files Browse the repository at this point in the history
* Build #1582210067857: Added new baseline screenshots. [ci skip]

* Viewkeeper (#128)

* Build #1582669170133: Added new baseline screenshots. [ci skip]

* Dock service (#125)

* Build #1582735980967: Added new baseline screenshots. [ci skip]

* Updated changelog/package.json for 3.11.0 release (#131)

* Overlay service (#116)

* Fixed circular references (#133)

* 3.11.1 release (#134)

* Affix service and directive (#135)

* Viewkeeper host option fixes (#137)

- Added `@Injectable()` decorator to `SkyViewkeeperHostOptions`
- Added `SkyViewkeeperHostOptions` to export barrel

Co-authored-by: Steve Brush <steve.brush@blackbaud.com>

* Build #1583269902215: Added new baseline screenshots. [ci skip]

* Updated changelog/package.json for 3.12.0 release (#138)

* Added interface properties to `SkyViewkeeperHostOptions` (#139)

* Added interface properties to `SkyViewkeeperHostOptions`

This fixes an issue with the Angular AoT compiler since it doesn't recognize properties not declared on a class even if it implements an interface with those properties.

* Alphabetize properties

* Updated CHANGELOG and package.json for 3.12.1 release (#140)

* Affix/Overlay > Various enhancements/fixes (#143)

* Update changelog/package.json for 3.13.0 release (#147)

* Added overlay events; Adapter service z-index calculations (#148)

* Updated changelog/package.json for 3.14.0 release (#149)

* Update changelog/package.json for 3.14.0 release

* PR feedback

* Fixed overlays appearing behind modals. (#153)

* Updated changelog/package.json for 3.14.1 release (#154)

* Fix component element not being removed during unit tests (#156)

* Update changelog/package.json for 3.14.2 release (#157)

* Added license (#159)

Added license to address blackbaud/skyux2-docs#894

* [rc] Upgrade dependencies

* Numeric pipe properly formats decimals for numbers over 1K (#161)

* Numeric pipe properly formats decimals for numbers over 1K

* minor

Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>

* Build #1588353234566: Added new baseline screenshots. [ci skip]

* 3.14.3 release (#164)

Co-authored-by: Blackbaud Sky Build User <sky-build-user@blackbaud.com>
Co-authored-by: Paul Crowder <paul.crowder@blackbaud.com>
Co-authored-by: Alex <alex.kingman@blackbaud.com>
Co-authored-by: Denise Pena <Denise.Pena@blackbaud.me>
Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
  • Loading branch information
6 people committed May 1, 2020
1 parent f59896c commit 15463f2
Show file tree
Hide file tree
Showing 19 changed files with 99 additions and 15,166 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.14.3 (2020-05-01)

- Fixed `SkyNumericPipe` to properly format decimals for numbers over 1000. [#161](https://github.com/blackbaud/skyux-core/pull/161)

# 4.0.0-rc.4 (2020-04-09)

### New features
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2020 Blackbaud

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 0 additions & 1 deletion index.ts

This file was deleted.

Loading

0 comments on commit 15463f2

Please sign in to comment.