- Allow to configure the root_path of moirai
- Do not initialize moirai if we don't have a database connection. (@coorasse)
- Fix bug when the params is defined but is
nil
. (@coorasse)
- Fix bug when the string is not a string, but a boolean. (@coorasse)
- Inline editing is now disabled by default. To enable it, specify the following in
application.rb
:
config.moirai.enable_inline_editing = ->(params:) { your_options_here }
move in here the conditions you had previously defined in the helper.
- Moirai now works also in emails. That's why we have a breaking change. (@coorasse)
- Fixes a problem when running a rake command and no database exists yet using postgres. (@coorasse)
-
Added a method
I18n.translate_without_moirai
(@oliveranthony17) -
Simplified stimulus setup (@coorasse)
-
Fixed some setup issues in test environments (@oliveranthony17)
-
Show original translation when deleting the whole inline editing content. (@CuddlyBunion341)
-
Support for html translations (@CuddlyBunion341) =======
- Support for strings coming from gems (@coorasse)
- Support for new strings (not yet translated) (@coorasse)
- Review Stimulus controller (@coorasse)
- Gem structure created (@oliveranthony17)
- Database tables created (@oliveranthony17)
- Pull request creation (@oliveranthony17)
- Dummy app for tests (@coorasse)
- CRUD for translations (@CuddlyBunion341)
- Inline editing (@CuddlyBunion341)