Skip to content

Releases: spxbhuhb/zakadabar-stack

2022.2.25

25 Feb 07:28
e0ff609
Compare
Choose a tag to compare

Core

added

  • ZkChip chip browser component
  • ZkGeneratedProfilePicture
  • radio group option for string and enum

Accounts

added

  • AccountPrivateBo.uuid property, initialized to NIL UUID for existing accounts (#96)

Schedule

added

  • Job.origin property (#98)

fixex

  • pending job insert bug (#97)

Markdown

  • publish to Maven central

Site

added

  • /doc/guides/browser/builtin/Others.md

2022.2.14

25 Feb 07:27
323856c
Compare
Choose a tag to compare

Core

fixed

  • adding value fields to a form in an IO block throws an exception

2022.2.10

10 Feb 12:28
Compare
Choose a tag to compare

Core

fixed

  • handing of the setter in onChange of value fields

2022.2.9

09 Feb 15:16
Compare
Choose a tag to compare

Breaking Changes

  • account related fields added to ZkBuiltinStrings
    • may have to add override to strings.kt in applications
  • value based fields are now added to the field list of the form
    • if you have added them manually, you have to remove it

Core

changed

  • property bound fields now use the propName of ZkFieldBase and pass null for the label

fixed

  • documentation: AccountStatusBo to AccountStatus
  • documentation: Authorizer to BusinessLogicAuthorizer
  • Value fields are not added to the form's fields list #94
  • ZkForm - property field - no translation #93

Site

fixed

  • Authorizer class names in Bender

Cookbook

added

  • All Fields recipe
  • JVM Client recipe

2021.12.26

09 Feb 15:15
fcbf58b
Compare
Choose a tag to compare

Common

  • Kotlin 1.6.10
  • Android Gradle Plugin 7.0.4
  • Kotlin/JS compiles for IR

2021.12.9

09 Dec 07:34
260b386
Compare
Choose a tag to compare

Core

added

  • ZkValue*Field classes for value based form fields
  • ZkForm helper functions to add value based fields
  • options transform function in ZkForm to provide lists for selects

deprecated

  • most of Zk*Field names, replace with ZkProp*Field
  • ZkStringBase, replace with ZkStringBaseV2
  • old deprecations in ZkForm now changed to ERROR level

Cookbook

added

2021.12.3

03 Dec 08:15
d7b1458
Compare
Choose a tag to compare

Core

added

  • set transaction isolation level for Exposed

2021.11.25

25 Nov 10:35
Compare
Choose a tag to compare

Core

added

  • database isolation level server setting
  • ZK_DB_ISOLATION_LEVEL envVar mapping

2021.11.22

22 Nov 06:01
a1b789e
Compare
Choose a tag to compare

Core

added

  • ZkTable
    • exportHeaders option to include headers in CSV export #89
    • index builder function to add an index column #88
    • ZkIndexColumn #88
  • select dropdown now has minimum width of 200 px and maximum width of 100% #87

2021.11.15.1

16 Nov 11:54
7cceb86
Compare
Choose a tag to compare

Lib: Accounts

fixed

  • account creation does not work