Releases: marmelab/ng-admin
Version 0.7
This release is backwards compatible with 0.6, with minor changes on undocumented features. Read the upgrade guide for details
For more details about the changes, read the blog post about the release.
- Hide empty option in choice field #416 (fzaninotto)
- Fix relative baseApiUrl gets doubled in the URL #415 (fzaninotto)
- Fix accept type in file field #413 (fzaninotto)
- Fix accordion effect on sidebar menu #412 (fzaninotto)
- Add label attribute on button directives #407 (RobinBressan)
- Fix rendering on datagrid by using entry.identifierValue as $$hashKey #401 (RobinBressan)
- Improve Disabled View Handling #400 (fzaninotto)
- Improve error handling #399 (fzaninotto)
- Dependent choice lists #398 (fzaninotto)
- Add ability to customize the admin header #397 (fzaninotto)
- Export format date #396 (ThieryMichel)
- fix ordering when more than 10 fields #394 (ThieryMichel)
- Fix e2e tests #391 (fzaninotto)
- Re-add
listView.exportFields()
to configure export button #389 (fzaninotto) - Add default admin title #388 (fzaninotto)
- Add missing notifications, make notifications last longer #387 (fzaninotto)
- Export view #386 (ThieryMichel)
- Refactor View.fields #384 (ThieryMichel)
- Fix exportfields config #381 (ThieryMichel)
- Batch actions config #380 (ThieryMichel)
- Custom menu #376 (fzaninotto)
- Add optional selection column to list #374 (ThieryMichel)
- WYSIWYG field sanitization enableable #370 (ihrigb)
- Allow
referenced_list
to be orderd by configuration #367 (fzaninotto) - Fix Karma tests #361 (jpetitcolas)
- Better clean of ng-admin build #360 (jpetitcolas)
- Add
NumberField.format()
, relying on numeraljs #359 (fzaninotto) - add an option on maFileField to recover the serverside filename #357 (alexisjanvier)
- Backward compatibility #356 (jpetitcolas)
- Change Travis timezone #355 (jpetitcolas)
- Cleanup after ES6 refactoring #354 (fzaninotto)
- Add a Gitter chat badge to README.md #353 (gitter-badger)
- Number field can now set fractionSize #351 (fzaninotto)
- Allow to display the listView even with missing references #349 (fzaninotto)
- Introducing datetime field #348 (fzaninotto)
- Fix date sent to json_server in blog example #347 (fzaninotto)
- Fix
.editable(false)
on "reference" type field in EditView #342 (vasiakorobkin) - Fix 404 error for fontawesome-webfont on local example server #340 (vasiakorobkin)
- Add
<ma-filtered-list-button\>
directive #339 (fzaninotto) - Add missing require parameters #336 (easel)
- Fix edit identity (primary key) field #334 (vasiakorobkin)
- Start migration to ES6 #330 (jpetitcolas)
- [BC Break] Specialize Configuration Field Classes #327 (fzaninotto)
- Integrate export-to-csv directive into ng-admin #316 (ThieryMichel)
- Refactor datagrid pagination #298 (jpetitcolas)
- support for parameterizing choice fields by the current entry #364 (kenegozi)
- Allow custom item in the menu #344 (fzaninotto)
- Add datetimepicker field #297 (manuquentin)
Version 0.6
This release is backwards compatible with 0.5. However, it introduces a change in the Configuration API that will become compulsory in 0.7. Read the upgrade guide for details
For more details about the changes, read the blog post about the release.
- Add documentation about custom types (fzaninotto)
- Add Factory for field Views (fzaninotto)
- Add support for template items in
actions()
andlistActions()
when called with an array parameter (ThieryMichel) - Add ability to filter references results (jeromemacias)
- Add ability to format Date fields before they are sent (ThieryMichel)
- Fix missing require parameter in NgAdminConfiguration (easel)
- Fix missing dashboard panel title, falling back to entity label (jpetitcolas)
- Add listActions in ReferenceList in editionView (fzaninotto)
- Add Factory methods (
nga.*
) to the configuration API (fzaninotto) - Add link to dashboard panel views (fzaninotto)
- Add ability to use templates in view description (Xennis)
- Update file field: Remove file field requirement on edition and remove file upload progress bar on end (jeromemacias)
- Fix listActions buttons attributes binding (ThieryMichel)
Version 0.5
This release has several BC breaks. The Upgrade guide lists them all.
For details and screenshots, read the blog post about the release.
- Dashboard panel titles now link to list view (fzaninotto)
- Allow listActions on ReferencedList (fzaninotto)
- Add Custom pages documentation (fzaninotto)
- Filter form now reset page number on submit (jeromemacias)
- Allow isEditLink to disable links on references (fzaninotto)
- Fallback to column for non-editable fields in form (fzaninotto)
- Fix map() being called twice on the listView (fzaninotto)
- Fix Reference identifiers (manuquentin)
- Fix the sorting of ReferencedList fields in the showView (Xennis)
- Cleanup markup to adhere to the sb-admin standard (fzaninotto)
- Add option to define the route on a
isDetailLink
field (Xennis) - Fix ordering problems in ReferenceFields (fzaninotto)
- Add JSON field (jeromemacias)
- Fixed a typo in README (megazoll)
- Add per-field classes in the markup to allow fine selection in tests (and in CSS) (fzaninotto)
- Allow Embedded datagrids to be limited (fzaninotto)
- Fix datagrid in show view (jeromemacias)
- Allow ListView filters on references (jeromemacias)
- Avoid using filter on ng-repeat (jeromemacias)
- Allow overriding the main layout (fzaninotto)
- Update dashboardView section in the README (Xennis)
- Allows to customize error messages (manuquentin)
- Remove scroll listener on infinite pagination destroy (fzaninotto)
- Move example to example directory (fzaninotto)
- Move filters from filterView to
listView.filters()
(fzaninotto) - Move
listView.addQuickFilters()
feature to regular filters (fzaninotto) - Remove notion of "hidden" fields (fzaninotto)
- Strip tags in list wysiwyg fields (jpetitcolas)
- Fix and refactor
dashboardView.disable()
(fzaninotto) - Improve the complexity and test data of the bundled blog example
- Introduce and document
View.fields()
to allow fields reusability (fzaninotto) - Don't transit pagination through datagrid (fzaninotto)
- [BC Break] Offload all REST mapping tasks to Restangular (fzaninotto)
- Isolate datagrid-pagination directive & fix direction arrows (manuquentin)
- Fix call to entire API collection for References in show view (manuquentin)
- Use Bootstrap's built-in form-control-static to style text in forms (fzaninotto)
- Update example from README (fzaninotto)
- Add theming support and documentation (fzaninotto)
- Make validation behave the same in creation and edition forms (fzaninotto)
- Tweak filters look and feel (fzaninotto)
- Add example of custom page handling (manuquentin)
- Add doc about API mapping assumptions (manuquentin)
- Introduce
singleAPICall
to reduce the query count on reference fethcing (manuquentin) - Add filters in the listView (manuquentin)
- Fix null rawEntry mapping bug in Edit form (manuquentin)
- Improve development automation by embedding the demo (fzaninotto)
- Add multi-endpoint support at the entity and view levels (manuquentin)
- Fix home link (manuquentin)
- Add HTTP error handling (manuquentin)
- Isolate directive scope to make them more testable (fzaninotto)
- Improve test automation and bootstrap protractor tests (jeromemacias)
- Add MenuView to customize menu icon and order (fzaninotto)
- Split and rename Repository files into Queries (manuquentin)
Version 0.4
This release deprecates a few APIs. The Upgrade guide lists them all.
For details and screenshots, read the blog post about the release.
- Refine graphical user interface
- streamline configuration API
- Add Configurable buttons for views and rows
- Make view title configurable
- Add a new show view
- Add ready-only view
- Views are now already added by default
- Heavy refactoring for better maintainability
Configuration actions & show views
v0.3.4 Update version
Minor improvements
v0.3.3 Update built files
Fix string validation
v0.3.2 Update built files
Fix validation issue introduced in 0.3.0
Merge pull request #106 from marmelab/fix_validation [RFR] Fix validation
Version 0.3
- Major change in Configuration API: Introducing Views
For details and screenshots, checkout out the blog post about the release.
This release introduces a few BC breaks. The Upgrade guide lists them all.
For details and screenshots, read the blog post about the release.
Add PasswordField and PasswordColumn
v0.2.5 Update version