You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/angular-docs/src/routes/developer-previews.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,17 @@ import {Badge} from "@qualcomm-ui/react/badge"
9
9
Some components are released in an experimental state. These components are typically ready for production use, but their APIs and behavior may change outside our normal Semver guarantees.
10
10
11
11
Look for the <Badgesize="sm"emphasis="warning">Developer Preview</Badge> badge on the component's documentation page next to the title.
12
+
13
+
## Semver Guarantees
14
+
15
+
This library follows [Semantic Versioning](https://semver.org/) (`MAJOR.Minor.Patch`).
16
+
17
+
-**Patch** releases contain bug fixes. No public API changes are introduced.
18
+
-**Minor** releases add new features and backwards-compatible changes. Existing APIs continue to work without modification.
19
+
-**Major** releases may contain breaking changes to public APIs. These are documented in the release notes with migration guidance.
20
+
21
+
### Developer Preview Components
22
+
23
+
Developer Preview components are exempt from the guarantees above. Their APIs can introduce breaking changes in any **Minor** release. Consumers of these components should expect API churn between minor versions and review the changelog when upgrading.
24
+
25
+
Once a component graduates from Developer Preview, it follows the standard semver guarantees described above.
Copy file name to clipboardExpand all lines: packages/docs/react-docs/src/routes/developer-previews.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,17 @@ import {Badge} from "@qualcomm-ui/react/badge"
9
9
Some components are released in an experimental state. These components are typically ready for production use, but their APIs and behavior may change outside our normal Semver guarantees.
10
10
11
11
Look for the <Badgesize="sm"emphasis="warning">Developer Preview</Badge> badge on the component's documentation page next to the title.
12
+
13
+
## Semver Guarantees
14
+
15
+
This library follows [Semantic Versioning](https://semver.org/) (`MAJOR.Minor.Patch`).
16
+
17
+
-**Patch** releases contain bug fixes. No public API changes are introduced.
18
+
-**Minor** releases add new features and backwards-compatible changes. Existing APIs continue to work without modification.
19
+
-**Major** releases may contain breaking changes to public APIs. These are documented in the release notes with migration guidance.
20
+
21
+
### Developer Preview Components
22
+
23
+
Developer Preview components are exempt from the guarantees above. Their APIs can introduce breaking changes in any **Minor** release. Consumers of these components should expect API churn between minor versions and review the changelog when upgrading.
24
+
25
+
Once a component graduates from Developer Preview, it follows the standard semver guarantees described above.
0 commit comments