Skyve - The Low Code Open Source Enterprise Platform

View Original

Skyve 6.0.2 released

This release addresses a few more issues with the 6.0 platform release, specifically preventing items from being removed from collections.

Framework

  • Add Proxy.getDelegate()

  • Ensure BindUtil.removeElement(bean, collectionBinding, element) doesn't reflectively invoke bean.remove<collectionBinding>Element(index)

  • Fix i18n of generic text format validation

PrimeFaces

  • Ensure a fall back of English Locale when rendering PrimeFaces list grid and map components

  • Ensure Map components can be generated for PrimeFaces in SAIL

Notes for Upgrading

To upgrade your Skyve project to this version, change the Skyve version in your pom.xml to 6.0.2 and change your skyve-maven-plugin version to 1.28.

See the complete upgrade instructions on GitHub.