- Fix schemaextender styling field @sneridagh #94
- Small CSS fix for compatibility when used along Volto 17a16 (Grid in core) @sneridagh #93
- Fix teaser Image Override when there is a custom Image component. @davisagli #91
-
Refactor to use
@dnd-kit
library for the internal drag and drop @sneridaghThe Grid block edit component has been heavily refactored, we changed the drag and drop library that the block is using. Instead of using
react-beautiful-dnd
library now it uses@dnd-kit
library. You should expect HTML structure and classe name changes inside this component due to this change. Please make sure that you haven't customized anything relying in neither structure or class names (such as styling). Also, we splitted the internal components below the edit component of the Grid block. If you've customized any of them for some reason, your component should still work, but without the refactoring, it will be still usingreact-beautiful-dnd
library. If you want to update your customization, you'll need to update them appropiately following the changes made in the #87 PR. #87
- Pass the blocks variation id as a classname to the edit in case it's present @steffenri #82
- Enable popperjs based blockschooser @sneridagh #86
- Update Brazilian Portuguese translation @ericof #84
- Fix edit mode in listings, adapting to the new listing block API @sneridagh #81
- Move dataAdapter to the block config so it can also be overriden in nested blocks via blocksConfig @sneridagh #77
- Move to the recent add-on docker drive development approach @sneridagh #74
- Make use of external link in new tab config setting. @robgietema #75
- CI with docker approach for code analysis and unit tests @sneridagh #76
- Move changelog to Towncrier @sneridagh #70
- Adjust props passed down in the custom image use case @sneridagh #73
- Add check for towncrier news items @sneridagh #71
- Fix a11y issue in teaser heading default body @sneridagh
- Teaser Data component enhancements, using the teaserAdapter pattern instead of using
useEffect
@sneridagh
- Use
Image
component from config registry @sneridagh - Use
image_scales
from Plone 6 catalog, if present. @sneridagh - Add image alignment styling feature for teasers @sneridagh
- Be able to reset the block from the Grid block UI @sneridagh
- Add reset feature to Teaser block @sneridagh
- Update
BlockRenderer
component to pointEditBlock
/ViewBlock
atblocksConfig.edit
/blocksConfig.view
when available @danalvrz
- Add new
headline
CSS class in teaserhead_title
@sneridagh
- Compatibility with Volto 16.0.0-rc.2 @sneridagh
- Fix CSS for blocks chooser @sneridagh
- Reverted #60. The feature is sub-optimal. @sneridagh
- The
teaser
block can be resetted from the Grid controls interface. One click on theX
it resets in (nothing selected), another one removes the column @sneridagh
- Update to use latest
@plone/scripts
@sneridagh
- Fix image height when height property is added (#277) @reebalazs
- Change Teaser block settings
href
field literal fromSource
toTarget
@sneridagh
- Include image_scales when selecting an item for a teaser block
- Make uppercase translation of spalte and spalten @iFlameing
- Compatible with the new component registry in Volto 16 @sneridagh
- Keep compatibility with the experimental one @sneridagh
- Fix config to be compatible with the new full registry in pipeline of Volto 16.0.0-alpha.22 @sneridagh
- Revert #36 since it seems that it was covered in another part of the stack (maybe in SemanticUI itself). Now streched columns in SemanticUI grids have now the same height (and they are filling all the available space, in case that the inner color is different or have a border). @sneridagh
- Adding support for automatically switch to the template based on content type in teaser @iFlameing
- Unify inner markup for Teaser to make it work inside and outside a grid. Use the convention of a common main wrapper using:
<div class="block teaser">
. @sneridagh
- Enable Style wrapper in Teaser @sneridagh
- Add missing support in View components for
blocksConfig
@sneridagh - Add default variation for easier customization using variations @sneridagh
- Support for inner blocks local configuration using
blocksConfig
key. This allows fine tuning configuration of the inner blocks, like add/remove variations, schemaEnhancers, etc @sneridagh
- Small CSS improvements, for teaser stand alone @sneridagh
- Use CSS
aspect-ratio
since it's already supported by all major browser vendors @sneridagh - Remove typo in alt text for teasers @sneridagh
- Fix CSS in teaserGrid and in standalone Teaser view @sneridagh
- The
Teaser
block has changed markup. Now thea
link tag sorrounds the maindiv
: Related PR changes. Adjust your customizations and themes accordingly. @robgietema
- Add stylewrapper support @sneridagh
- Teaser block can be used separately also @robgietema
- Teaser block layout is dependent if inside grid or not @robgietema
- Configurable max number of columns from config @ionlizarazu
- Fix tests for Volto 14 @sneridagh
- Use
@plone/scripts *
@sneridagh
- Fix inline height flex grow problem for slate grids @sneridagh
- Use image field as fallback for teaser and preview @ericof
- Play well with the new blocks defaults @sneridagh
- Upgrade @plone/scripts 1.0.3
- New i18n in Volto 14, use @plone/scripts @sneridagh
- Upgrade @plone/scripts 1.0.2
- Fix press ENTER in the Grid main container block creates a new block @sneridagh
- Revert "Add the enter key support in grid block to create the default text block below." @sneridagh
- Add the enter key support in grid block to create the default text block below. @iFlameing
- Add Brazilian Portuguese translation @ericof
- Add support for
head_title
behavior @iFlameing @sneridagh
- Make Slate block work properly @tiberiuichim
- Change the title of teaser sidebar from 'Element' to 'Teaser' @iFlameing
- Detached mode 2.0 @tiberiuichim
- Related slate/text styling @sneridagh
- Add german translation for head_title in teaser/data @ThomasKindermann
- Start using variations facilities from Volto core. This requires at least Volto 12.14.0 If you created any variation for a grid (or the internal Teaser block) you should update the variation definitions in your config. @sneridagh
- Move to
SchemaRenderer
andMaybeWrap
to core components @sneridagh
- Fixes #12, default image in teaser is now Plone classic standard one, overridable using the
imageScale
in the teaser block config @sneridagh
- Add a wrapper for the content (div with class content) in Teaser @sneridagh
- Initial release @sneridagh