Skip to content

Bump madmin from 1.2.11 to 2.0.0 - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/madmin-2.0.0
Open

Bump madmin from 1.2.11 to 2.0.0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/madmin-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 21, 2024

Copy link
Copy Markdown

Bumps madmin from 1.2.11 to 2.0.0.

Release notes

Sourced from madmin's releases.

v2.0.0

What's Changed

New Contributors

Full Changelog: excid3/madmin@v1.2.11...v2.0.0

Changelog

Sourced from madmin's changelog.

2.0.0

  • Remove Tailwind CDN
  • Add styles through asset pipeline
  • Refactor JavaScript into an Import map (separate from the Rails app)
  • Include Rails route helpers in Madmin controllers and views for better integration with the main app
  • Add menu to resources to allow customizing navigation sort order and add headers for grouping
# config/initializers/madmin.rb
Add a Payments header at the first position in the menu
Madmin.menu.add label: "Payments", position: 0

class SubscriptionResource < Madmin::Resource
  # Add Subscriptions under the Payments header
  menu parent: "Payments"
end
  • member_action now yields the record to the block
class UserResource < Madmin::Resource
  member_action do |user|
    button_to "Impersonate", impersonate_user_path(user)
  end
end

1.2.10

  • Fix compatibility with Pagy 8.x

1.2.9

  • Fix enum and constant lookup

1.2.8

1.2.7

1.2.6

... (truncated)

Commits
  • 7c1ea2a Add turbo to dummy app
  • 0bd0e20 Verison bump
  • 23949f9 Add collection support for belongs_to fields (#230)
  • 89ad662 Keep new/create and edit/update in sync for field visibility
  • 748c0a0 Check boxes on their own line
  • 3e5a1fe Only render field description if present
  • 80dcf51 Update test gems
  • d3676a1 Remove odd default values for id and timestamps
  • 9a77a6a Make attachments full-width like other fields
  • f812a1e Replace flatpickr with date and datetime fields
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [madmin](https://github.com/excid3/madmin) from 1.2.11 to 2.0.0.
- [Release notes](https://github.com/excid3/madmin/releases)
- [Changelog](https://github.com/excid3/madmin/blob/main/CHANGELOG.md)
- [Commits](excid3/madmin@v1.2.11...v2.0.0)

---
updated-dependencies:
- dependency-name: madmin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 21, 2024
@dependabot @github

dependabot Bot commented on behalf of github Nov 27, 2024

Copy link
Copy Markdown
Author

Dependabot couldn't find a version.rb. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants