diff --git a/HISTORY.md b/HISTORY.md index 51450b35875..b2d53a5ced1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -143,7 +143,7 @@ ## 18.0.63 alpha 2024-06-26 -* feat(linux): implement Linux side of SimulateAltGr option :checkered_flag: (#11852) +* feat(linux): implement Linux side of SimulateAltGr option (#11852) ## 18.0.62 alpha 2024-06-25 @@ -155,8 +155,8 @@ * feat(web): optimization via lazy preprocessing of keyboard touch-layout info (#11265) * fix(android): clear globe highlight when displaying keyboard picker (#11826) -* refactor(linux): add KeymanOption class for options :checkered_flag: (#11850) -* refactor(linux): rename methods that deal with keyboard options :checkered_flag: (#11851) +* refactor(linux): add KeymanOption class for options (#11850) +* refactor(linux): rename methods that deal with keyboard options (#11851) ## 18.0.60 alpha 2024-06-21 @@ -571,6 +571,10 @@ * chore(common): move to 18.0 alpha (#10713) * chore: move to 18.0 alpha +## 17.0.328 stable 2024-07-27 + +* fix(web): add nullish test in setOsk (#12041) + ## 17.0.327 stable 2024-07-25 * fix(android): include DOMRect polyfill for older ES6-supporting devices (#11654)