Skip to content

Releases: makeform/table

3.0.3

Choose a tag to compare

@zbryikt zbryikt released this 19 Aug 09:05
  • upgrade dependencies

3.0.2

Choose a tag to compare

@zbryikt zbryikt released this 06 Feb 08:56
  • fix bug: table is considered valid when there are unfinished fields. validate should return object with status when there isn't error.

3.0.1

Choose a tag to compare

@zbryikt zbryikt released this 04 Feb 13:34
  • fix bug: state should be 1 if calculation result is -Infinity in validation function

3.0.0

Choose a tag to compare

@zbryikt zbryikt released this 12 Jan 14:03
  • support @grantdash/composer host
  • default inline display mode for fields

2.0.1

Choose a tag to compare

@zbryikt zbryikt released this 26 Mar 15:24
  • tweak add button layout to prevent text overflow

2.0.0

Choose a tag to compare

@zbryikt zbryikt released this 25 Mar 17:44
  • tweak DOM based on updated @makeform/common DOM structure.

1.2.4

Choose a tag to compare

@zbryikt zbryikt released this 25 Jun 04:08
  • add no-data-cell ld selector for programmatically deciding colspan for no-data-cell to prevent layout issue
  • explicitly set button cell size
  • use css class for adder-field and add css to prevent content overflow and interaction

1.2.3

Choose a tag to compare

@zbryikt zbryikt released this 20 Jun 06:31
  • make table layout fixed for consistent table cell size

1.2.2

Choose a tag to compare

@zbryikt zbryikt released this 19 Jun 15:51
  • ensure inner widget validated with init:true for not-yet-rendered widgets to prevent inconsistent validation statu
    s between inside and outside.

1.2.1

Choose a tag to compare

@zbryikt zbryikt released this 19 Jun 14:48
  • tweak error style
  • hide adder fields
  • deserialize only if needed
  • upgrade dependencies