Skip to content

Tags: Chainlit/chainlit

Tags

2.0.5

Toggle 2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare release (#1765)

2.0.4

Toggle 2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare release (#1734)

* chore: prepare release

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump and changelog (#1705)

* chore: bump and changelog

* chore: changelog

2.0.2

Toggle 2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: data layers (#1670)

* fix: data layers

* chore: add data layer fixes changelog

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare release (#1650)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Willy/ui2 (#1615)

* chore: clean auth hooks

* wip

* wip header+sidebar

* wip sidebar

* wip login

* wip composer

* wip chat settings

* wip tasklist

* wip readme + starters

* wip copy button

* wip footer

* wip: messages

* wip sideview

* wip actions

* wip thread resume

* wip env

* wip element view

* chore: delete old mui files

* wip copilot

* fix scroll

* fix: enforce cookie auth

* fix: copilot css

* replace formik/yup with hookform/zod

* improve copilot scroll

* fix: lint

* fix: tests

* fix: format/lint

* fix: import

* fix: ruff

* fix: ruff

* fix: ruff

* fix: mypy

* fix: mypy

* feat: custom theme/font

* fix: ruff

* fix: ruff

* fix: mypy

* feat: copilot shadow root

* feat: custom element

* fix: ruff

* fix: mypy

* chore: bump python multipart

* chore: regenerate poetry.lock

* feat: expose shadcn components to CustomElement

* feat: fix chat if not thread resumable

* fix: add error boundary to dynamic icon

* fix: enhance thread page

* fix: prevent enter when composing message

* feat: replace jsx parser with react runner

* fix: icon component

* fix: thread page

* Update README.md

* chore: update changelog

* fix: step content check

* fix: check ROOT_PATH everytime html template is rendered

* feat: add autofocus on login input

* Hugues/data layer (#1621)

* feat: add chainlit data layer

* feat: add gcs and azure

* fix: poetry lock

* fix: poetry lock

* fix: ignore type

* fix: ruff

* fix: renaming

* fix: gcs

* Willy/UI (#1593)

* chore: clean auth hooks

* fix: don't call /user if no auth is configured

* chore: prepare release (#1595)

* fix: asyncpg dep + warnings import + feedback type removal

* fix: remove asyncpg dependencies

* fix: user

* fix: issues

* fix: search

* fix: linter

* fix: add gcs

* feat: expose shadcn components to CustomElement

* feat: fix chat if not thread resumable

* fix: data layer

* fix: use db_url instead of litera data layer

* fix: least start

* fix: azure blob

* fix: storage

* fix: linter

* fix: url

* fix: data layer metadata

* fix: poetry lock

* fix: code style

---------

Co-authored-by: Willy Douhard <willy.douhard@gmail.com>

* fix: comment in feedback

---------

Co-authored-by: Hugues de Saxcé <hugues@chainlit.io>
Co-authored-by: Hugues de Saxcé <hugues.de.saxce@protonmail.com>

2.0rc1

Toggle 2.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare release (#1595)

2.0rc0

Toggle 2.0rc0's commit message
Bump version to 2.0rc0.

1.3.2

Toggle 1.3.2's commit message
Bump changelog for 1.3.2 and 2.0rc0.

2.0.dev2

Toggle 2.0.dev2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Build fixups (#1462)

* (Ironically) ignore build script during package publication:
  - Avoids platform-specific wheels.
  - Ensures build script is not included in sdist.
* Remove legacy Node package build, now that poetry is leading.
* Run builds also for PR's to release branches.

The road to hell is paved with dirty workarounds.