All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- further combobox errors.
- improving combobox functionality beyond just relationships.
- errors with combobox.
- population of selected value for combobox.
- asset injection to better identify Ignition error pages.
- asset injection issue on error pages.
- asset injection error that prevented Facade Ignition from showing errors.
- Bootstrap 3 and Bootstrap 4 functionality.
- subform label not rendering correctly.
- submit button label on subforms.
- working implementation of subforms.
- initial functionality for subcomponents, but not yet fully functional.
- implementation of combobox subforms.
- combobox having a null value.
- combobox handling of existing selection.
- asset injection to not break view, so that HTTP tests still work.
- searchField option to allow separation of database query search field and display field.
- combobox to not be case sensitive when searching.
- pre-Laravel 7 and temporary dependencies.
- combobox.
- asset injection.
- dependency conflicts.
- Laravel 7 compatibility.
- asset insertion scripts.
- file input field rendering issue for tailwind template.
- date and datetime fields to have a proper picker for tailwind.
- comboboxes to not trigger autocomplete in Safari.
- comboboxes to accept a query.
- autocomplete="off" to comboboxes.
- Laravel 6.0 compatibility.
- added
@errors
directive, which lists out all form errors in a bulleted list.
- Laravel 5.6 compatibility.
- tests to use Orchestral test suite.
- glyphicons in bootstrap 3 forms and switched to fontawesome.
loadCallback
option to combobox to allow for callbacks while typing, often used for search-as-you-type.
- values of options in selectRange to match the display text.
- parenthesis detection for custom blade directives.
- various rendering bugs and issues ... a maintenance update.
- scrutinizer configuration.
- offset for buttons and controls without labels in horizontal forms.
- radio, select drop-downs, and button to Tailwind rendering.
- checkbox form control to Tailwind rendering
- button height to match form control height
- horizontal form rendering for Tailwind.
- help-text, validation status, submit button rendering.
- tests and brought them back to green.
- combobox rendering and brought tests to green.
- radio rendering in bootstrap4.
- refactoring of selectMonths.
- rendering of subform and labels.
- beginnings of TailwindCSS framework compatibility.
- rendering of subforms in bootstrap4.
- names format option for
@selectMonths
.
- passing classes to labels.
- errant routes for vue components. Will add back in once components are in place. (Got ahead of myself here.)
- multiple rendering issues around labels and combo-boxes.
- label rendering issue.
- class structure by refactoring each form component out to its own class.
- radio button component missing in bootstrap view.
- initial implementation of
@range
input field. - initial implementation of
@color
input field. - initial implementation of
@search
input field. - initial implementation of
@week
input field. - initial implementation of
@month
input field. - initial implementation of
@tel
input field.
- feature tests and unit tests.
@number
form field.@selectMonths
form field.@selectWeekday
form field.
- repo to be analyzed with multiple services, SensioLabs Insight, Scrutinizer, Coveralls, Travis.
- readme with badges.
- code used for older Laravel versions.
slugify()
method in HTML facade.- the HTML facade and class, instead directly referencing Laravel Collective's.