Skip to content

v3.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 13:04
· 145 commits to master since this release

Features

  • web: support icon urls in radial menu (#487) #487 (ktx-mega)
  • web/select: searchable option (#513) #513 (Lily)
  • class: add instanceOf method (Linden)
  • class: recursive instanceOf and isClass method (Linden)
  • class: add temporary super method during class init (Linden)
  • class: deprecate init in favour of constructor (Linden)
  • class: true private fields (Linden)

Bug Fixes

  • imports/require: resource source extraction in getModuleInfo (#504) #504 (Kenshin13)
  • locales/cs: more natural phrases (#508) #508 (ANTOND)
  • class: disallow calling constructor from objects (Linden)
  • class: only show warning if constructor is undefined (Linden)

Code Refactoring

  • class: use mixins for default class methods (Linden)
  • class: stricter type-checking (Linden)
  • class: improve types (Linden)

Commits

  • d857828: feat(web/textui) bottom center position(#507) (xSamiVS) #507
  • 669dc5a: fix(web/skillcheck) fix cyrillic keyboards not detecting correct inputs (#512) (qwezertino) #512