All Versions
38
Latest Version
Avg Release Cycle
106 days
Latest Release
959 days ago

Changelog History
Page 2

  • v0.8.1 Changes

    July 14, 2017
    • ๐Ÿ›  [BUGFIX] [#935] Move normalize.css out of vendor.
  • v0.8.0 Changes

    July 14, 2017
    • [FEATURE] [#788] Allow resource to be accessed from field.
    • ๐Ÿšš [OPTIM] [#859] Remove dependency on remote images in tests.
    • ๐Ÿ›  [BUGFIX] [#771] Handle case where Field::HasMany data is nil.
    • ๐Ÿ‘ [FEATURE] [#801] Add HasOne support as nested form.
    • [FEATURE] [#926] Accepts string instead of symbol on order.
    • ๐Ÿ“„ [DOC] [#928] Fix partial name in view customization docs.
    • ๐Ÿ›  [BUGFIX] [#927] Remove rails-controller-testing gem to fix specs with Rails
      4.2.
    • ๐Ÿ›  [BUGFIX] [#925] Silence ActiveRecord migration output during specs.
    • [CHANGE} [#924] Replace dashboard_class method with a delegate.
    • ๐Ÿ›  [BUGFIX] [#594] Fix Label Translation Lookup for has_many Collections.
    • [CHANGE] [#914] Allow custom scope for dashboards.
    • ๐Ÿ’… [CHANGE] [#916] Adds _stylesheet to the resources to be generated.
    • ๐Ÿ’ป [UI] [#554] Make it easier to override Sass variables.
    • [FEATURE] [#910] Allow custom scope for dashboard resource.
    • ๐Ÿ‘ [FEATURE] [#871] Add support for namespaced models.
    • ๐ŸŒ [I18n] [#904] Improve Korean translation for search input.
    • ๐Ÿ’ป [UI] [#881] Redesign search.
    • ๐ŸŒ [I18n] [#902] Fixes to Dutch translation.
    • โšก๏ธ [COMPAT] [#887] Update autoprefixer-rails >= 6.0.
    • ๐Ÿ’ป [UI] [#896] Make entire search bar clickable.
    • ๐ŸŒ [I18n] [#891] Add translation for search input.
    • ๐Ÿ’ป [UI] [#886] Fix aria-labelledby on tables.
    • ๐Ÿ’ป [UI] [#884] Add aria-sort attribute to table headers.
    • โšก๏ธ [UI] [#882] Update normalize.css and change how we include it.
    • [OPTIM] [#898] Retroactively set migration versions.
    • ๐Ÿš… [FEATURE] [#856] Allow Rails 5.1 usage.
    • ๐Ÿ“š [DOC] [#885] Update and test documentation navigation.
    • ๐Ÿ’ป [UI] [#880] Use SVG symbol for icon system.
    • [CHANGE] [#883] Nested collection links should honour routes.
    • ๐Ÿšš [UI] [#879] Remove unused SVG asset.
    • ๐Ÿ“„ [DOCS] [#877] Add appraisal and foreman commands to docs.
    • ๐Ÿ‘ [I18n] [#873] Add support for cyrillic search.
    • โš  [CHANGE] [#857] Abstract model classes should be skipped without warning.
  • v0.7.0 Changes

    May 08, 2017
    • ๐Ÿšš [CHANGE] [#789] Remove Bourbon.
    • ๐Ÿšš [CHANGE] [#789] Remove Neat.
    • ๐Ÿ’… [UI] [#874] Clean up base form styles.
    • ๐Ÿ›  [BUGFIX] [#872] Fix flaky failure by resetting column information.
    • ๐Ÿ›  [BUGFIX] [#872] Properly reset routes after each test.
    • ๐Ÿ›  [BUGFIX] [#872] Fix delayed_job failures.
    • ๐Ÿ›  [BUGFIX] [#872] Migrate DB in CI.
    • ๐Ÿ’ป [UI] [#868] Add ARIA landmark roles.
    • ๐Ÿ’ป [UI] [#868] Use a hyphen separator in page titles.
    • ๐Ÿ’ป [UI] [#868] Add link underlines.
    • ๐Ÿ’ป [UI] [#389] Applies a margin-bottom to attribute labels.
    • ๐Ÿ’ป [UI] [#867] Refine look-and-feel.
    • [DOC] [#870] Document front-end architecture.
    • โšก๏ธ [DOC] [#869] Update SCSS-Lint configuration.
    • ๐Ÿ’ป [UI] [#861] Tweak primary navigation.
    • ๐Ÿ’… [UI] [#863] Redesign focus outline styles.
    • [i18n] [#570] Localise Dates.
    • ๐Ÿ’ป [UI] [#515] Wrap unsupported form field notes in proper divs.
    • โšก๏ธ [DOC] [#568] Update customizing_dashboards.md.
    • ๐Ÿ’ป [UI] [#482] Wrap table cell contents instead of CSS truncation.
    • ๐Ÿšš [CHANGE] [#854] Remove worker from Procfile.
    • ๐Ÿšš [CHANGE] [#851] Remove dependency from ActionMailer.
  • v0.6.0 Changes

    May 02, 2017
    • ๐Ÿ‘ท [CHANGE] [#845] Remove delayed_job_active_record dependency.
    • ๐ŸŽ [CHANGE] [#817] Improve performance for n+1s.
    • ๐Ÿšš [DOC] [#844] Remove the word "simply".
    • ๐Ÿšš [CHANGE] [#791] Remove unneeded Rails dependencies.
    • [CHANGE] [#810] Add sort_by and direction option for HasMany field.
    • ๐Ÿ‘ [CHANGE] [#842] Add support for big decimals in formating numbers.
    • โšก๏ธ [CHANGE] [#793] Update Ruby to 2.4.1 and use .ruby-version on CircleCI.
    • ๐Ÿšš [CHANGE] [#820] Remove markdown-rails and high_voltage.
    • โœ… [CHANGE] [#824] Install the latest bundler version on CI.
    • ๐Ÿšš [CHANGE] [#824] Remove the web-console gem.
    • [CHANGE] [#823] Do not redirect to show page when selecting text.
    • [CHANGE] [#830] Add table name to search query.
    • 0๏ธโƒฃ [CHANGE] [#841] When the number data is a float, default to the decimal amount.
    • [CHANGE] [#698] Place Resource in the right namespace.
    • [CHANGE] [#698] Change sidebar partial to work w/namespaced models.
    • ๐Ÿ›  [BUGFIX] [#698] Fix inferred path issue w/name-spaced resources.
    • โฌ†๏ธ [CHANGE] [#822] Upgrade webmock to make compatible with Ruby 2.4.
    • ๐ŸŒ [i18n] [#838] Improve translations for pl/uk.
    • [DOC] [#839] Add instructions on how to add dashboards
    • ๐Ÿ“š [DOC] [#837] Make path to documentation more noticeable
    • ๐ŸŒ [i18n] [#826] Fixes some broken ja translations.
    • ๐Ÿš… [DOC] [#821] Document how to use with Rails API.
    • โšก๏ธ [CHANGE] [#818] Update administrate-field-image to 1.1.0.
    • ๐Ÿšš [DOC] [#815] Remove the last .keep.
    • ๐Ÿ›  [BUGFIX] [#814] Use an array of includes instead of a regex for Sass.
    • ๐Ÿ›  [BUGFIX] [#813] Wrap class_name arguments in strings.
    • ๐Ÿšš [DOC] [#812] Remove some .keeps.
    • ๐Ÿ’ป [UI] [#797] Stop using Sass glob importing.
    • ๐Ÿ“„ [Docs] [#809] Add missing suffix docs for number field.
    • ๐ŸŒ [i18n] [#803] Fix some broken zh-TW translations.
  • v0.5.0 Changes

    March 27, 2017
    • ๐ŸŒ [i18n] [#786] Backfill the missing translations (some from Google Translate).
    • โšก๏ธ [CHANGE] [#795] Loosen and update jquery-rails.
    • [CHANGE] [#792] Content with .preserve-whitespace should wrap.
    • ๐Ÿ›  [BUGFIX] [#611] Javascript: Fix row-click handler.
    • ๐Ÿš… [CHANGE] [#569] Loosen normalize-rails required version.
    • [DOC] [#532] Add a short section about how to report vulnerabilities.
    • [CHANGE] [#784] Drop refills as a dependency.
    • [CHANGE] [#784] Change bourbon to be at least beta.6.
    • [FEATURE] [#505] let routes generator indent all routes.
    • [FEATURE] [#746] Add suffix/postfix option to number field.
    • [DOC] [#508] Add example of how to use a custom field.
    • [i18n] [#602] Adding Portuguese locale.
    • โšก๏ธ [i18n] [#603] Update administrate.pt-BR.yml.
    • [CHANGE] [#634] Add and set PLURAL_MANY_COUNT to 2.1.
    • [DOC] [#684] Add instructions on how to add dashboards.
    • [FEATURE] [#780] Add Sentry for the prototype app.
    • ๐ŸŒ [i18n] [#772] Merge the existing translations before testing.
    • [DOC] [#783] Change README to use 0.4.0.
    • [DOC] [#778] Clarify the version requirements.
    • โšก๏ธ [DOC] [#779] Update .rubocop.yml to follow thoughtbot/guides.
    • โšก๏ธ [DOC] [#781] Update readme screenshot.
    • ๐Ÿ›  [BUGFIX] [#559] Fix #558 : Wrong constant name guess.
    • [DOC] [#769] Mention guides in doc/ subdirectory.
    • โšก๏ธ [DOC] [#469] Path to custom attribute type updated in docs.
    • โšก๏ธ [CHANGE] [#774] Update Kaminari ~> 0.16 -> >= 1.0.
    • ๐Ÿ“„ [DOC] [#776] Include docs in gem (via gemspec file listing).
    • [DOC] [#540] example on how to use custom file types.
    • [CHANGE] [#767] Add auto-prefixer.
    • ๐ŸŒ [i18n] [#344] Add missing translations on edit/new/show actions.
    • ๐ŸŒ [i18n] [#344] Add some action translations to administrate.en.
    • ๐ŸŒ [i18n] [#344] Add some action translations to administrate.pt-BR.
    • [DOC] [#457] Document how to change resource labels in collections.
    • [FEATURE] [#466] Allow preloading has_many records.
    • [i18n] [#764] Add Korean i18n.
    • [FEATURE] [#597] Allow to limit route actions.
    • ๐Ÿ›  [BUGFIX] [#687] Fix broken sort arrow svg in the resource table.
    • [DOC] [#627] add doc for customizing admin dashboard layouts.
    • ๐Ÿ›  [BUGFIX] [#642] Add missing multiplier option for number fields.
    • ๐Ÿ›  [BUGFIX] [#465] Inline controller's permitted_attributes method.
    • ๐Ÿ’… [FEATURE] [#760] Add refills and refill-styled flashes.
    • [FEATURE] [#736] Paginate has_many show view.
    • โšก๏ธ [CHANGE] [#759] Update instances of bourbon to 5.0.0.beta.7; sass to ~>3.4.
  • v0.4.0 Changes

    March 03, 2017
    • [DOC] Use Kaminari syntax in controller's comment hint.
    • [#747] [CHANGE] Fix a bug where administrate:views was creating the wrong
      paths.
    • ๐Ÿ›  [#739] [#743] [BUGFIX] Dependent destroy demo app models.
    • ๐Ÿšš [CHANGE] Remove boilerplate references to staging/production.
    • [CHANGE] Improve the bin/ commands.
    • ๐Ÿš€ [#733] [CHANGE] Switch administrate-field-image to use the new release.
    • ๐ŸŒ [#704] [I18n] Fix a typo on pt-BR translation for polymorphic.
    • [#730] [FEATURE] Hide the Search Bar when no attributes are searchable.
    • [#732] [I18n] Improve Japanese locales.
    • [#729] [FEATURE] Allow primary_key option on relationships instead of
      hardcoding id.
    • ๐Ÿ“„ [#728] [DOCS] Improve the docs around authentication.
    • [#727] [FEATURE] Add a link to show resource from the collection table.
    • ๐Ÿ›  [#726] [BUGFIX] Check for PhantomJS in the setup script.
    • [#721] [CHANGE] Use count(:all) for associations in HasMany fields.
    • [#683] [CHANGE] Add Bourbon as an explicit dependency.
    • [#713] [CHANGE] Avoid writing to routes.rb when no models exist.
    • ๐ŸŒ [#704] [I18n] Fix word on pt-BR translation
  • v0.3.0 Changes

    December 16, 2016
    • [#127] Add button to clear the search
    • ๐Ÿš… [#656] Add Rails 5 support
  • v0.2.2 Changes

    May 21, 2016
    • ๐Ÿ›  [#560] [BUGFIX] Fix LoadError for apps that don't use images
  • v0.2.1 Changes

    May 18, 2016
    • ๐Ÿ’… [#573] [FEATURE] Render custom javascripts and stylesheets to the page by registering them with Administrate in an initializer. For example, you can create config/initializers/administrate.rb with the contents: Administrate::Engine.add_javascript "my_plugin/script" Administrate::Engine.add_stylesheet "my_plugin/styles"
    • ๐Ÿ’… [#567] [FEATURE] Add a partial for rendering HTML links to stylesheets. This is useful for plugin developers, as well as people who want to add custom stylesheets on a page-by-page basis using content_for(:stylesheet).
    • [#492] [FEATURE] Translate attribute labels on show and index pages. To customize an attribute label, add translations according to the structure: en: helpers: label: customer: name: Full Name
  • v0.2.0 Changes

    April 20, 2016
    • [#476] [CHANGE] Extract Administrate::Field::Image into its own gem. Users who have image fields in their dashboards should add to their Gemfile: ruby gem "administrate-field-image"