Skip to content

Commit 4a300df

Browse files
authored
chore(documentation): remove ng-bootstrap custom select (#5302)
## 📄 Description Remove documentation about the ng-bootstrap custom select. Note that the changeset is set to `minor` as it's only the documentation that has been updated. Technically, all the styles are still present as they are common with the `form-select`, and the JS comes from importing ng-bootstrap which we have not removed.
1 parent 07b1fa3 commit 4a300df

File tree

8 files changed

+11
-286
lines changed

8 files changed

+11
-286
lines changed

.changeset/three-lizards-fail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@swisspost/design-system-documentation': patch
3+
---
4+
5+
Removed the deprecated ng-bootstrap custom select documentation page.

packages/documentation/src/stories/components/select-custom/select-custom-basic.sample.html

-32
This file was deleted.

packages/documentation/src/stories/components/select-custom/select-custom-basic.sample.ts

-60
This file was deleted.

packages/documentation/src/stories/components/select-custom/select-custom-floating.sample.html

-34
This file was deleted.

packages/documentation/src/stories/components/select-custom/select-custom-floating.sample.ts

-70
This file was deleted.

packages/documentation/src/stories/components/select-custom/select-custom.docs.mdx

-69
This file was deleted.

packages/documentation/src/stories/components/select-custom/select-custom.stories.ts

-21
This file was deleted.

packages/documentation/src/stories/misc/migration-guide/migrationv8-9.component.ts

+6
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,12 @@ export class MigrationV89Component extends LitElement {
602602
<span class="tag tag-sm tag-danger">breaking</span>
603603
</p>
604604
</li>
605+
<li class="mb-16">
606+
<p>
607+
The ng-bootstrap <code>custom select</code> has been removed
608+
<span class="tag tag-sm tag-danger">breaking</span>
609+
</p>
610+
</li>
605611
<li class="mb-16">
606612
<p>
607613
The ng-bootstrap <code>carousel</code> component has been removed

0 commit comments

Comments
 (0)