Releases: spxbhuhb/zakadabar-stack
Releases · spxbhuhb/zakadabar-stack
2022.2.25
Core
added
ZkChip
chip browser componentZkGeneratedProfilePicture
- 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
Core
fixed
- adding value fields to a form in an IO block throws an exception
2022.2.10
Core
fixed
- handing of the setter in
onChange
of value fields
2022.2.9
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
Common
- Kotlin 1.6.10
- Android Gradle Plugin 7.0.4
- Kotlin/JS compiles for IR
2021.12.9
Core
added
ZkValue*Field
classes for value based form fieldsZkForm
helper functions to add value based fieldsoptions
transform function inZkForm
to provide lists for selects
deprecated
- most of
Zk*Field
names, replace withZkProp*Field
ZkStringBase
, replace withZkStringBaseV2
- old deprecations in
ZkForm
now changed toERROR
level
Cookbook
added
2021.12.3
Core
added
- set transaction isolation level for Exposed
2021.11.25
Core
added
- database isolation level server setting
- ZK_DB_ISOLATION_LEVEL envVar mapping
2021.11.22
2021.11.15.1
Lib: Accounts
fixed
- account creation does not work