Skip to content

Releases: aws-amplify/amplify-codegen-ui

Release v2.15.0

01 Aug 21:16
Compare
Choose a tag to compare

Bug Fixes

  • bugfixes for GraphQL composite key querying and join table deletion (6eca2c0)
  • change autocomplete data access property to related model name (#1050) (694d214)
  • change GraphQL unlink to use update action instead of delete (0a4d469)
  • fields with json type display 'null' (#1051) (0045ee8)
  • plural items property in autocomplete data query (#1047) (df2633b)
  • remove indexes query from one to many parent update (#1054) (e9d0beb)
  • remove input obj in graphql query (690f928)
  • remove type import if no graphql types file (#1040) (ac7836a)
  • use primary key values to create join table records for GraphQL (1b52a80)

Features

  • add NoApi configuration and validation for data dependency (56518d3)
  • handle parent relationship without belongsTo for GraphQL (#1055) (af04792)
  • implement graphql querying for join tables (faaf011)

Release v2.14.3

19 Jul 21:22
2e1ce96
Compare
Choose a tag to compare

Bug Fixes

  • alias colliding imported model name in hasMany relationship (#1019) (5d5060d)
  • return theme declaration file from render func (#1023) (43d8c72)

Release v2.14.2

06 Jun 21:56
f7b1b60
Compare
Choose a tag to compare

Bug Fixes

Release v2.14.1

23 May 19:40
1fbf44d
Compare
Choose a tag to compare

Bug Fixes

  • fix storage field prop import to storagemanager (#1016) (adf26f4)

Release v2.14.0

22 May 22:05
303e915
Compare
Choose a tag to compare

Bug Fixes

  • codegen-ui: fix multiple has one relationships (#1005) (96b7b9d)
  • parse operand value when field is number type (#1013) (ad9ba60)
  • upgrade node and pin lerna version in circleci (#1002) (2c70073)

Features

  • exporting processFile to be used in studio (#1001) (ff1ef27)

Release v2.13.1

02 May 01:36
8db1582
Compare
Choose a tag to compare

Bug Fixes

  • upgrade node and pin lerna version in circleci (#1002) (2c70073)

Release v2.13.0

01 May 23:20
2754349
Compare
Choose a tag to compare

Bug Fixes

  • autocomplete display value is undefined on cancel (#994) (41637ce)
  • set conditional messaging for ui-react-storage (#996) (62595dc)
  • update form with storage field should render with existing files (#993) (ba85dbb)

Features

  • add processFile callback to rendered StorageManager for hashing filename (#995) (897e7c6)

Release v2.12.2

19 Apr 00:13
d0da087
Compare
Choose a tag to compare

Bug Fixes

  • address icon regression (d913b93)
  • address yarn failures during check (53c81ab)
  • remove downgrade (7a4bbb0)
  • restore downgrade but move it to top (de9f6b6)

Release v2.12.1

06 Apr 16:33
Compare
Choose a tag to compare

Bug Fixes

  • change handlers and props for StorageField (2a1ea75)
  • change key name and remove ref (aca2b7d)

Release v2.12.0

05 Apr 14:35
Compare
Choose a tag to compare

Bug Fixes

  • add default value on nested inputs to avoid console errors (#974) (7299042)

Features

  • generate Storagefield for form builder (#976) (b9f2bda)