Skip to content

Commit 3c618db

Browse files
committed
PDTWO-210: prepare release 1.4.0 for library and 1.1.1 for sdk
1 parent b98e084 commit 3c618db

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/autocomplete-library/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ postdirektAutocompleteLib.init(
4242

4343
The library also supports the following optional parameters:
4444
- `renderSuggestions` - boolean, default `true`. If `false`, the library will not render suggestions by itself. You can implement your own suggestion rendering by listening to the `'autocomplete:suggestions-retrieve'` event on the document.
45+
- `'autocomplete:suggestions-retrieve'` event will contain the suggestions and a pointer to the source element.

packages/autocomplete-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netresearch/postdirekt-autocomplete-library",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Library for the Deutsche Post Direkt Autocomplete",
55
"keywords": [
66
"browser",

packages/autocomplete-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netresearch/postdirekt-autocomplete-sdk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "SDK for the Deutsche Post Direkt Autocomplete API",
55
"keywords": [],
66
"main": "dist/browser/postdirekt-autocomplete.cjs.js",

0 commit comments

Comments
 (0)