Skip to content

Commit b8bfbad

Browse files
author
farfromrefuge
committed
v1.3.13
1 parent ffa4b87 commit b8bfbad

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.13](https://github.com/nativescript-community/ui-label/compare/v1.3.12...v1.3.13) (2024-01-18)
7+
8+
### Bug Fixes
9+
10+
- allow native attributed string (NSAttributedString and android.text.Spannable) to be used as `text` ([740478f](https://github.com/nativescript-community/ui-label/commit/740478f6ceb66117830981117bebb8219a440a4c))
11+
- **android:** fix font size for html/spans which was a bit smaller than normal `text`. WARNING: it will change font size a bit (bigger) for all labels using html or FormattedString/Span ([5c34149](https://github.com/nativescript-community/ui-label/commit/5c3414927ba90e3e7d8e71cd54287f792eb1cf37))
12+
613
## [1.3.12](https://github.com/nativescript-community/ui-label/compare/v1.3.11...v1.3.12) (2024-01-18)
714

815
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["plugin"],
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"command": {
55
"publish": {
66
"conventionalCommits": true

Diff for: plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.13](https://github.com/nativescript-community/ui-label/compare/v1.3.12...v1.3.13) (2024-01-18)
7+
8+
### Bug Fixes
9+
10+
- **android:** fix font size for html/spans which was a bit smaller than normal `text`. WARNING: it will change font size a bit (bigger) for all labels using html or FormattedString/Span ([5c34149](https://github.com/nativescript-community/ui-label/commit/5c3414927ba90e3e7d8e71cd54287f792eb1cf37))
11+
612
## [1.3.12](https://github.com/nativescript-community/ui-label/compare/v1.3.11...v1.3.12) (2024-01-18)
713

814
### Bug Fixes

Diff for: plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-label",
3-
"version": "1.3.12",
3+
"version": "1.3.13",
44
"description": "Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.",
55
"main": "./label",
66
"sideEffects": false,

0 commit comments

Comments
 (0)