Skip to content

Commit

Permalink
Merge pull request #12209 from keymanapp/chore/merge-master-into-linu…
Browse files Browse the repository at this point in the history
…x-mcompile

chore: merge master into linux-mcompile
  • Loading branch information
mcdurdin authored Aug 16, 2024
2 parents 2f0deef + e136724 commit 15fa5ff
Show file tree
Hide file tree
Showing 259 changed files with 5,085 additions and 1,662 deletions.
19 changes: 19 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Keyman Version History

## 18.0.90 alpha 2024-08-15

* refactor(web): move parts of `keyboard-processor``js-processor` (#12111)
* fix(web): allow `lm-worker` to build on Linux (#12181)
* refactor(web): move remaining parts of `keyboard-processor``keyboard` (#12131)
* docs: update .kmx documentation around bitmaps, modifier state (#12183)
* refactor(web): rename `package-cache``keyboard-storage` (#12135)

## 18.0.89 alpha 2024-08-14

* feat(web): test skipped prediction round handling (#12169)
* fix(web): support live configuration of longpress delay (#12175)
* feat(web): add osk.gestureParams for better gesture-config persistence (#12176)
* refactor(core): move utfcodec to common (#12171)
* refactor: move kmx_u16 to common and rename to km_u16 (#12177)
* refactor(developer): use npm or local source for server addons instead of github references (#12090)
* fix(developer): fix crash with Windows Clipboard by ignoring zero scan code in debugger (#12166)
* chore(developer): update SIL logo (#12168)

## 18.0.88 alpha 2024-08-13

* docs: add .kmx specification (#12163)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License

Copyright (c) 2017-2022 SIL International. All rights reserved.
Copyright (c) 2017-2024 SIL Global. All rights reserved.

Licensed under the MIT License.

Expand All @@ -10,7 +10,7 @@ Licensed under the MIT License.

The MIT License

Copyright (c) 2017-2022 SIL International
Copyright (c) 2017-2024 SIL Global

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# License

Copyright (c) SIL International.
Copyright (c) SIL Global.

Keyman is an open source project distributed under the [MIT license](LICENSE.md).

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.89
18.0.91
1 change: 0 additions & 1 deletion common/predictive-text/.build-builder

This file was deleted.

95 changes: 0 additions & 95 deletions common/web/keyboard-processor/build.sh

This file was deleted.

69 changes: 0 additions & 69 deletions common/web/keyboard-processor/package.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions common/web/keyboard-processor/tests/dom/readme.md

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions common/web/keyboard-processor/tests/dom/web-test-runner.config.mjs

This file was deleted.

11 changes: 0 additions & 11 deletions common/web/keyboard-processor/tests/tsconfig.json

This file was deleted.

18 changes: 0 additions & 18 deletions common/web/keyboard-processor/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion common/web/lm-worker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function do_test() {

if builder_has_option --ci; then
MOCHA_FLAGS="$MOCHA_FLAGS --reporter mocha-teamcity-reporter"
WTR_CONFIG=.ci
WTR_CONFIG=.CI
fi

if builder_has_option --debug; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const PRIVATE_USE_IDS = [
] as const;

/* A map of key field names with values matching the `typeof` the corresponding property
* exists in common/web/keyboard-processor, keyboards/activeLayout.ts.
* exists in /web/src/engine/keyboard/src/keyboards/activeLayout.ts.
*
* Make sure that when one is updated, the other also is. TS types are compile-time only,
* so the run-time-accessible mapping in activeLayout.ts cannot be auto-generated by TS. */
Expand Down
2 changes: 2 additions & 0 deletions developer/src/common/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
],
"dependencies": {
"@sentry/node": "^7.57.0",
"@keymanapp/common-types": "*",
"eventemitter3": "^5.0.0",
"restructure": "^3.0.1",
"semver": "^7.5.2",
"sax": ">=0.6.0",
Expand Down
Loading

0 comments on commit 15fa5ff

Please sign in to comment.