@bpost/bp-address-auto-complete-by-component 1.1.21 → 1.1.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/VERSION.md +6 -0
- package/esm2020/lib/lib-address-autocomplete-by-component.component.mjs +58 -83
- package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs +51 -98
- package/fesm2015/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
- package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs +51 -98
- package/fesm2020/bpost-bp-address-auto-complete-by-component.mjs.map +1 -1
- package/lib/lib-address-autocomplete-by-component.component.d.ts +2 -5
- package/package.json +1 -1
- package/esm2020/lib/services/nis9.service.mjs +0 -26
- package/lib/services/nis9.service.d.ts +0 -12
package/VERSION.md
CHANGED
|
@@ -6,6 +6,12 @@ This is a pure angular library and can be imported as a module inside an angular
|
|
|
6
6
|
This library is not suited for a pure javascript application.
|
|
7
7
|
For any pure JS application, another version of this component exists in our repository.
|
|
8
8
|
|
|
9
|
+
## Version 1.1.22
|
|
10
|
+
Correcting small bug in clear events.
|
|
11
|
+
|
|
12
|
+
## Version 1.1.21
|
|
13
|
+
Added businessName in response.
|
|
14
|
+
|
|
9
15
|
## Version 1.1.20
|
|
10
16
|
Removing duplicate events.
|
|
11
17
|
|