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: mojotech/torch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0-rc.3
Choose a base ref
...
head repository: mojotech/torch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0-rc.4
Choose a head ref
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    ce76aea View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    fdf3cc1 View commit details
    Browse the repository at this point in the history
  2. [typo] Spelling

    cpjolicoeur committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a9855bc View commit details
    Browse the repository at this point in the history
  3. [docs] Add documentation

    cpjolicoeur committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b10f951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae54a67 View commit details
    Browse the repository at this point in the history
  5. Convert FlashView to Phoenix component

    * Deprecate existing Torch.FlashView.flash_messages/1 method
    * Add new Torch.Component.flash_messages/1 component
    * Update layout template to use new component in generators
    cpjolicoeur committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d929ea3 View commit details
    Browse the repository at this point in the history
  6. Migrate PageView to Torch.Helpers

    There is no need to have a dedicated Torch.PageView
    module as this module only provided a minimal public
    helper function.  This commit deprecates the `body_classes/1`
    function from Torch.PageView and relocates the functionality
    to the new `Torch.Helpers.body_classes/1` function.
    cpjolicoeur committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8b9d4ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86c2fea View commit details
    Browse the repository at this point in the history
Loading