Version 0.9
This release is backwards compatible with 0.8. For highlights about the most important changes, read the blog post about the release.
- Add Relationships documentation #753 (fzaninotto)
- Fix JS error "values of undefined" on a missing reference in a column #751 (kenegozi)
- Fix checkbox field #744 (fzaninotto)
- Fix UI select multi style #740 (jeromemacias)
- Fix double call on reference fields #732 (fzaninotto)
- Make
Field.transform()
work on filters #726 (fzaninotto) - Fix another broken link #724 (daveshah)
- Fix typo in README #718 (rndstr)
- Add new
embedded_list
field type #714 (fzaninotto) - Add ability to customize template for all fields #713 (fzaninotto)
- Document the way to define nested entity urls for relationships #711 (fzaninotto)
- Fix
infinitePagination
to resolvereference
fields #709 (djhi) - Fix invalid reference to entry in datagrid header #708 (djhi)
- Make required boolean fields render as a checkbox for edition instead of a dropdown #707 (djhi)
- Fixe Build & demo #706 (djhi)
- Fix bad method name
Reference:targetLabel
in documentation #704 (SebLours) - Document input date requirement for
format()
#702 (jpetitcolas) - Fix spelling error in Configuration reference #697 (VincentBel)
- Add default value parameter for create view and
<ma-create-button>
directive #696 (fzaninotto) - Fix optimized queries #694 (fzaninotto)
- Fix default filter glitch #691 (fzaninotto)
- Preload references in
referenced_list
entries #688 (fzaninotto) - Fix link to Theming doc #686 (AndreiRailean)
- Fix bug with datastore when two references are on the same entity #677 (fzaninotto)
- Fix field alignment for number fields in the datagrid #676 (fzaninotto)
- Update CSS to make view actions more responsive #675 (fzaninotto)
- Add cssClasses both to th and td in
listView
#674 (fzaninotto) - Fix date widget formatting #673 (fzaninotto)
- Make dashboard responsive #672 (fzaninotto)
- Fix link to the configuration reference API #669 (JacoKoster)
- Add ability to disable Menu autoclose #667 (ThieryMichel)
- Fix filter conflict #663 (ThieryMichel)
- Fix ability to add filter when using custom actions #661 (ThieryMichel)
- Fix inconsistency in remote reference map #659 (fzaninotto)
- Fix (re-add) listActions support on referencedList #655 (fzaninotto)
- Fix
referenced_list
losesdetailLink
when using new entity #654 (fzaninotto) - Add access to field constructors to avoid Webpack/Babel fuss for custom types #653 (fzaninotto)
- Fix bug where filters are freezed when url changes #651 (fzaninotto)
- Fix flickering when using custom menu link #650 (fzaninotto)
- Update Configuration reference #645 (powize)
- Allow the main menu to use a custom template #644 (fzaninotto)
- Improve the custom types documentation #643 (fzaninotto)
- Fix return to list view when deleting a record #642 (jpetitcolas)
- Use local grunt instead of global #640 (fzaninotto)
- Add default value support for filters #639 (fzaninotto)
- Fix typo in template definition #630 (Benew)
- Fix boolean type to make it handle null values #629 (fzaninotto)
- Allow to customize multiple choices placeholder #628 (jpetitcolas)
- Use fakerest and webpack-dev-server instead of json-server and grunt-connect #625 (jeromemacias)
- Fix file field #621 (jeromemacias)