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: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: rails/tailwindcss-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 4 contributors

Commits on Apr 29, 2024

  1. Increase form input field border contrast

    The contrast provided by the border-gray-200 Tailwind utility
    class is very poor. It's nearly impossible to distinguish the edges 
    of an input field on a white background. 
    
    That's not a great default experience for Rails scaffolds.
    
    With a slight bump to border-gray-400, things are much easier 
    to distinguish.
    olivierlacan authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e9c3f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6208f90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5e395 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. generator: sync erb template

    This updates the erb template to be in sync with the template in rails/rails
    kinsomicrote authored and flavorjones committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a64b7a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from kinsomicrote/341-sync-erb-template

    generator: sync erb template
    flavorjones authored May 1, 2024
    Configuration menu
    Copy the full SHA
    b6cb812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d896e95 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump actions/download-artifact from 3 to 4

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    95ffac7 View commit details
    Browse the repository at this point in the history
  5. dep: drop support for Rails 6.0

    which reached EOL 11 months ago, in June 2023
    flavorjones committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1fc0541 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and flavorjones committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1c7e4dc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #358 from rails/flavorjones-dep-drop-rails-6.0-sup…

    …port
    
    dep: drop support for Rails 6.0
    flavorjones authored May 1, 2024
    Configuration menu
    Copy the full SHA
    29189bd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #361 from rails/dependabot/github_actions/actions/…

    …download-artifact-4
    
    build(deps): bump actions/download-artifact from 3 to 4
    flavorjones authored May 1, 2024
    Configuration menu
    Copy the full SHA
    d05daf4 View commit details
    Browse the repository at this point in the history
  9. generator: sync erb template to use Rails 7.0 APIs

    This updates the erb template to be in sync with the template in rails/rails
    kinsomicrote authored and flavorjones committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9412854 View commit details
    Browse the repository at this point in the history
  10. dep: drop feature and bugfix support for Rails 6.1

    We will still provide security support for the previous minor release
    while Rails 6.1 is supported.
    flavorjones committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3bf5cb9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge pull request #359 from rails/update-templates-to-rails-7.0

    generator: sync erb template to use Rails 7.0 APIs
    flavorjones authored May 2, 2024
    Configuration menu
    Copy the full SHA
    cc22bca View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge pull request #356 from olivierlacan/patch-1

    Increase form input field border contrast
    flavorjones authored May 3, 2024
    Configuration menu
    Copy the full SHA
    fe75869 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. version bump to v2.6.0

    flavorjones committed May 4, 2024
    Configuration menu
    Copy the full SHA
    ec27257 View commit details
    Browse the repository at this point in the history
Loading