- relm4-macros: The view macro now allows dereferencing widgets with *
- relm4: Fixed clear method of FactoryVec
- relm4-macros: The micro_component macro now parses post_view correctly
- relm4-macros: Fix the ordering of properties in the view macro
- relm4-macros: Improved documentation
- relm4: Action macros now include the required traits themselves
- relm4-macros: Allow connecting events in the view macro
- all: Update gtk4-rs to v0.4
- relm4: Introduce the "macro" feature as alternative to using relm4-macros separately
- relm4-macros: Add a macros for MicroComponents and Factories
- relm4-macros: Add a post_view function to execute code after the view code of the macro
- relm4-macros: Allow using the view and menu macros independently from the widget macro
- relm4-macros: Allow using mutable widgets in view
- relm4-macros: Improve error messages for anonymous widgets
- relm4: Renamed methods of the FactoryPrototype trait to better match with the rest of Relm4
- relm4-macros: manual_view is now called pre_view
- book: Reworked introduction and first chapter
- relm4: Fix panic caused by the clear method of FactoryVecDeque
- relm4: A factory view implementation for libadwaita's StackView
- relm4-macros: Allow early returns in manual_view (by euclio)
- relm4: Make GTK's command line argument handling optional (by euclio)
- relm4: DynamicIndex now implements Send but panics when used on other threads
- relm4-macros: Add optional returned widget syntax
- relm4: Micro components
- relm4: Type safe actions API
- relm4-macros: Menu macro for creating menus
- relm4-macros: New returned widget syntax
- relm4-examples: Micro components example
- relm4: Initialize widgets from the outermost components to the app
- relm4-macros: component! removed and parent! was added instead
- relm4: RelmComponent::with_new_thread
- relm4: Added sender method to RelmComponent
- relm4-macros: New shorthand tracker syntax
- relm4-macros: Allow generic function parameters in properties
- relm4: Use adw::Application when "libadwaita" feature is active
- relm4: Pass model in connect_components function of the Widgets trait
- relm4: Mini rework of factories
- relm4: Removed DefaultWidgets trait in favor of Default implementations in gkt4-rs
- book: Many book improvements by tronta
- relm4: Added with_app method that allows passing an existing gtk::Appliaction to Relm4
- relm4: Methods to access the widgets of components
- relm4: Re-export for gtk
- relm4-macros: Support named arguments in the widget macro (by mskorkowski)
- relm4-macros: Support usage of re-export paths in the widget macro (by mskorkowski)
- relm4-macros: Added error message when confusing
=
and:
- relm4-macros: Allow usage of visibilities other than pub
- relm4-macros: New pre_connect_components and post_connect_components for manual components code
- relm4-macros: Parsing the first widget should now always work as expected
- relm4-macros: #20 Fix wrong order when using components in the widget macro
- relm4: Added message handler type
- relm4: More methods for factory data structures
- relm4-macros: Add syntax for connecting events with components
- relm4-examples: Stack example
- book: Added macro expansion chapter
- book: Added message handler chapter and reworked the threads and async chapter
- book: Many book improvements by tronta
- relm4: The send! macro no longer clones the sender
- relm4-macros: Make fields of public widgets public
- relm4-components: Use &'static str instead of String for configurations
- relm4-examples: Many improvements
- relm4-macros: Use fully qualified syntax for factories
- relm4-macros: Passing additional arguments now works for components and other properties, too.
- relm4-components: Open button with automatic recent files list
- relm4-components: Removed trait duplication and added more docs
- relm4: Iterators added to factory data structures
- relm4: More widgets added as FactoryView
- relm4-macros: Parsing additional fields should be more stable now
- relm4-macros: Widgets can not include comments at the top
- relm4: Support for libadwaita 🎉
- relm4-macros: Fully qualified syntax for trait disabiguation
- relm4-macros: Allow passing additional arguments to widget initialization (useful e.g. for grids)
- book: Reusable components and widget macro reference chapters
- relm4-macros: Improved error messages
- book: Factory, components, worker and thread + async chapters
- relm4: get and get_mut of FactoryVec and FactoryVecDeque now return an Option to prevent panics
- relm4-macros: Fixed components
- relm4: Fixed unsound removal of elements in FactoryVecDeque
- relm4: Improved and adjusted the FactoryPrototype trait
- relm4: Added the FactoryListView trait for more flexibility
- relm4: Added a FactoryVecDeque container
- relm4: Implemented FactoryView and FactoryListView for more widgets
- relm4-examples: More examples
- relm4-macros: Fixed the factory! macro
- relm4: Drawing handler for gtk::DrawingArea
- relm4: New CSS methods in WidgetPlus trait
- relm4-examples: Many new examples
- relm4: Many doc improvements
- relm4-macros: Improved tracker! macro