Releases: webforj/webforj
Releases · webforj/webforj
Release v23.03
What's Changed
- build(deps-dev): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 by @dependabot in #397
- chore: Added placeholder for PasswordField by @mhawkinsbasis in #404
- feat: meta inf annotations for tooling support by @StephanWald in #400
Full Changelog: 23.02...23.03
Release v23.02
What's Changed
- feat: introduce reusable
Expanse
Enum to be reused by components by @hyyan in #378 - refactor:
CheckBox
expanse API should use theorg.dwcj.component.Expanse
by @hyyan in #379 - feat: add readOnly API in AbstractDwcComponent by @hyyan in #380
- feat: add
HasValue
interface by @hyyan in #381 - feat: add restricted properties an attributes API by @hyyan in #383
- feat: add API to create a switch button using the RadioButto class by @hyyan in #384
- feat: add
HasMax
andHasMin
interfaces by @hyyan in #385 - refactor: rework HasPlaceholder interface to provide the component type by @hyyan in #386
- refactor!: introduce
HighlightableOnFocus
interface by @hyyan in #387 - refactor: renamed date/text/number fields to masked fields by @hyyan in #388
- feat: implement field components by @hyyan in #389
- feat: introduce reusable Theme Enum to be reused by components by @hyyan in #390
- feat: implement button component by @hyyan in #391
- refactor: group similar components by @hyyan in #392
- build(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #395
- feat:
Button
should implementsetName
/getName
methods by @hyyan in #396
Full Changelog: 23.01...23.02
Release v23.01
What's Changed
- build(deps): bump maven-project-info-reports-plugin from 3.4.3 to 3.4.5 by @dependabot in #363
- build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #362
- build(deps): bump formatter-maven-plugin from 2.22.0 to 2.23.0 by @dependabot in #361
- build(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #356
- build(deps): bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #355
- feat: creating an EventController to reduce duplicate event testing code by @TimonGeisbauer in #351
- build(deps): bump maven-failsafe-plugin from 3.1.0 to 3.1.2 by @dependabot in #368
- feat: implement
CheckBox
by @hyyan in #370 - build(deps-dev): bump mockito-core from 5.3.1 to 5.4.0 by @dependabot in #372
- build(deps): bump mockito-junit-jupiter from 5.3.1 to 5.4.0 by @dependabot in #371
- build(deps): bump maven-clean-plugin from 3.2.0 to 3.3.1 by @dependabot in #373
- feat: Added functionality to access query params from incoming request by @mhawkinsbasis in #376
- refactor: implement AbstractOptionInput, RadioButton & RadioButtonGroup by @hyyan in #375
Full Changelog: 23.00...23.01
Version 23.00
build: bumped version to 23.00
Merge pull request #72 from DwcJava/pre-0.009
prep for 0.009
0.008
This is a major, breaking update!
- major refactor of core elements API method and class signatures
- adjust dependencies for building with BBj 22.12
update with new controls (still wip) for testing
Merge pull request #3 from DwcJava/develop Develop
refactored API
0.005 Merge branch 'main' of github.com:DwcJava/engine into main
0.003
ver 0.003
refactored interfaces for styling
0.002 refactored control interfaces