Split borders_border_radius into 2 styles

Created on 5 June 2024, 21 days ago
Updated 19 June 2024, 7 days ago

Problem/Motivation

borders_border_radius style has options which are not mutually exclusive:

    rounded: "Rounded"
    rounded-top: "Rounded Top"
    rounded-end: "Rounded End"
    rounded-bottom: "Rounded Bottom"
    rounded-start: "Rounded Start"
    rounded-circle: "Rounded Circle"
    rounded-pill: "Rounded Pill"

Proposed resolution

split between 2 different styles:

Rounded:

    rounded: "Default"
    rounded-circle: "Circle"
    rounded-pill: "Pill"

Rounded position:

    rounded-top: "Top"
    rounded-end: "End"
    rounded-bottom: "Bottom"
    rounded-start: "Start"

API changes

Yes, breaking change, but only after a form submit, so it is OK for alpha stage

Data model changes

πŸ› Bug report
Status

Fixed

Version

5.0

Component

Code

Created by

πŸ‡«πŸ‡·France pdureau Paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024