Skip to content

refactor(ui5-color-picker): rename color to value#8538

Merged
ilhan007 merged 6 commits intorelease-2.0from
color-picker-2
Mar 27, 2024
Merged

refactor(ui5-color-picker): rename color to value#8538
ilhan007 merged 6 commits intorelease-2.0from
color-picker-2

Conversation

@tsanislavgatev
Copy link
Copy Markdown
Contributor

@tsanislavgatev tsanislavgatev commented Mar 26, 2024

Renames the color property name of the ColorPicker to value and the names of two private properties.

BREAKING CHANGE: The property color is renamed to value. If you previously used the change event of the ColorPicker as follows:

<ui5-color-picker color="red"></ui5-color-picker>

Now you have to use it like this:

<ui5-color-picker value="red"></ui5-color-picker>

Related to: #8461

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants