Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 03:19
  • Added
    • The location hash (q.args['#']) is now always available, regardless of whether it has changed.
    • @on() annotations now support handling events.
    • @on() handlers can now have 0-n formal parameters, and are supplied arguments accordingly.
    • ui.inline_script() can use CSS selectors (e.g. #foo, .foo, table > td.foo) as targets