@atlaskit/editor-plugin-autocomplete 3.1.0 → 3.3.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 +15 -0
- package/dist/cjs/pm-plugins/local-slow-lane-client.js +704 -148
- package/dist/es2019/pm-plugins/local-slow-lane-client.js +519 -85
- package/dist/esm/pm-plugins/local-slow-lane-client.js +696 -144
- package/dist/types/pm-plugins/local-slow-lane-client.d.ts +102 -15
- package/dist/types-ts4.5/pm-plugins/local-slow-lane-client.d.ts +102 -15
- package/package.json +1 -1
- package/scripts/gen_first_token_to_words.py +170 -0
- package/src/pm-plugins/data/first_token_to_words.json +1 -0
- package/src/pm-plugins/local-slow-lane-client.ts +627 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-autocomplete
|
|
2
2
|
|
|
3
|
+
## 3.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`4c8cf60a51e1d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4c8cf60a51e1d) -
|
|
8
|
+
Fix local slow lane client declaration builds
|
|
9
|
+
|
|
10
|
+
## 3.2.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`3fb8d945f6f22`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3fb8d945f6f22) -
|
|
15
|
+
Update local only client setup for contextual typeahead completion to use Snowflake embedding
|
|
16
|
+
model
|
|
17
|
+
|
|
3
18
|
## 3.1.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|