- Fix JSON export in some cases with null values. @davisagli
- Update to latest Volto 16 best practices, yarn 3 @sneridagh
- Update imageloader for newest version @reebalazs
- Fix blurhash zero width resizing bug @reebalazs
- Fix ignoring blurhash width if width (or size) was a string @reebalazs
- Update fast-blurhash with recent blurhash fixes @reebalazs
- Fix blurhash width for image content type @reebalazs
- Fix image loading error if the error is already completed (#825) @reebalazs
- Update to use latest
@plone/scripts
@sneridagh
- Image loader: fix blurhash canvas aspect ratio #276 @reebalazs
- Image loader: fix setting height ignored in some cases, fixes jump #276 @reebalazs
- Fix image loading without placeholder or blurhash, fixes jump #276 @reebalazs
- Fix tests after blurhash loading fixes #276 @reebalazs
- Inject fast blurhash loader inline into html #276 @reebalazs
- Blurhash loading fixes, fix aspect ratio #276 @reebalazs
- Fix export of hrefList with href that is not a string @davisagli
- Remove image scales from export json @ThomasKindermann
- Support lazy loading in the imageloader #277 @reebalazs
- Allow blurhash prop to override placeholder prop in the imageloader #276 @reebalazs
- Add preview_image_link to export json @ThomasKindermann
- Fix blurhash canvas scaling when image has a css aspect-ratio set #276 @reebalazs
- Always clean extra properties, even if not generating a srcset #277 @reebalazs
- Add createMissingScaleSrc option as fallback until scales defined #277 @reebalazs
- Fix image loader error when placeholder is missing #276 @reebalazs
- Implement image loading with srcset #277 @reebalazs
- Implement progressive image loading with blurhash #276 @reebalazs
- Fix ImgLoader loading with SSR @reebalazs
- Compatible with versions of Volto >= 16.0.0-alpha.15 (slate by default) @sneridagh
- No longer depends on
volto-slate
@sneridagh - Removed
BlockRenderer
@sneridagh - Removed
Carousel
@sneridagh - Removed
ConditionalLink
@sneridagh - Removed
DragDropList
@sneridagh - Removed
Grid
@sneridagh - Removed
Highlight
@sneridagh - Removed
HighlightSlider
@sneridagh - Removed
ImagesGrid
@sneridagh - Removed
MaybeWrap
@sneridagh - Removed
MultiSourceWidget
@sneridagh - Removed
TeaserGrid
@sneridagh - Removed
TeaserHero
@sneridagh - Removed
SchemaRenderer
@sneridagh - Removed
Slider
@sneridagh - Removed
TemplateChooser
@sneridagh - Removed
TextPill
@sneridagh - Removed
Variations
@sneridagh - Removed
Freezer
@sneridagh - Deprecate (and move) CSS from this package @sneridagh
- Change from 4 to 2 spaces for export feature formatting @sneridagh
- Add
common.less
meant to be common CSS used as across projects @sneridagh
- Unlink CSS related to other "modules" in
main.less
@sneridagh
- Remove Button block in favor of
volto-button-block
@sneridagh - Remove Separator block in favor of
volto-separator-block
@sneridagh - Remove Heading block in favor of
volto-heading-block
@sneridagh - Unlink CSS related to other "modules" in
main.less
@sneridagh
- Change
export
feature to stringify to 4 spaces instead of tabs @sneridagh
- Compatible with Volto 16, include
date-fns
as dependency @sneridagh
- Fix server middleware to match
res.locals
change in 15.3.0 @sneridagh
- Fix TextBody view @robgietema
- Convert TextBody from function to class to make draftsj work @robgietema
- Move to GHActions @sneridagh
- Add lazy loading of draftjs @robgietema This makes this version compatible only with Volto 15.0.0-alpha.5 and above.
- Make carousel block more generic to use either preview or normal image @steffenri
- Fix
tabindex
typo @sneridagh
- Fix the responsive of carousel block @iFlameing
- Fix heading block @iRohitSingh
- Fix the a11y violation of carousel block @iRohitSingh
- Implement ImgLoader component @reebalazs
- Fix build for Volto 14, refactoring using the new addon testing environment based approach @sneridagh
- Cleaning after refactor @sneridagh
- Updating volto-slate to latest @iFlameing
- Fixed drag-and-drop list placeholder issues @reebalazs
- Change the icon of Separator block (#95) @iFlameing
- New Dates components @sneridagh
- Use new Dates components in listings @sneridagh
- Add the screenshot and screencast for separator block @iFlameing
- Add Heading block @sneridagh
- Add a
packages
infrastructure @sneridagh - [volto-heading-block] Always center by default the heading @sneridagh
- Add Separator Block @iFlameing
- Add stylelint 14 (Volto 14) compatibility @sneridagh
- Fix carousel block slidetoscroll when clicking on right arrow or left arrow @iFlameing
- [volto-heading-block] Fix bug in
View
because the default is not set @sneridagh - [volto-blocks] Remove creation date from Newslisting listing, don't show date if effective is not present @sneridagh
- [volto-blocks] Reorder export, export blocks and blocks_layout last @tisto
- Fix the ci failing @iFlameing
- Upgrade @plone/scripts 1.0.3 @sneridagh
- Upgrade @plone/scripts 1.0.2 @sneridagh
- Use internal @plone/scripts changelogupdater @sneridagh
- Deprecate forked
ObjectListWidget
,ObjectWidget
,objectByType
, and custom pre-released new-styleQuerytringSidebarWidget
andQueryStringSortOnWidget
in favor of the released in Volto ones. @sneridagh - This version is compatible with the new i18n architecture in Volto 14 @sneridagh
- Custom schema enhancer for accordion block and CSS enhancements @sneridagh
- Add transltion for TextWithPillStyle @iFlameing
- Translations for the Text with background color in Volto 14a9 @sneridagh
- Text Pill with Background color now is powered by Slate @sneridagh
- All text blocks are assumed to be Slate from now on @sneridagh
- Remove ListingGrid as now it's superseeded by volto-blocks-grid @sneridagh
- Add id to the default server export @sneridagh
- Export
show_navigation_portlet
field @sneridagh - Export with the keys ordered @sneridagh
- Refactoring button block to use schema renderer @iFlameing
- Changelog forced by default @sneridagh
- Address Cypress tests for Slate using the new way @sneridagh
- Color Picker pass
defaultColor
prop from config (Victor Fernandez de Alba) - CSS fix for slate blocks (Victor Fernandez de Alba)
- Fixing the bug when we have length of carousel block is 0 or when we have large number (#66) (Alok Kumar)
- Add missing classname to TextPill, for controlling it via CSS (Victor Fernandez de Alba)
- Fix heading level (Victor Fernandez de Alba)
- Add schema enhancer compatible with V13 (for now in a separate export) (Victor Fernandez de Alba)
- Merge pull request #65 from kitconcept/carousel-arrow (Alok Kumar)
- Replacing the carousel block with svg instead of img tag (iFlameing)
- Slight change in layout z-index for highlights to not colide with the personal menu (Victor Fernandez de Alba)
- missing locales for qs widget (Victor Fernandez de Alba)
- Improve retrieval of exported things (Victor Fernandez de Alba)
- export also the root (Victor Fernandez de Alba)
- Remove filigrane (Victor Fernandez de Alba)
- Improve objectwidget (Victor Fernandez de Alba)
- Add support for external links to the carousel (Victor Fernandez de Alba)
- Add headline to Carousel (Victor Fernandez de Alba)
- Adjustments to better CSS in objectlist widget (Victor Fernandez de Alba)
- prevetdefault in the button of the object_list (Victor Fernandez de Alba)
- Add externals to carousel (Victor Fernandez de Alba)
- Add sort_on (Victor Fernandez de Alba)
- Merge pull request #60 from kitconcept/query (Víctor Fernández de Alba)
- adding querystringsidebarwidget (iFlameing)
- Small adjustments, add more jq transformers to the export middleware (Victor Fernandez de Alba)
- reenable useLargeContainer option in TextPill Block (#59) (steffenri)
- Improve color picker default: now is white (as transparent) instead of black. Added a border to the button. (Victor Fernandez de Alba)
- Fix to TeaserHeros (Victor Fernandez de Alba)
- Slight CSS correction (Victor Fernandez de Alba)
- Allow the carousel to have 5 elements in one frame @iFlameing
- Volto 12 onwards compat @sneridagh
- Merge pull request #56 from kitconcept/exportMiddlewareRemoveServer (Víctor Fernández de Alba)
- Export middleware use jq for remove server part (Victor Fernandez de Alba)
- Merge pull request #55 from kitconcept/object-by-type-props (Alok Kumar)
- passing props to shema (iFlameing)
- Merge pull request #53 from kitconcept/button-block (Víctor Fernández de Alba)
- Merge pull request #52 from kitconcept/color-picker-default-color (Víctor Fernández de Alba)
- Merge pull request #54 from kitconcept/expressexport (Víctor Fernández de Alba)
- Add new express middleware for exports (Victor Fernandez de Alba)
- add button block (jackahl)
- Merge pull request #50 from kitconcept/objectByTypeWidget (Víctor Fernández de Alba)
- add Interface to colorpicker to define a defaultcolor (jackahl)
- Teaser description as TextArea widget in old teasers too, to be consistent (Victor Fernandez de Alba)
- Teaser description as TextArea widget (Victor Fernandez de Alba)
- Add focus to the object list widget (Victor Fernandez de Alba)
- Remove the optional container, make it mandatory to prevent full re-render of the tree. Enhance the schemaEnhancer (Victor Fernandez de Alba)
- Merge pull request #51 from kitconcept/translations (Víctor Fernández de Alba)
- Add production env var to xypress (Victor Fernandez de Alba)
- adding object by type widget (iFlameing)
- Add translations (Victor Fernandez de Alba)
- ESlint (Victor Fernandez de Alba)
Might be that the teaser grid is not 100% backwards compatible, so double check.
- New blocks: Carousel, TextPill, UberGrid, HighLight, HighLightSlider
- Improved TeaserGrid, added Variations and Enhancers support
- Variations and enhancers general components for enabling other blocks as well
- StylingWrapper enhancer
- General util components (MaybeWrap, SchemaRenderer, ...)
- Widgets: ObjectListWidget, SimpleColorPicker
- Testing, testing, testing
- Linting and Prettier as well in place
- Minimum requirement is now 8.2.2 because of the upgrade of react-dropzone @iFlameing
- Add grid css @iFlameing
- Remove all appearances of listing block
- Remove listing block, as it is already implemented in volto @jackahl
- Compatibility for volto 7.x.x @tiberiu
- Pass number of columns to the grid @steffenri
- Add listing grid block @iFlameing
- Initial relase @tisto