Skip to content

Commit

Permalink
documentation updated to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atorres committed Feb 25, 2023
1 parent 7e3bf03 commit ee76c0f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/ngx-color-examples/src/app/const/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ export var api = {
description:
"Set the element(ID) to append the overlay, Default is body",
},
{
name: "attachTo",
description:
"Set the element(ID) to append the overlay, Default is body",
},
],
output: [
{
Expand All @@ -61,6 +66,14 @@ export var api = {
description:
"Gets triggered when the the alpha, hue or Lightness sliders are changed",
},
{
name: "open",
description: "Gets triggered when the panel is opened.",
},
{
name: "close",
description: "Gets triggered when the panel is closed.",
},
],
},
};
9 changes: 9 additions & 0 deletions projects/ngx-color-examples/src/assets/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,15 @@
}
]
},
{
"version": "3.5.0",
"changelog": [
{
"type": "feature",
"details": "added open and close events for the panel"
}
]
},
{
"version": "x.x.x",
"changelog": [
Expand Down

0 comments on commit ee76c0f

Please sign in to comment.