1. Nov 12, 2023
  2. Nov 08, 2023
  3. Nov 07, 2023
  4. Nov 02, 2023
  5. Nov 01, 2023
    • Marc Durdin's avatar
      fix(developer): restore selection in layout builder even with duplicate ids · bd2315db
      Marc Durdin authored
      Fixes #7851.
      
      Note that this fixes the selection pop issue with duplicate ids in some
      scenarios but not all. For example, the undo stack doesn't have enough
      detail at this point to be able to track this. This fix addresses the
      most egregious issue relating to key size adjustment and similar.
      bd2315db
    • Marc Durdin's avatar
      fix(developer): warn if layer switch key is missing ID · 15523dfe
      Marc Durdin authored
      Fixes #8000.
      
      In earlier versions of KeymanWeb, it was assumed that layer switch keys
      would not necessarily need an identifier, as they would not be
      generating a standard KeymanWeb key event. However, this assumption does
      not really hold, so we should be warning on missing identifiers for
      layer switch keys.
      15523dfe