Version 0.8
This release is backwards compatible with 0.7. For highlights about the most important changes, read the blog post about the release.
- Add sourcemaps to the build process to ease debugging #619 (fzaninotto)
- Add a Frequently Asked Question page #618 (fzaninotto)
- Fix skeleton code in README #613 (Benew)
- Allow deselection to send null value in choice field #612 (fzaninotto)
- Allow placeholder to be overridden on choice fields #611 (fzaninotto)
- Improve documentation, add a "Getting Started" tutorial #607 (fzaninotto)
- Add support for pattern validation #606 (fzaninotto)
- Clarify and fix the detailLink logic #605 (fzaninotto)
- Add debounce to the filters #604 (fzaninotto)
- Fix custom attributes on fields #593 (fzaninotto)
- Update remoteComplete API for better configurability #592 (fzaninotto)
- Fix problem with multiple references on same entity #590 (fzaninotto)
- Fix reference list order #589 (fzaninotto)
- Add permanent filters #588 (fzaninotto)
- Bower is no longer necessary to the build #587 (fzaninotto)
- Fix typo in infinite pagination controller #586 (fzaninotto)
- Format number for export #577 (ThieryMichel)
- Harmonize fieldview syntax using fat arrows #575 (fzaninotto)
- Fix tests #570 (jpetitcolas)
- Fix
reference_many
field when value is[]
#568 (jpetitcolas) - Do not deduplicate single choice remote complete fields #566 (jpetitcolas)
- Webpack: be more quiet please #565 (jpetitcolas)
- Fix isDetailView doesn't work on
referenced_list
entity id-field #560 (vasiakorobkin) - Fix menu collapse on second click #556 (fzaninotto)
- Add space between view action buttons #554 (fzaninotto)
- Clarify Map logic, allow nested fields #549 (fzaninotto)
- Delete view: back to previous state, not edit or list view #538 (vasiakorobkin)
- Fix default date format in date field #528 (jpetitcolas)
- Revamp Filter UX #522 (fzaninotto)
- Add promise shim for some browsers (IE11, I'm watching you!) #519 (jpetitcolas)
- Update build to fix issues on MacOS (fixes #515) #516 (jpetitcolas)
- Set default format in date fields #511 (manuquentin)
- Introduce new way to define dashboard datasources #509 (fzaninotto)
- Send API request on reference auto-complete #508 (jpetitcolas)
- Remove moot
version
property from bower.json #507 (kkirsche) - Use UI-Select for Choice and Choices fields #505 (jpetitcolas)
- fix back method on batchDeleteController #503 (ThieryMichel)
- add new field in entryFormatter #502 (ThieryMichel)
- Fix maFileField and use latest version of ng-file-upload #501 (jeromemacias)
- Fix BC issue with step attribute #494 (jpetitcolas)
- added userdefined create and update HTTP Method #491 (matsluni)
- Fix
gotoDetail()
should remember list filter and replace some$location.path()
by$state.go()
#489 (jeromemacias) - Fix dashboard does not retrieve entity references #488 (jeromemacias)
- Improve first contact: add invite after setup #487 (fzaninotto)
- Fix delete title #486 (fzaninotto)
- Accept false value in filter #484 (ThieryMichel)
- Stay on Angularjs 1.3 version #483 (jeromemacias)
- Fix sort for ReferenceListField and dashboard #482 (jeromemacias)
- Fix pagination #480 (ThieryMichel)
- Optimize build process #477 (jpetitcolas)
- Fix outdated method name in doc #471 (jpetitcolas)
- Fix top margin regressions #468 (jpetitcolas)
- Fix export CSV in firefox #467 (manuquentin)
- Rename lib files to keep BC #466 (jpetitcolas)
- Fix
maExportToCsvButton
does not return entries references and empty data when filters contains boolean field #461 (jeromemacias) - Fix several bugs #460 (jeromemacias)
- Use
admin-config
files #457 (manuquentin) - Update README for Webpack #456 (jpetitcolas)
- Fix button display when a view is disabled #449 (manuquentin)
- Fix ListView e2e tests #445 (jeromemacias)
- Refactor referenced data #444 (manuquentin)
- Move PromisesResolver to ES6 #442 (manuquentin)
- Fix empty list actions column #441 (manuquentin)
- Fix edit & show links #440 (manuquentin)
- Update protractor to 1.8 version #437 (jeromemacias)
- Make choice field required works and fix angular add empty first option #435 (jeromemacias)
- Fix dashboard panel heading link #434 (jeromemacias)
- Boost Angular app performance #433 (jeromemacias)
- Move orderElement angular filter to es6 class and remove angular enabled filter #431 (jeromemacias)
- Move Validator service to view.validate() method #430 (jeromemacias)
- [BC-BREAK] Remove referencedView created by code for ReferenceField #429 (jeromemacias)
- Migrate from require to Webpack #428 (jpetitcolas)
- Move
*Queries
into separate files #427 (manuquentin) - Introduce float type #426 (jpetitcolas)
- Remove ui bootstrap monkeypatch #425 (manuquentin)
- Fix typo in README #422 (jpetitcolas)
- Remember list filter when navigating on same entity #418 (ThieryMichel)
- Introduce DataStore and remove entries for ReferenceField #410 (jeromemacias)