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: ViewComponent/view_component
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.55.0
Choose a base ref
...
head repository: ViewComponent/view_component
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.56.0
Choose a head ref
  • 8 commits
  • 39 files changed
  • 9 contributors

Commits on May 13, 2022

  1. Add Mission Met to the list of companies that use ViewComponent (#1360)

    * Add Mission Met to the list of companies that use ViewComponent
    
    * Update CHANGELOG.md
    
    * Update docs/CHANGELOG.md
    
    Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
    
    Co-authored-by: Joel Hawksley <joelhawksley@github.com>
    Co-authored-by: Hans Lemuet <Spone@users.noreply.github.com>
    3 people authored May 13, 2022
    Configuration menu
    Copy the full SHA
    1b02bab View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

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

Commits on May 24, 2022

  1. Add g2 to ViewComponent Users (#1366)

    * Add g2 to ViewComponent Users
    
    * Update docs/CHANGELOG.md
    
    Co-authored-by: Joel Hawksley <joelhawksley@github.com>
    JWShuff and joelhawksley authored May 24, 2022
    Configuration menu
    Copy the full SHA
    efca931 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Move tests into sandbox directory (#1368)

    * Move tests into sandbox directory
    
    In working on #1347,
    @camertron and I realized that it's a little strange to have our
    test suite in two places. In the interest of having our suite
    serve as an example for consumers of the framework, we decided
    to move everything into the sandbox application.
    
    * use more specific name for test
    joelhawksley authored May 26, 2022
    Configuration menu
    Copy the full SHA
    18b6899 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Bump rack from 2.2.3 to 2.2.3.1 (#1369)

    Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
    - [Commits](rack/rack@2.2.3...2.2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: rack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2022
    Configuration menu
    Copy the full SHA
    cd9b4ce View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    2273e01 View commit details
    Browse the repository at this point in the history
  2. add render_preview test helper (#1347)

    * clean up previews docs
    
    * RSpec not rspec
    
    * always find preview for action
    
    * rename @rendered_component to @rendered_page
    
    * Introduce `render_preview` test helper
    
    * rename rendered_page to rendered_content
    
    * rename benchmark
    
    * copy edits
    
    * re-add lookbook note
    
    * Update docs/CHANGELOG.md
    
    Co-authored-by: Blake Williams <blakewilliams@github.com>
    
    * Update docs/CHANGELOG.md
    
    Co-authored-by: Blake Williams <blakewilliams@github.com>
    
    * update depa
    
    * add note to changelog
    
    * render_preview is opt-in
    
    * fix broken reference in benchmark build
    
    * always load descendants
    
    * add Preview.load_all/load_all!
    
    * how about this?
    
    * remove duplicate before_action
    
    * Ruby 3 changed error formatting!
    
    * don't assert with period
    
    * mdlint
    
    * rename ivar
    
    * always load all previews
    
    * try this
    
    * explicitly load previews
    
    * one more try
    
    * this one?
    
    * load in engine?
    
    * uncomment load_previews call
    
    * remove call in engine
    
    Co-authored-by: Blake Williams <blakewilliams@github.com>
    joelhawksley and BlakeWilliams authored May 31, 2022
    Configuration menu
    Copy the full SHA
    4bceecf View commit details
    Browse the repository at this point in the history
  3. release 2.56.0 (#1371)

    joelhawksley authored May 31, 2022
    Configuration menu
    Copy the full SHA
    0b55bb7 View commit details
    Browse the repository at this point in the history
Loading