Changelog

Just a nice representation of Software's CHANGELOG.md file.

1.6.1

2020-10-25

compare changes

fixed Prevent XSS vulnerability for Markdown and Wysiwyg fields.

1.6.0

2020-10-19

compare changes

added Ability to set height for Markdown field input via rows method.

added Support of Laravel 8.

fixed Extra label bound to an input element for Markdown field.

fixed Review defined routes to allow php artisan route:cache.

1.5.0

2020-09-14

compare changes

added delimiters method for Tags field.

1.4.1

2020-09-14

compare changes

fixed Markdown field edit view.

1.4.0

2020-09-06

compare changes

added Translatable support for Markdown field.

1.3.1

2020-08-19

compare changes

fixed Use helper class instead of helper function for collecting errors in Repeater field.

1.3.0

2020-08-17

compare changes

added Revisions functionality.

added Optional getHistoryView method for field classes, which is responsible for rendering view for version's diff value.

added Added two new permissions: history and revert.

added New migration file **_create_versions_table.php.

added New config file jarboe/versionable.php for specifying default versions model.

added Breadcrumbs classes updated to handle new "versions timeline" page.

added New translation keys in resources/lang/en/common.php.

added Support listing/editing exact value from array column via Text field. (not supported for fields within Repeater field, with translatable() enabled, for multi-level arrays)

1.2.0

2020-07-15

compare changes

added New js helpers in jarboe object: bigToastSuccess, bigToastDanger, bigToastWarning, bigToastInfo.

added Inline editing for Checkbox field.

added Translation keys jarboe::fields.checkbox.yes and jarboe::fields.checkbox.no that are used in Checkbox field inline mode.

added FieldsetMarkup field for dividing form into blocks with its own <legend>.

added Jquery UI datepicker switches locale depending on selected locale from list of jarboe/locales.php configuration file.

added "OTP secret" field in admins table controller when jarboe.admin_panel.two_factor_auth.enabled config option is true.

changed Filter classes method render returns Illuminate\View\View instance instead of rendered html string.

changed Using put instead of flash for notification messages to preserve them across several redirects.

fixed Immutable col value for Hidden field.

fixed CheckboxFilter handle 0 value properly.

fixed Infinite redirection if page with exception is the same "previous" page in session.

1.1.0

2020-06-16

compare changes

added Added grouping by <optgroup> tag for options() method in Select field.

added admin_auth() helper.

added Relation search via ajax for Tags field.

added Allow to delete image if it's selected but not uploaded for Image field.

fixed Fixed css for pagination block for light theme.

fixed Proper check for Image field validation errors.

fixed Added missed translations for login/register form inputs.

1.0.0

2020-06-07

compare changes

added Everything, initial release.