Skip to content

Commit c29dbd8

Browse files
authored
Merge pull request #64 from IntersectMBO/qa
From Qa To PreProd
2 parents 16bec6a + d10be52 commit c29dbd8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pdf-ui/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
As a minor extension, we also keep a semantic version for the `UNRELEASED`
99
changes.
1010

11-
## [v0.5.6](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.6) 2024-12-28
11+
## [v0.5.6](https://www.npmjs.com/package/@intersect.mbo/pdf-ui/v/0.5.6) 2025-01-09
1212
### Added -
1313
### Fixed
14-
= Changed copy on landing page [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2544)
14+
- Changed copy on landing page [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2544)
15+
- Fixed support for IPFS [Issue #2438](https://github.com/IntersectMBO/govtool/issues/2495)
1516

1617
### Changed -
1718
### Removed -

pdf-ui/src/lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from '@emurgo/cardano-serialization-lib-asmjs';
66

77
export const URL_REGEX =
8-
/^(?:(?:https?:\/\/)?(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,})(?:\/[^\s]*)?)|(?:ipfs:\/\/[a-f0-9]+(?:\/[a-zA-Z0-9_]+)*)$|^$/;
8+
/^(?:(?:https?:\/\/)?(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,})(?:\/[^\s]*)?)|(?:ipfs:\/\/(?:[a-zA-Z0-9]+(?:\/[a-zA-Z0-9._-]+)*))$|^$/;
99

1010
export const formatIsoDate = (isoDate) => {
1111
if (!isoDate) return '';

0 commit comments

Comments
 (0)