Skip to content

feat(split)!: rename collapse direction API - #2456

Open
spliffone wants to merge 1 commit into
mainfrom
feat/improve-split-api-collapse-renaming
Open

feat(split)!: rename collapse direction API#2456
spliffone wants to merge 1 commit into
mainfrom
feat/improve-split-api-collapse-renaming

Conversation

@spliffone

@spliffone spliffone commented Jul 31, 2026

Copy link
Copy Markdown
Member

BREAKING CHANGE: Rename si-split-part input collapseDirection to collapsible.

Migrate CollapseTo values:

  • start -> to-start
  • end -> to-end

Before:

<si-split-part collapseDirection="start" />

After:

<si-split-part collapsible="to-start" />

Documentation.
Examples.
Dashboards Demo.
Playwright report.

Coverage Reports:

Code Coverage

@spliffone
spliffone requested review from a team as code owners July 31, 2026 06:41
@spliffone spliffone added the enhancement Topics that make the project better label Jul 31, 2026
@spliffone spliffone added this to the 51.0.0 milestone Jul 31, 2026
BREAKING CHANGE: Rename `si-split-part` input `collapseDirection` to `collapsible`.

Migrate `CollapseTo` values:
- `start` -> `to-start`
- `end` -> `to-end`

Before:

```html
<si-split-part collapseDirection="start" />
```
After:

```html
<si-split-part collapsible="to-start" />
```
@spliffone
spliffone force-pushed the feat/improve-split-api-collapse-renaming branch from 4825625 to 5e8fe86 Compare July 31, 2026 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Topics that make the project better

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant