All Versions
33
Latest Version
Avg Release Cycle
82 days
Latest Release
1440 days ago

Changelog History
Page 2

  • v5.1.5 Changes

    ๐Ÿš… 1. [Chore] Simplify 'resources/show/_image.html.erb' (#80) ๐Ÿš… 2. [Chore] Add more information to the type validation message (#81) ๐Ÿš… 3. [Feature] Be able to customize hint in form view (#82) ๐Ÿš… 4. [Fix] Link of Strong Parameters (#84) ๐Ÿš… 5. [Fix] Restrict font-awesome-sass version to 5 and below (#85) ๐Ÿš… 6. [Chore] Reload should be triggered in to_prepare instead of ResourcesRouter (#86)

  • v5.1.4 Changes

    โšก๏ธ 1. Chore: Only use resource_params for create and update action (#73) ๐Ÿ’… 2. Chore: Localization for style helpers (#74) ๐Ÿ”จ 3. Chore: Refactor class mapper to allow descendents (#75) ๐Ÿ“‡ 4. Chore: Remove is_origin metadata (#76) โœ… 5. Support: Manual tested under Rails 4.2 (#77)

    1. Feature: Ability to customize logout_path, logout_method, email_method (#78)
  • v5.1.3 Changes

    ๐Ÿšš 1. Chore: Remove jquery-turbolinks gem (#66) ๐Ÿš… 2. Feature: Add html attribute title to the links (#67) ๐Ÿš… 3. Chore: normalize the partials that user could replace/override (#69) ๐Ÿš… 4. Fix: Have to make sure that app/models are loaded before Rails eager load (#68) ๐Ÿš… 5. Chore: index_params should not contain resources, utf8 (#71)

  • v5.1.2 Changes

    ๐Ÿš… 1. Chore: prevent the reference to model decorator from being cached (#65)

  • v5.1.1 Changes

    โšก๏ธ 1. Chore: update lookup context wrapper (#59) โšก๏ธ 2. Chore: update application.html (#62) ๐Ÿ—„ 3. Chore: fix deprecated styling (@extend :before) (#63) ๐Ÿš… 4. Chore: add manual preload into initializer as well (#64)

  • v5.1.0 Changes

    ๐Ÿš… 1. Feature: added support for ActiveRecord Single Table Inheritance (STI) (#27) and navigation for STI (#30) ๐Ÿ“‡ 2. Feature: added filters metadata for provide quick access for predefined query (#34) ๐Ÿš… 3. Feature: added responder to handle different request formats (#35) ๐Ÿš… 4. Feature: export function (#37) ๐Ÿš… 5. Feature: UI Re-design, and mobile first (#39) ๐Ÿš… 6. Feature: used turbolinks to boost page load and used font-awesome to replace glyphicon (#29) ๐Ÿ“œ 7. Enhancement: colon search is enhanced using parselet (#28)

    1. Enhancement: typeahead for form partials (has_many/has_and_belongs_to_many/belongs_to) (#40) ๐Ÿš… 9. Chore: source code improvement (#26) ๐Ÿšš 10. Chore: remove the dependency of devise (#31) ๐Ÿ”จ 11. Chore: refactor map service (#25) ๐Ÿ”จ 12. Chore: refactor to extract/move the code into abstract classes (#33) ๐Ÿš… 13. Chore: added rubocop to enforce high coding standard (#32, #38) ๐Ÿ”จ 14. Chore: refactor service object to keep authorizer on initialization (#36) ๐Ÿ”จ 15. Chore: refactor imodal method (#41) ๐Ÿ›  16. Bugfix: fix how object is clone (#23) ๐Ÿš… 17. Feature: Add partials for type box/circle/line/lseg/path/polygon that are newly supported in Rails 5.0.* (#42) ๐Ÿš… 18. Feature: Add dropdown partial (#46) ๐Ÿš… 19. Feature: Add file partial (#47) ๐Ÿš… 20. Feature: Add markdown partial (#48) ๐Ÿš… 21. Feature: Add image partial (#49) ๐Ÿš… 22. Feature: Authorization check for relationship partials (#50) ๐Ÿ”ง 23. Feature: Configurable maxlength for partials (#52) ๐Ÿ”จ 24. Feature: Refactor resource new and find and expose permit method to controller (#53) โœ… 25. Chore: Setup travis to test on rails 5.0/5.1 (#54) ๐Ÿš… 26. Feature: Add JSON respond for form/show (#56) ๐Ÿ“š 27. Feature: Documentation (#57) ๐Ÿš… 28. Feature: Make turbolinks optional (#58)
  • v5.0.1 Changes

    ๐Ÿ›  1. Bugfix: database migrations fail when decorator invokes form_fields and table does not exist (#4) ๐Ÿš… 2. Feature: Add partial to support password field (#9) ๐Ÿ›  3. Bugfix: Using the right metadata for index/show/form partials respectively (#12)

  • v5.0.0 Changes

    ๐Ÿš… 1. Feature: Support for Rails 5

  • v4.1.6 Changes

    ๐Ÿ›  1. Bugfix: database migrations fail when decorator invokes form_fields and table does not exist (#4) ๐Ÿš… 2. Feature: Add partial to support password field (#9) ๐Ÿ›  3. Bugfix: Using the right metadata for index/show/form partials respectively (#12)

  • v4.1.5 Changes

    ๐Ÿ‘ 1. Support for Devise 4