Skip to content

Bump rails_admin from 1.1.0 to 1.3.0#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rails_admin-1.3.0
Open

Bump rails_admin from 1.1.0 to 1.3.0#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rails_admin-1.3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 16, 2019

Bumps rails_admin from 1.1.0 to 1.3.0.

Changelog

Sourced from rails_admin's changelog.

1.3.0 - 2018-02-18

Full Changelog

Added

  • Configurability for forgery protection setting(#2989)
  • Configurability for the number of audit records displayed into dashboard(#2982)
  • Add limited pagination mode, which doesn't require count query(#2968)
  • Prettier output of JSON field value(#2937, #2973, #2980)
  • Add markdown field support through SimpleMDE(#2949)
  • Checkboxes for bulk actions in index page can be turned off now(#2917)

Fixed

  • Parse JS translations as JSON(#2925)
  • Re-selecting an item after unselecting has no effect in filtering-multiselect(#2912)
  • Stop memoization of datetime parser to handle locale changes(#2824)
  • Filters for ActiveRecord Enum field behaved incorrectly for enums whose labels are different from values(#2971)
  • Client-side required validation was not enforced in filtering-select widget(#2905)
  • Filter refresh button was broken(#2890)

Security

  • Fix XSS vulnerability in filter and multi-select widget(#2985, 44f09ed7)

1.2.0 - 2017-05-31

Full Changelog

Added

  • Add ILIKE support for PostgreSQL/PostGIS adapter, multibyte downcase for other adapters(#2766)
  • Support for UUID query(#2766)
  • Support for Haml 5(#2840, #2870, #2877)
  • Add instance option to append a CSS class for rows(#2860)

Fixed

  • Remove usage of alias_method_chain, deprecated in Rails 5.0(#2864)
  • Load models from eager_load, not autoload_paths(#2771)
  • jQuery 3.0 doesn't have size(), use length instead(#2841)
  • Prepopulation of the new form didn't work with namespaced models(#2701)

1.1.1 - 2016-12-25

Full Changelog

Fixed

  • CSV export broke with empty tables(#2796, #2797)
  • ActiveRecord adapter's #encoding did not work with Oracle enhanced adapter(#2789)
  • ActiveRecord 5 belongs_to presence validators were unintentionally disabled due to initialization mishandling(#2785, #2786)
  • Destroy failure caused subsequent index action to return 404, instead of 200(#2775, #2776)
... (truncated)
Commits
  • c903d2e Version 1.3.0
  • 9c47844 Set default dashboard history count to 100, respecting previous default
  • 1ddcdb2 Fix JRuby build
  • 7679269 Merge pull request #2989 from Kaligo/feature/configurable_csrf_protection
  • bf8e911 Merge pull request #2982 from dalpo/dashboard-optimizations
  • a5ed925 Merge pull request #2980 from Kaligo/bugfix/display_empty_json
  • a345c3c Merge pull request #2925 from zakihaya/fix_js_locale_settings
  • f3f6c2c Re-selecting an item after unselecting has no effect in filtering-multiselect
  • 7c1db24 Merge pull request #2824 from roberthead/datetime-locale-switching
  • 44f09ed Fix XSS vulnerability in filter and multi-select widget
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 16, 2019
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants