Glimmer DSL for LibUI v0.5.21 Release Notes

    • ๐Ÿ‘Œ Support refined_table AND-based filtering by treating multiple words as WORD1 AND WORD2, etc...
    • ๐Ÿ‘Œ Support refined_table exact term filtering by surrounding word by double-quotes
    • Support refined_table column-specific term (column_name:term) filtering by concatenating column name (with or without double quotes) with column value (with or without double quotes) using colon
    • Support refined_table filter option that should be a lambda that accepts text, query args and returns true or false for whether the text matches the query (Glimmer::LibUI::CustomControl::RefinedTable::FILTER_DEFAULT is the default value)