Skip to content

Releases: mkarneim/beanfabrics

Beanfabrics 1.5.0

13 Jan 11:25
Compare
Choose a tag to compare
  • PropertySupport: also revalidate delegate in revalidateProperties()

Beanfabrics 1.4.3

07 Mar 09:39
Compare
Choose a tag to compare
  • Fixed #16 - Add support for UndoManager to BnPlainDocument
  • Fixed #15 - build.gradle: use lowercase os name to avoid error
  • Fix: BigDecimalPM - Apostrophe must not be the last character in pattern

Beanfabrics 1.4.2

19 May 13:45
Compare
Choose a tag to compare
  • Fixed #13 - BooleanPMCheckBox: refresh() must trigger repaint()
  • Fixed #12 - SupportUtil.sortMembers sometimes causes "Comparison method violates its general contract"

Beanfabrics 1.4.1

23 Feb 09:41
Compare
Choose a tag to compare
  • Custom Class-level annotations are (always) not processed by PMManager #11

Beanfabrics 1.4.0

22 Oct 18:17
Compare
Choose a tag to compare
  • Beanfabrics is now available at Maven Central (#9 and #10)
  • Support of Java 5 has terminated.

Beanfabrics 1.3.0

29 Jan 14:48
Compare
Choose a tag to compare

#4 Refactor JavaBeans customizers of Bn-components to make them reusable

Beanfabrics 1.2.0

24 Jan 09:23
Compare
Choose a tag to compare

Changes covered by tickets:
#1 Add serialization support for Beanfabrics GUI components
#2 Position of sorting indicator (arrow) in BnTable header is wrong

Other changes:

  • BnList.setCellConfig( new Path("this")) must be called explicitly to bind a list element to its value.

Beanfabrics 1.1.0

24 Jan 09:20
Compare
Choose a tag to compare
  • ExceptionUtil.handleException should print strack trace to stderr
  • BnTableModel.isCellEditable should use IValuePM instead of ITextPM to check "editable" flag

Beanfabrics 1.0.1

24 Jan 09:13
Compare
Choose a tag to compare
  • PMManager should cache list of members during setup to increase performance
  • PMListCellRenderer must not pass a type paramater to javax.swing.ListCellRenderer
  • Support i18n of AbstractPM's PropertiesValidationRule
  • Better handling of exceptions in ExecutionMethodSupport.callAnnotatedMethod()

Beanfabrics 1.0.0

24 Jan 09:13
Compare
Choose a tag to compare
  • Introduce BnProgressBar
  • Fixed GenericTypeTest
  • Migrate old Instantiations-stype wbp-component.xml file to Eclipse-style format