Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat provider #618

Merged
merged 8 commits into from
Aug 20, 2024
Merged

Feat provider #618

merged 8 commits into from
Aug 20, 2024

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    1880146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483bc84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef80024 View commit details
    Browse the repository at this point in the history
  4. feat(core): 🎸 Add methods to the WidgetCtx to query the shared data w…

    …ithin the widget
    
    add `WidgetCtx::query`, `WidgetCtx::query_write`,
    `WidgetCtx::query_of_widget` and
    `WidgetCtx::query_write_of_widget`
    
    Breaking:
    
    Removed `WidgetCtx::query_widget_type` and `WidgetCtx::query_type`
    M-Adoo committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e1f2b80 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9e12e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446b4ec View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. feat(core): 🎸 Support for modifying the theme at runtime.

    Removed `FullTheme` and `InheritTheme`, now only using `Theme`.
    M-Adoo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0bab604 View commit details
    Browse the repository at this point in the history
  2. feat(core): 🎸 Added Overlay::of to allow querying the overlay in ev…

    …ent callbacks
    
    BREAKING CHANGE: 🧨 Removed `Overlay::new_with_handle`, `OverlayCloseHandle` and
    `OverlayStyle`
    M-Adoo authored and rchangelog[bot] committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fa73738 View commit details
    Browse the repository at this point in the history