Releases: verbb/super-table
Releases · verbb/super-table
1.0.3
- [Added] Feed Me 2.0 support.
- [Improved] Support for Craft 2.6.2951.
- [Fixed] Fix Row Layout and limit rows issue. Wait for removal contract function to fire before updating the
canAddMoreRows()
function. Otherwise, button stays disabled when blocks can still be added. - [Fixed] Fix for selected fieldtype JS not firing on select in settings.
- [Fixed] Fix lack of translation for field titles and instructions.
1.0.2
[Fixed] Minor layout fixes for Matrix-ST-Matrix, in particular when a lot of blocks are present.
1.0.1
- [Fixed] Minor layout fix for Matrix-ST-Matrix in Safari.
1.0.0
- [Improved] Brand new (yet awfully familiar!) settings layout for Super Table. Provides much more flexibility, future growth and performance improvements.
- [Improved] No more modal for editing field settings - now inline and Matrix-style.
- [Improved] Added instructions field to Super Table. Appears as small
info
button on table headers. - [Improved] Allow fields to be translatable.
- [Improved] Revert Row Layout
table-layout: fixed
behaviour. Row Layout labels will now fit to the longest label without word-breaking. - [Improved] Improved Linkit styling inside Super Table.
- [Improved] Cleanup and organise css.
- [Improved] Added sliding animation when adding/deleting blocks (thanks @benjamminf!)
- [Fixed] Fixed performance issues with modal field settings (the modal no longer exists).
- [Fixed] Fixed field settings validation not firing and providing feedback.
- [Fixed] Fixed field validation when inside Matrix.
- [Fixed] Fixed field validation when outside Matrix.
- [Fixed] Fixed some issues with an inner Matrix field.
- [Fixed] Update
prepForFeedMeFieldType
to handle static field option - [Fixed] Field names are now compulsory.
0.4.8
- [Fixed] Fixed minor issue where width column settings weren't being saved correctly.
0.4.7
- [Added] Added support for eager loading.
- [Added] Added
blocks()
template tag for Super Table block elements. - [Improved] Column layout width now allows either px or % values. Defaults to % if unit-less.
- [Fixed] Fix for certain fields not settings content properly from draft.
- [Fixed] Fixed column layout not applying width correctly.
0.4.6
0.4.5
- Correct plugin version number (oops!)
0.4.4
- Fixed issue with rows not displaying correctly for Static Field option.
0.4.3
- Fixed issue with JS not firing correctly in field settings - caused some field types to not allow editing of settings.
- Fixed issue where blocks were being overwritten when entries are saved as drafts.
- You now have direct access to fields when using the Static Field option. No more looping or using
superTableField[0].fieldHandle
.