@widergy/mobile-ui 1.36.0 → 1.36.2

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.36.2](https://github.com/widergy/mobile-ui/compare/v1.36.1...v1.36.2) (2025-02-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fixes markdown but better ([#411](https://github.com/widergy/mobile-ui/issues/411)) ([da7a66e](https://github.com/widergy/mobile-ui/commit/da7a66edec566c22981035590259ff92101d8318))
7
+
8
+ ## [1.36.1](https://github.com/widergy/mobile-ui/compare/v1.36.0...v1.36.1) (2025-02-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixes field label markdown ([#410](https://github.com/widergy/mobile-ui/issues/410)) ([df400b2](https://github.com/widergy/mobile-ui/commit/df400b2449a696ba4358f87f89296772f357d5ab))
14
+
1
15
  # [1.36.0](https://github.com/widergy/mobile-ui/compare/v1.35.0...v1.36.0) (2025-02-03)
2
16
 
3
17
 
@@ -7,7 +7,7 @@ import UTLabel from '../UTLabel';
7
7
  import { REQUIRED_LABEL } from './constants';
8
8
  import styles from './styles';
9
9
 
10
- const UTFieldLabel = ({ children, colorTheme, required, style, variant, weight, withMarkdown }) => (
10
+ const UTFieldLabel = ({ children, colorTheme, required, style, variant, weight, withMarkdown = true }) => (
11
11
  <View style={[styles.label, style]}>
12
12
  <UTLabel colorTheme={colorTheme} variant={variant} weight={weight} withMarkdown={withMarkdown}>
13
13
  {children}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@widergy/mobile-ui",
3
3
  "description": "Widergy Mobile Components",
4
4
  "author": "widergy",
5
- "version": "1.36.0",
5
+ "version": "1.36.2",
6
6
  "repository": "https://github.com/widergy/mobile-ui.git",
7
7
  "main": "lib/index.js",
8
8
  "files": [