diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4d8f100..79fc3eb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-core@1.1.3...@teamwork/autocomplete-core@1.2.0) (2020-07-29) + + +### Features + +* add caretOffset to Autocomplete ([c5e7ee3](https://github.com/Teamwork/autocomplete/commit/c5e7ee3d86117655f9c3b127f97abaefd4537942)) +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) + + + + + ## [1.1.3](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-core@1.1.2...@teamwork/autocomplete-core@1.1.3) (2020-04-20) **Note:** Version bump only for package @teamwork/autocomplete-core diff --git a/packages/core/package.json b/packages/core/package.json index 9adad12..a47eb25 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-core", - "version": "1.1.3", + "version": "1.2.0", "description": "The core autocomplete components.", "keywords": [ "autocomplete" diff --git a/packages/editor-codemirror/CHANGELOG.md b/packages/editor-codemirror/CHANGELOG.md index 8c89834..a6828db 100644 --- a/packages/editor-codemirror/CHANGELOG.md +++ b/packages/editor-codemirror/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-editor-codemirror@1.0.5...@teamwork/autocomplete-editor-codemirror@1.1.0) (2020-07-29) + + +### Features + +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) + + + + + ## [1.0.5](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-editor-codemirror@1.0.4...@teamwork/autocomplete-editor-codemirror@1.0.5) (2020-04-20) **Note:** Version bump only for package @teamwork/autocomplete-editor-codemirror diff --git a/packages/editor-codemirror/package.json b/packages/editor-codemirror/package.json index 3a7f4d2..07cb0a5 100644 --- a/packages/editor-codemirror/package.json +++ b/packages/editor-codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-editor-codemirror", - "version": "1.0.5", + "version": "1.1.0", "description": "The autocomplete editor adapter for CodeMirror.", "keywords": [ "autocomplete editor CodeMirror" diff --git a/packages/editor-contenteditable/CHANGELOG.md b/packages/editor-contenteditable/CHANGELOG.md index f2d8414..d38c871 100644 --- a/packages/editor-contenteditable/CHANGELOG.md +++ b/packages/editor-contenteditable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-editor-contenteditable@1.0.0...@teamwork/autocomplete-editor-contenteditable@1.1.0) (2020-07-29) + + +### Features + +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) + + + + + # 1.0.0 (2020-04-20) diff --git a/packages/editor-contenteditable/package.json b/packages/editor-contenteditable/package.json index 64472f6..c430068 100644 --- a/packages/editor-contenteditable/package.json +++ b/packages/editor-contenteditable/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-editor-contenteditable", - "version": "1.0.0", + "version": "1.1.0", "description": "The autocomplete editor adapter for elements with the contenteditable attribute.", "keywords": [ "autocomplete editor contenteditable" diff --git a/packages/editor-text/CHANGELOG.md b/packages/editor-text/CHANGELOG.md index 78913a1..bc98ca4 100644 --- a/packages/editor-text/CHANGELOG.md +++ b/packages/editor-text/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-editor-text@1.0.6...@teamwork/autocomplete-editor-text@1.1.0) (2020-07-29) + + +### Features + +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) + + + + + ## [1.0.6](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-editor-text@1.0.5...@teamwork/autocomplete-editor-text@1.0.6) (2020-04-22) diff --git a/packages/editor-text/package.json b/packages/editor-text/package.json index 9f4ee92..f7048b4 100644 --- a/packages/editor-text/package.json +++ b/packages/editor-text/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-editor-text", - "version": "1.0.6", + "version": "1.1.0", "description": "The autocomplete editor adapter for textarea and input[text].", "keywords": [ "autocomplete editor textarea" diff --git a/packages/ui-ko/CHANGELOG.md b/packages/ui-ko/CHANGELOG.md index 7f99946..1316676 100644 --- a/packages/ui-ko/CHANGELOG.md +++ b/packages/ui-ko/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-ui-ko@2.0.5...@teamwork/autocomplete-ui-ko@2.1.0) (2020-07-29) + + +### Features + +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) +* add uiPosition param ([b6151dc](https://github.com/Teamwork/autocomplete/commit/b6151dc912e089ee843bf34cbe54c4adcf029d6c)) + + + + + ## [2.0.5](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-ui-ko@2.0.4...@teamwork/autocomplete-ui-ko@2.0.5) (2020-04-22) diff --git a/packages/ui-ko/package.json b/packages/ui-ko/package.json index 58ebd3e..afc59f2 100644 --- a/packages/ui-ko/package.json +++ b/packages/ui-ko/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-ui-ko", - "version": "2.0.5", + "version": "2.1.0", "description": "The autocomplete UI in Knockout.", "keywords": [ "autocomplete ui knockout" diff --git a/packages/ui-vue/CHANGELOG.md b/packages/ui-vue/CHANGELOG.md index bf8441f..2c4f3cc 100644 --- a/packages/ui-vue/CHANGELOG.md +++ b/packages/ui-vue/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-ui-vue@1.1.6...@teamwork/autocomplete-ui-vue@1.2.0) (2020-07-29) + + +### Features + +* add getCaretPosition to EditorAdapter ([5f0d7ce](https://github.com/Teamwork/autocomplete/commit/5f0d7ce3d5d75ceb578b23efdc855fca67c703d3)) +* add uiPosition prop ([fd1c287](https://github.com/Teamwork/autocomplete/commit/fd1c287497f3578c698ab934ac963ee69c6b6130)) + + + + + ## [1.1.6](https://github.com/Teamwork/autocomplete/compare/@teamwork/autocomplete-ui-vue@1.1.5...@teamwork/autocomplete-ui-vue@1.1.6) (2020-04-22) diff --git a/packages/ui-vue/package.json b/packages/ui-vue/package.json index d0b32ed..8c1a7fb 100644 --- a/packages/ui-vue/package.json +++ b/packages/ui-vue/package.json @@ -1,6 +1,6 @@ { "name": "@teamwork/autocomplete-ui-vue", - "version": "1.1.6", + "version": "1.2.0", "description": "The autocomplete UI in Vue.", "keywords": [ "autocomplete ui vue"