Skip to content

Releases: lipemat/CMB2

Codemirror Field Improvements

09 Jan 00:09
Compare
Choose a tag to compare

Full once over of textarea_code field

  1. Fixes layout of Codemirror field when Gutenberg is active.
  2. Support sorting of Codemirror field.
  3. Support Codemirror field within groups.
  4. Allow using field ids with "/" in the name.

Others

  1. Improve styles of the repeatable row remove button.
  2. Allow using field ids with "/" in the name for wysiwyg.

Fix Drag Sorting of Groups When Adding Items

08 Dec 18:27
Compare
Choose a tag to compare
  1. Fixes issue where new rows which were then sorted did not save on first round.
  2. Fixes JS error '$newRowId does not exist`.

Fix `rest_value_cb` field parameter

04 Jan 16:25
Compare
Choose a tag to compare

Fixes undocumented rest_value_cb parameter

Bring in pull request 1212