@dsivd/prestations-ng 14.5.21 → 14.5.22
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 +7 -2
- package/bundles/dsivd-prestations-ng.umd.js +1 -1
- package/bundles/dsivd-prestations-ng.umd.js.map +1 -1
- package/dsivd-prestations-ng-v14.5.22.tgz +0 -0
- package/esm2015/sdk-recaptcha/grecaptcha/grecaptcha.component.js +2 -2
- package/fesm2015/dsivd-prestations-ng.js +1 -1
- package/fesm2015/dsivd-prestations-ng.js.map +1 -1
- package/package.json +1 -1
- package/sdk-recaptcha/grecaptcha/grecaptcha.component.d.ts +1 -1
- package/dsivd-prestations-ng-v14.5.21.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,11 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
25
25
|
- adding a new constructor argument in one of our service is OK, if you just have to update your constructor's signature and your call to `super(...)`
|
|
26
26
|
|
|
27
27
|
---
|
|
28
|
+
|
|
29
|
+
## [14.5.22]
|
|
30
|
+
- [grecaptcha.component.ts](projects/prestations-ng/src/sdk-recaptcha/grecaptcha/grecaptcha.component.ts)
|
|
31
|
+
- updated url to call recaptcha.net instead of google.com
|
|
32
|
+
|
|
28
33
|
## [14.5.21]
|
|
29
34
|
- [foehn-status-progress-bar.module.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.module.ts)
|
|
30
35
|
- By default, `foehn-status-progress-bar` is visible
|
|
@@ -35,8 +40,8 @@ A change is considered **breaking** if you have to change your code or update yo
|
|
|
35
40
|
|
|
36
41
|
## [14.5.19]
|
|
37
42
|
### Added
|
|
38
|
-
|
|
39
|
-
|
|
43
|
+
- [foehn-confirm-modal.component.html](projects/prestations-ng/src/foehn-confirm-modal/foehn-confirm-modal.component.html)
|
|
44
|
+
- Add closeable on FoehnConfirmModalContent. Default value is true. If false, modal has to be closed by the yes and no buttons.
|
|
40
45
|
|
|
41
46
|
## [14.5.18]
|
|
42
47
|
### Fixed
|
|
@@ -10039,7 +10039,7 @@
|
|
|
10039
10039
|
}]
|
|
10040
10040
|
}] });
|
|
10041
10041
|
|
|
10042
|
-
var RECAPTCHA_URL = 'https://www.
|
|
10042
|
+
var RECAPTCHA_URL = 'https://www.recaptcha.net/recaptcha/api.js?onload=reCaptchaLoad&render=explicit';
|
|
10043
10043
|
var SCRIPT_ID = 'prestations-ng-captcha-script';
|
|
10044
10044
|
/**
|
|
10045
10045
|
* Integration with Google Recaptcha.
|