Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): fix breaking change indent levels #5949

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- **handle:** Removed deprecated event payload property on `calciteHandleNudge`.

* Removed the `event.detail.handle` property on the event `calciteHandleNudge`, use `event.target` instead.
- Removed the `event.detail.handle` property on the event `calciteHandleNudge`, use `event.target` instead.

- **tabs, tab-nav, tab-title, tab:** Removed deprecated properties and values.

* Removed the property `active` from `calcite-tab-title`, use `selected`
instead.
* Removed the property `active` from `calcite-tab`, use `selected`
instead.
* Removed the `above` value from the `position` property on
`calcite-tabs`, use `top` instead.
* Removed the `below` value from the `position` property on
`calcite-tabs`, use `bottom` instead.
- Removed the property `active` from `calcite-tab-title`, use `selected`
instead.
- Removed the property `active` from `calcite-tab`, use `selected`
instead.
- Removed the `above` value from the `position` property on
`calcite-tabs`, use `top` instead.
- Removed the `below` value from the `position` property on
`calcite-tabs`, use `bottom` instead.

- **switch:** Removed deprecated `switched` property and
`calciteSwitchChange` event payload.

* Removed the property `switched`, use `checked` instead.
* Removed the `event.detail` from `calciteSwitchChange`, use
`event.target.checked` instead.
- Removed the property `switched`, use `checked` instead.
- Removed the `event.detail` from `calciteSwitchChange`, use
`event.target.checked` instead.

* **input-number:** remove deprecated property and event payload

- Removed `locale` property, use `lang` instead.
- Removed `calciteInputNumberInput` event payload properties, use the
event's `target`/`currentTarget` instead.
- Removed `locale` property, use `lang` instead.
- Removed `calciteInputNumberInput` event payload properties, use the
event's `target`/`currentTarget` instead.

- **label:** Removed deprecated properties.

Expand Down