Skip to content

Commit

Permalink
bump to 13.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrub authored and andreasnp committed Dec 5, 2023
1 parent f2a9642 commit d7e1c1b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
24 changes: 15 additions & 9 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,22 +1,28 @@
## 13.2.2

---

- removed trustedHtml on empty strings in sidebar

## 13.2.1

----
---

- Added screen reader texts to aria-label instead of having them in hidden span-tags

## 13.2.0

----
---

- Total Score only calculates SS and not fields with calculated extentions

## 13.1.0

---

- Total Score, Seciton Score and BMI calculator can be displayed not only in fields with Quantity type,
but also can be displayed in fields with Decimal and Integer types
- Total Score, Seciton Score and BMI calculator can be displayed not only in fields with Quantity type, but also can be displayed in fields
with Decimal and Integer types

## 13.0.0

---
Expand Down Expand Up @@ -146,19 +152,19 @@

---

- Bug fix: Added sanitize helper to make sure we return an actual string result or undefined on form components
- Bug fix: Added sanitize helper to make sure we return an actual string result or undefined on form components

## 11.3.8

---

- Small fix in date-day-input component: Removing misplaced undefined check
- Small fix in date-day-input component: Removing misplaced undefined check

## 11.3.7

---

- Small fix in date-day-input component: Removing misplaced undefined check
- Small fix in date-day-input component: Removing misplaced undefined check

## 11.3.6

Expand Down Expand Up @@ -211,7 +217,7 @@
---

- Made Dompurify accept the target attribute when sanitizing links
- Gave links with target="_blank" the attribute rel="noopener noreferrer" for better security
- Gave links with target="\_blank" the attribute rel="noopener noreferrer" for better security

## 11.2.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsenorge/refero",
"version": "13.2.1",
"version": "13.2.2",
"engines": {
"node": "^18.0.0",
"npm": ">=9.0.0"
Expand Down

0 comments on commit d7e1c1b

Please sign in to comment.