Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DioxusLabs/dioxus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0-rc.2
Choose a base ref
...
head repository: DioxusLabs/dioxus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0-rc.3
Choose a head ref
  • 10 commits
  • 34 files changed
  • 6 contributors

Commits on Oct 19, 2025

  1. Configuration menu
    Copy the full SHA
    5018074 View commit details
    Browse the repository at this point in the history
  2. resolve the index before rendering (#4806)

    Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
    jkelleyrtp and ealmloff authored Oct 19, 2025
    Configuration menu
    Copy the full SHA
    19ada89 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    9a1cbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7408a33 View commit details
    Browse the repository at this point in the history
  3. follow up to serveconfig (#4820)

    * remove latent dbg!
    
    * cleanup serveconfig
    jkelleyrtp authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    306639e View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    jkelleyrtp committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2f6be08 View commit details
    Browse the repository at this point in the history
  5. Support public dir (#4783)

    * Add optional static_dir support
    
    - add optional application.static_dir field defaulting to none
    - copy configured static directory into web output during build/serve
    - document config knob and add unit tests
    - force full rebuild when static_dir contents change
    - sync removes stale outputs and logs copy activity
    - track static manifest next to platform dir
    
    Tests: cargo fmt
    
    * default to public dir to match vite
    
    * static_dir -> public_dir
    
    * wip
    
    * deser as none...
    
    * wip... use .manifest.json
    
    * implement dumb form of asset manifest generation
    
    * implement manifest using asset system directly
    
    * cleanup
    
    * dont create extra asset dir for server
    
    ---------
    
    Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
    Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
    3 people authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    b3966c3 View commit details
    Browse the repository at this point in the history
  6. DX components command (#4669)

    * add component subcommand
    
    * add dx component add, remove and list commands
    
    * handle rust dependencies
    
    * handle component dependencies
    
    * fetch remote registries
    
    * sort components before listing them
    
    * remove local dependency
    
    * move te component manifest into the dioxus workspace
    
    * add additional instalation instructions the first time the component
    module is created
    
    * fix mod name
    
    * fix clippy
    
    * improve docs and move to the main branch of components
    
    * fix typos
    
    * more typos
    
    * undo const-serialize changes
    
    * remove a few unwraps
    
    * Allow adding multiple components at once and add a `--all` flag
    
    * add options to the config for the base path, global asset path and
    default registry
    
    * component_path -> component_dir
    
    * component_dir is always relative to the crate root
    
    * fix clippy
    
    * fix request imports
    
    * wip: code style changes
    
    * rename to "components" instead of "component"
    
    * bump lock
    
    ---------
    
    Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
    ealmloff and jkelleyrtp authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    79613f9 View commit details
    Browse the repository at this point in the history
  7. CLI fixes for hotpatching the playground (#4715)

    * add component subcommand
    
    * add dx component add, remove and list commands
    
    * handle rust dependencies
    
    * handle component dependencies
    
    * fetch remote registries
    
    * sort components before listing them
    
    * remove local dependency
    
    * move te component manifest into the dioxus workspace
    
    * add additional instalation instructions the first time the component
    module is created
    
    * fix mod name
    
    * fix clippy
    
    * improve docs and move to the main branch of components
    
    * fix typos
    
    * more typos
    
    * undo const-serialize changes
    
    * remove a few unwraps
    
    * Allow adding multiple components at once and add a `--all` flag
    
    * add options to the config for the base path, global asset path and
    default registry
    
    * component_path -> component_dir
    
    * component_dir is always relative to the crate root
    
    * fix clippy
    
    * fix hot patching with a base path
    
    * read the hot patch file from stdin instead of a CLI arg to allow for longer inputs
    
    * fix request imports
    
    * wip: code style changes
    
    * rename to "components" instead of "component"
    
    * bump lock
    
    * move to method on request
    
    * read until eof in the case of pretty json
    
    * strip is now copy
    
    ---------
    
    Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
    ealmloff and jkelleyrtp authored Oct 20, 2025
    Configuration menu
    Copy the full SHA
    987e41d View commit details
    Browse the repository at this point in the history
  8. Release 0.7.0-rc.3

    jkelleyrtp committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    321032c View commit details
    Browse the repository at this point in the history
Loading