diff --git a/CHANGELOG.md b/CHANGELOG.md index 202ed9d1..c62c6dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This package follows standard semvar, `..`. No breaking cha ## 2.0 * `show-server-selection` has now be inverted to be `hide-server-selection` this brings it in line with how html boolean attributes are supposed to work. If you set this value to false previously, now you can hide the section using the new property. * `allow-authentication` has now be inverted to be `hide-authentication` this brings it in line with how html boolean attributes are supposed to work. If you set this value to false previously, now you can hide the section using the new property. +* `fill-defaults` has now be inverted to be `hide-defaults` this brings it in line with how html boolean attributes are supposed to work. If you set this value to false previously, now you can hide the section using the new property. +* `enable-console` has now be inverted to be `hide-console` this brings it in line with how html boolean attributes are supposed to work. If you set this value to false previously, now you can hide the section using the new property. * Fix `constraints` display for query parameters. ## 1.1 ## diff --git a/docs/authress-example.vue b/docs/authress-example.vue index 7dc627fc..d2491c15 100644 --- a/docs/authress-example.vue +++ b/docs/authress-example.vue @@ -1,5 +1,5 @@