trm-tmpl 4.0.1 → 5.0.0-beta.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.
- package/CHANGELOG.md +32 -0
- package/fesm2022/trm-tmpl.mjs +144 -144
- package/fesm2022/trm-tmpl.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
|
|
4
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
|
+
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
|
+
|
|
7
|
+
## v5.0.0
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Updated the card sdk url.
|
|
12
|
+
|
|
13
|
+
## v4.0.0
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Migrated library to `Angular v19` and `@angular/build:ng-packagr`
|
|
18
|
+
|
|
19
|
+
## v3.4.0
|
|
20
|
+
|
|
21
|
+
### Added/Removed
|
|
22
|
+
|
|
23
|
+
- `trm_currency` pipe replaced with `trm-amount` component.
|
|
24
|
+
- removed HtmlSanitizerPipe
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- `confirmation` property in payment system config can no longer be markup
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Browser XSS warning `sanitizing HTML stripped some content`
|