Skip to content

Commit 43b65f0

Browse files
docs: move component deprecations to 0.13.0 (#953)
* docs: move component deprecations to 0.13.0 * Update docs/2-MigrationGuide.stories.mdx Co-authored-by: Lukas Harbarth <lukas742@gmx.net> Co-authored-by: Lukas Harbarth <lukas742@gmx.net>
1 parent 38df93b commit 43b65f0

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

docs/2-MigrationGuide.stories.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,13 @@ or the [changelog](https://github.com/SAP/ui5-webcomponents-react/blob/master/CH
1414

1515
## Table of Contents
1616

17+
- [0.12.x to 0.13.0](#migrating-from-012x-to-0130)
1718
- [0.11.x to 0.12.0](#migrating-from-011x-to-0120)
1819
- [0.10.x to 0.11.0](#migrating-from-010x-to-0110)
1920
- [0.9.x to 0.10.0](#migrating-from-09x-to-0100)
2021
- [0.8.x to 0.9.0](#migrating-from-08x-to-090)
2122

22-
## Migrating from 0.11.x to 0.12.0
23-
24-
<br />
25-
26-
### Updated import paths for `icons`
27-
28-
All icons imports are changed. The individual icons modules are available in the icon package's `dist` folder.
29-
If you previously had `import "@ui5/webcomponents-icons/dist/icons/accept.js"`, now it becomes `import "@ui5/webcomponents-icons/dist/accept.js";`.
23+
## Migrating from 0.12.x to 0.13.0
3024

3125
<br />
3226

@@ -86,6 +80,17 @@ will become
8680
/>
8781
```
8882

83+
## Migrating from 0.11.x to 0.12.0
84+
85+
<br />
86+
87+
### Updated import paths for `icons`
88+
89+
All icons imports are changed. The individual icons modules are available in the icon package's `dist` folder.
90+
If you previously had `import "@ui5/webcomponents-icons/dist/icons/accept.js"`, you now need `import "@ui5/webcomponents-icons/dist/accept.js";`.
91+
92+
<br />
93+
8994
## Migrating from 0.10.x to 0.11.0
9095

9196
<br />

packages/main/src/webComponents/Tokenizer/Tokenizer.stories.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ArgsTable, Canvas, Meta, Story } from '@storybook/addon-docs/blocks';
22
import { Token } from '@ui5/webcomponents-react/lib/Token';
33
import { Tokenizer } from '@ui5/webcomponents-react/lib/Tokenizer';
4-
import { createSelectArgTypes } from '@shared/stories/createSelectArgTypes';
54
import { DocsHeader } from '@shared/stories/DocsHeader';
65
import { DocsCommonProps } from '@shared/stories/DocsCommonProps';
76

packages/main/src/webComponents/Tokenizer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface TokenizerPropTypes extends WithWebComponentPropTypes {
2929

3030
/**
3131
* ### **DEPRECATION NOTICE**
32-
* **This component is deprecated and will be removed with v0.12.0. Please use `MultiInput` instead.**
32+
* **This component is deprecated and will be removed with v0.13.0. Please use `MultiInput` instead.**
3333
* You can check our [Migration Guide](https://sap.github.io/ui5-webcomponents-react/?path=/docs/migration-guide--page#migrating-from-011x-to-0120) for an example on how to migrate to MultiInput.<br /><br />
3434
* `Tokenizer` is a container for `Tokens`. It also handles the deletion of tokens by clicking on the close icon of the `Token`.
3535
*/

0 commit comments

Comments
 (0)