Skip to content

Commit

Permalink
Updated changelog/package.json for 3.2.0 release (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-SteveBrush authored Mar 30, 2020
1 parent 68f180f commit 1a462a8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 3.2.0 (2020-03-30)

- Added a `heading` attribute to the demo component to allow consumers to provide a custom heading. [#26](https://github.com/blackbaud/skyux-docs-tools/pull/26)
- Added the ability to provide additional content for the module info component. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Updated the default text in the module info component's Installation popover. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the pipe definition component to display the input value's property name. [#27](https://github.com/blackbaud/skyux-docs-tools/pull/27)
- Fixed the heading styles to conform to the heading styles provided in the Stache component library. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the Design/Development tabset border to extend to the full width of the page. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the method definition component to decode special characters in the method signature. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the demo control panel component to display properly when only the Reset button is shown. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the method definition component to display required parameters properly. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)
- Fixed the property definition component to provide in-page links to known types in the deprecation messages. [#42](https://github.com/blackbaud/skyux-docs-tools/pull/42)

# 3.1.0 (2020-01-29)

- Added a `reset` emitter to the demo control panel component that fires when users click the reset button. [#21](https://github.com/blackbaud/skyux-docs-tools/pull/21)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/docs-tools",
"version": "3.1.0",
"version": "3.2.0",
"description": "Library for skyux-lib-docs",
"main": "bundles/bundle.umd.js",
"module": "index.ts",
Expand Down

0 comments on commit 1a462a8

Please sign in to comment.