brick v0.67 Release Notes

  • API changes:

    • Brick.Widgets.FileBrowser now exports getters for all FileBrowser fields. These getters are lens-like accessors with the G suffix.
    • Brick.Widgets.FileBrowser no longer exports the fileBrowserEntryFilterL lens. The lens broke the API because it allowed modification of internal state that could lead to inconsistency in the UI. Users who needed to use fileBrowserEntryFilterL before this change should use setFileBrowserEntryFilter instead.