Skip to content

Releases: instill-ai/console

@instill-ai/toolkit: v0.73.0

11 Nov 12:49
f65eb1b
Compare
Choose a tag to compare
Pre-release

0.73.0 (2023-11-11)

Features

  • unify term using on console

Bug Fixes

  • smart-hint: fix typo and make smart hint validation tolerant more (#677) (7cddc2a)

@instill-ai/design-tokens: v0.3.5

11 Nov 07:55
66f9f3b
Compare
Choose a tag to compare
Pre-release

0.3.5 (2023-11-10)

Bug Fixes

  • auto-gen-form: fix auto-gen form not correctly handle re-render issue (#665) (2363cc4)

@instill-ai/design-system: v0.57.0

11 Nov 08:23
c016bf0
Compare
Choose a tag to compare
Pre-release

0.57.0 (2023-11-11)

Features

  • auto-gen-form: Support HTML tag (strong, a, code, em) in form field description (#648) (569ef1c)
  • smart-hint: add smart hint component and support up-to-date backend syntax (#655) (c90246d)
  • smart-hint: user can be hinted by the smart hint system (#659) (aa6976f)

Bug Fixes

  • auto-gen-form: fix auto-gen form not correctly handle re-render issue (#665) (2363cc4)

Miscellaneous

@instill-ai/toolkit: 0.72.0

0.72.0 (2023-11-11)

Features

  • add instill form playground (#617) (b9e4513)
  • auto-form-generation: adapt auto-form-generation on AI related forms (#621) (f6a1600)
  • auto-form-generation: expose disabledAll props on use-instill-form (#622) (b51b49a)
  • auto-form-generation: support auto-form-generation on blockchain related forms (#623) (ae23dc3)
  • auto-form: User can have fine-grained field level error message when input the reference/template (#619) (b970896)
  • auto-gen-form: correctly display nested fields (#625) (242d278)
  • auto-gen-form: correctly parse field's type from anyOf (#624) (f1676d9)
  • auto-gen-form: expose props to hide specific fields (#651) (a5898d5)
  • auto-gen-form: support auto-gen-form on data related forms (#626) (d06277a)
  • auto-gen-form: Support HTML tag (strong, a, code, em) in form field description (#648) (569ef1c)
  • auto-gen-form: Support instillCredentialField attribute in auto-gen-form and correctly display field (#630) (dd6d7bd)
  • auto-gen-form: support ordering for auto-gen-form's fields (#650) (e384102)
  • auto-gen-form: support schema without anyOf field (#635) (02bd31e)
  • auto-gen-form: support webp image type in auto-gen-form (#667) (7847c10)
  • auto-gen-form: User can have better default value when they switch between different condition (#666) (dfd56b4)
  • auto-gen-form: User can view the readable title in resource form instead of the key used by backend (#644) (461ea1c)
  • pipeline-builder: Reduce the frequency of triggering auto-alignment function to reduce the un-predictable outcomes (#640) (c458263)
  • pipeline-builder: User can collapse/expand the component (#634) (49eb621)
  • pipeline-builder: User can have a cleaner control dropdown on pipeline-builder's component (#632) (22968f1)
  • pipeline-builder: user can have more unified nodes width across pipeline builder (#629) (6f0d0c4)
  • pipeline-builder: User can store their pipeline-builder layout (#654) (d34a8e1)
  • rename /resources with /connectors to simplify the term on console (#664) (253dbdb)
  • smart-hint: adapt instillFormat in start operator metadata (#656) (f46b4bc)
  • smart-hint: add smart hint component and support up-to-date backend syntax (#655) (c90246d)
  • smart-hint: Parse connector component to retrieve the smart hints and put them into central store (#653) (81f6d7d)
  • smart-hints: adapt instillFormTree for output properties (#657) (f4f0b39)
  • smart-hint: support textarea smart-hint (#660) (5c9ebda)
  • smart-hint: user can be hinted by the smart hint system (#659) (aa6976f)
  • smart-hint: user can have more tolerant smart hint session and auto enclose (#670) (5d90824)
  • smart-hint: warn user about the not available reference or template (#672) ([c3be8f3](https://github.com/instill-ai/c...
Read more

v0.31.0-alpha

27 Oct 10:25
b78fb4f
Compare
Choose a tag to compare
v0.31.0-alpha Pre-release
Pre-release

0.31.0-alpha (2023-10-27)

Features

Auto-gen form

User can have most up-to-date VDP components on console (Auto-gen form)

Pipeline builder improvement

  • pipeline-builder: user can have more unified nodes width across pipeline builder (#629) (6f0d0c4)
  • pipeline-builder: Reduce the frequency of triggering auto-alignment function to reduce the un-predictable outcomes (#640) (c458263)
  • pipeline-builder: User can collapse/expand the component (#634) (49eb621)
  • pipeline-builder: User can have a cleaner control dropdown on pipeline-builder's component (#632) (22968f1)
  • pipeline-builder: user can have more unified nodes width across pipeline builder (#629) (6f0d0c4)
  • pipeline-builder: Reduce the frequency of triggering auto-alignment function to reduce the un-predictable outcomes (#640) (c458263)

Bug Fixes

  • onboarding: fix the bug of not correctly redirecting user back to onboarding page (#627) (36f903a)
  • pipeline-builder: fix console not correctly recognize complicated reference (#638) (2d91ec0)
  • pipeline-builder: fix console not correctly displayed shared pipeline (#637) (15614b1)
  • pipeline-builder: fix console not correctly recognize complicated reference (#638) (2d91ec0)
  • version-control: fix pipeline released version not correctly guard, the trigger endpoint not correctly generate (#628) (24c9352)

Miscellaneous

  • fix prettier not correctly initialize (#636) (f729990)

@instill-ai/prettier-config-cortex: v1.1.0

27 Oct 10:25
b78fb4f
Compare
Choose a tag to compare

1.1.0 (2023-10-27)

Features

  • pipeline-builder: Reduce the frequency of triggering auto-alignment function to reduce the un-predictable outcomes (#640) (c458263)

Miscellaneous

  • fix prettier not correctly initialize (#636) (f729990)

@instill-ai/toolkit: v0.70.0

27 Oct 10:26
b78fb4f
Compare
Choose a tag to compare
Pre-release

0.70.0 (2023-10-27)

Features

  • add instill form playground (#617) (b9e4513)
  • auto-gen-form: adapt auto-gen-form on AI related forms (#621) (f6a1600)
  • auto-gen-form: expose disabledAll props on use-instill-form (#622) (b51b49a)
  • auto-gen-form: support auto-form-generation on blockchain related forms (#623) (ae23dc3)
  • auto-gen-form: User can have fine-grained field level error message when input the reference/template (#619) (b970896)
  • auto-gen-form: correctly display nested fields (#625) (242d278)
  • auto-gen-form: correctly parse field's type from anyOf (#624) (f1676d9)
  • auto-gen-form: support auto-gen-form on data related forms (#626) (d06277a)
  • auto-gen-form: Support instillCredentialField attribute in auto-gen-form and correctly display field (#630) (dd6d7bd)
  • auto-gen-form: support schema without anyOf field (#635) (02bd31e)
  • pipeline-builder: Reduce the frequency of triggering auto-alignment function to reduce the un-predictable outcomes (#640) (c458263)
  • pipeline-builder: User can collapse/expand the component (#634) (49eb621)
  • pipeline-builder: User can have a cleaner control dropdown on pipeline-builder's component (#632) (22968f1)
  • pipeline-builder: user can have more unified nodes width across pipeline builder (#629) (6f0d0c4)

Bug Fixes

  • fix the bug of not correctly redirecting user back to onboarding page (#627) (36f903a)
  • pipeline-builder: fix console not correctly displayed shared pipeline (#637) (15614b1)
  • pipeline-builder: fix console not correctly recognize complicated reference (#638) (2d91ec0)
  • version-control: fix pipeline released version not correctly guard, the trigger endpoint not correctly generate (#628) (24c9352)

Miscellaneous

  • auto-form: migrate auto-form function into console (#615) (64bd122)
  • disable snap to grid (#641) (af364c2)
  • fix prettier not correctly initialize (#636) (f729990)
  • toolkit: Renew the profile configuration page (#613) (6fa962b)

@instill-ai/eslint-config-cortex: v0.5.2

27 Oct 10:25
b78fb4f
Compare
Choose a tag to compare

0.5.2 (2023-10-27)

Miscellaneous

  • auto-form: migrate auto-form function into console (#615) (64bd122)

@instill-ai/design-tokens: v0.3.4

27 Oct 10:25
b78fb4f
Compare
Choose a tag to compare
Pre-release

0.3.4 (2023-10-27)

Miscellaneous

  • fix prettier not correctly initialize (#636) (f729990)

@instill-ai/design-system: v0.55.9

27 Oct 10:25
b78fb4f
Compare
Choose a tag to compare
Pre-release

0.55.9 (2023-10-27)

Miscellaneous

v0.30.1-alpha

20 Oct 06:09
74d9fef
Compare
Choose a tag to compare
v0.30.1-alpha Pre-release
Pre-release

0.30.1-alpha (2023-10-20)

Bug Fixes

Miscellaneous

  • contributors can better contribute to our frontend project (Simplify repos) (#599) (75d61bd)
  • docs: update docs about scripts and cicd (#612) (bc5bb94)