Releases: webforj/webforj-addons
Releases · webforj/webforj-addons
Release list
Release v26.01
Full Changelog: 26.00...26.01
Release v26.00
What's Changed
🚀 New Features and Enhancements
- fix: correct origin validation, serialization bugs and add JS-to-Java error propagation by @ElyasSalar in #199
Full Changelog: 25.12...26.00
Release v25.12
Full Changelog: 25.10...25.12
Release v25.10
Full Changelog: 25.03...25.10
Release v25.03
Full Changelog: 25.02...25.03
Release v25.02
What's Changed
💥 Breaking Changes
- refactor: change operational method return types to boolean success indicators by @ElyasSalar in #128
- refactor: SuggestionEdit ChangedEvent null safety with Optional return type by @ElyasSalar in #131
- refactor: align Suggestion class with the client component and renamed it by @ElyasSalar in #132
🚀 New Features and Enhancements
- feat: adding a favorite change event for SideMenu component by @ElyasSalar in #122
- feat: add searchVisible property to dwc-side-menu component with automatic search reset by @ElyasSalar in #129
- feat: add missing validation properties and events to MultiSelectCombo component by @ElyasSalar in #130
🐛 Bug Fixes
- fix: setting serialized name for label until client code is updated by @ElyasSalar in #121
- fix: maven resource filtering for property replacement in webforJ addon components by @ElyasSalar in #137
- fix: using property definition for props that are boolean and retreived from client by @ElyasSalar in #138
⚙️ Other Changes
- refactor: externalize DWC CDN version configuration for CI/CD management by @ElyasSalar in #133
- chore: automate cross-repository release workflow synchronization by @ElyasSalar in #134
Full Changelog: 25.01...25.02
Release v25.01
Full Changelog: 25.00...25.01
Release v25.00
What's Changed
🚀 New Features and Enhancements
- feat(properties-panel): Add description property to BaseSchema by @ElyasSalar in #102
- chore(ci): add CI workflow for build, and checks by @ElyasSalar in #106
- feat: add variant property to PropertiesPanel schemas by @ElyasSalar in #107
- feat: enhance item management API and refactor Item class by @ElyasSalar in #113
🐛 Bug Fixes
- fix: clearing cache when trying to resolve snapshot dependencies when deploying snapshot by @ElyasSalar in #103
- fix: using the new tabler filled star string formatting by @ElyasSalar in #110
⚙️ Other Changes
- docs: adding README.md file by @ElyasSalar in #111
- feat: Add GitHub Issue Templates by @ElyasSalar in #112
- chore: add configuration for automatic release notes by @ElyasSalar in #115
- feat: enhance item management API and refactor Item class for SideMenu by @ElyasSalar in #114
Full Changelog: 24.22...25.00
Release v24.22
What's Changed
- deps: update the dwc version by @ElyasSalar in #88
- feat: adding a property to offer flexible approach for expanding/collapsing groups by @ElyasSalar in #89
- chore(deps): bump webforj.version from 24.20 to 24.21 by @dependabot in #90
- chore(deps): bump net.revelc.code.formatter:formatter-maven-plugin from 2.24.1 to 2.25.0 by @dependabot in #91
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #92
- chore(deps): bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by @dependabot in #93
- chore(deps): bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot in #94
- chore(deps): bump webforj.version from 24.21 to 24.22 by @dependabot in #95
- chore(deps): bump org.apache.maven.plugins:maven-project-info-reports-plugin from 3.8.0 to 3.9.0 by @dependabot in #96
- chore(deps): bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot in #97
Full Changelog: 24.21...24.22
Release v24.21
What's Changed
- feat: upgrade the dwc client component and add item-click event for SideMenu by @ElyasSalar in #80
- fix: event type casting for SideMenu component by @ElyasSalar in #81
- fix: preserve the order of the set sections method by @ElyasSalar in #82
- feat: adding valid property and validate method to the MultiSelectCombo by @ElyasSalar in #83
- feat: adding valid property and validate method to the SuggestionEdit by @ElyasSalar in #84
- feat: optionally show expand/collapse buttons in the items section for side menu by @ElyasSalar in #85
- deps: update the DWC client version by @ElyasSalar in #87
- feat: adding utility methods to properties panel component by @ElyasSalar in #86
Full Changelog: 24.20...24.21