* doc: add note about `setTitleField` (Fixes#153)
* NEW Add support for saving tag value into has_one components
FIX Value not shown if isMultiple is false (#195)
* fix: don't default to ID column as pgsql throws an error if comparing string value
* Make the immediate write call of StringTagField::saveInto method configurable
* Set immediate_write_enabled option in the class instead of config; add deprecation notice
* Add tests for the immediate write option
If the title field was customised, this metadata was lost during a
readonly transformation. This can cause fatal errors in read-only views
such as history browsing.
Suggesting options from a list of tags that are already set as values makes no sense. The
example code in the documentation shows that you provide an input array of options, so
that should be what is used to suggest options when lazy loading.
* Update composer constraint and branch alias to support SS4 testing
* Add namespaces, update DataList quirk with getSourceList
* Add PSR-4 autoloader definition
* Move template to correct namespace location, update requirement paths
* FIX Visibility on allowed actions
* FIX Update chosen class names to match updates in framework
* Update Travis configuration for 4.x builds. Update docs for namespaced classes.
* Use "4" for the release instead of master.
* FIX Selected tag height. Move Readonly to own class.