@synerise/design-system 1.13.4 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.14.0](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.13.4...@synerise/design-system@1.14.0) (2026-07-24)
7
+
8
+ ### Features
9
+
10
+ - **rich-text:** add markdown serializers, code snippet and table support ([56acd09](https://github.com/Synerise/synerise-design/commit/56acd097e2106a8743e85f98226caedca87a33e3))
11
+
6
12
  ## [1.13.4](https://github.com/Synerise/synerise-design/compare/@synerise/design-system@1.13.3...@synerise/design-system@1.13.4) (2026-07-23)
7
13
 
8
14
  **Note:** Version bump only for package @synerise/design-system
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/design-system",
3
- "version": "1.13.4",
3
+ "version": "1.14.0",
4
4
  "description": "DesignSystem UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -124,6 +124,8 @@
124
124
  "@synerise/ds-progress-bar": "^1.3.13",
125
125
  "@synerise/ds-radio": "^1.1.18",
126
126
  "@synerise/ds-result": "^1.0.66",
127
+ "@synerise/ds-rich-text": "^0.1.0",
128
+ "@synerise/ds-rich-text-renderer": "^0.1.0",
127
129
  "@synerise/ds-scrollbar": "^1.5.2",
128
130
  "@synerise/ds-search": "^1.5.34",
129
131
  "@synerise/ds-search-bar": "^1.4.35",
@@ -162,5 +164,5 @@
162
164
  "react-intl": ">=3.12.0 <= 6.8",
163
165
  "styled-components": "^5.3.3"
164
166
  },
165
- "gitHead": "d0a43cc43d8528a36f105aceea52ab470edb71d9"
167
+ "gitHead": "6fcfd8345a1522b7e4ccd34337d5d25d1ca4e2ce"
166
168
  }