Releases: Chainlit/chainlit
Releases · Chainlit/chainlit
2.4.0rc0
What's Changed
- feat: add mcp support (#1964) by @willydouhard in #1977
Full Changelog: 2.3.0...2.4.0rc0
2.3.0
What's Changed
- fix: add key prop to ButtonLink components in header by @hexart in #1902
- fix: allow setting custom cookie name via env var by @sandangel in #1909
- fix: Include element
props
in SQLAlchemyDataLayer query for elements by @ckrapu-nv in #1949 - fix: attempt to fix root path in docker by @willydouhard in #1955
- fix: file extensions are now checked in lowercase for uploads by @pmercier in #1958
- fix: Fix Element mime type by fixing from_dict() by @hayescode in #1956
- fix: When upload fail server side the error message was undefined front by @pmercier in #1957
- fix: markdown alert syntax support with unsafe_allow_html = true by @hexart in #1908
- Upgrade aiofiles to 24.1.0 by @GitAlexxx in #1944
- Fix: Ensure clear_auth_cookie uses the correct secure and samesite settings by @ilkertuna in #1959
- fix: threadId assignment to first user message by @Dan-data-tech in #1960
- fix: Sort thread history groups in fixed order by @goda6565 in #1967
- fix: rootpath on docker by @willydouhard in #1968
- chore(slack): Remove redundant thread ID generation by @0xRichardH in #1910
- feat: commands can now be buttons by @willydouhard in #1969
- Update README.md by @willydouhard in #1970
- Update WaterMark.tsx by @willydouhard in #1971
- chore: update changelog by @willydouhard in #1972
- feat: New user messages are now placed/scrolled to the top of the cha… by @willydouhard in #1973
- feat: send user message from custom element by @willydouhard in #1974
- fix(react-client): Chat settings won't be resumed when resuming thread by @tcx4c70 in #1929
- chore: update changelog by @willydouhard in #1976
New Contributors
- @ckrapu-nv made their first contribution in #1949
- @GitAlexxx made their first contribution in #1944
- @ilkertuna made their first contribution in #1959
- @Dan-data-tech made their first contribution in #1960
- @goda6565 made their first contribution in #1967
- @0xRichardH made their first contribution in #1910
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- feat: add default_open to step class by @willydouhard in #1879
- fix: starter should be disabled if no ws connection by @willydouhard in #1880
- fix: set defaultSize equal to minSize in ResizablePanel to avoid warning by @hexart in #1884
- fix: prevent orphaned thread record when deleting active conversation by @hexart in #1883
- fix: Remove unnecessary 'use client' directives to fix sourcemap errors by @hexart in #1888
- fix: input should not replace <,>,& by @willydouhard in #1891
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- chore: remove github config not used by @fgalind1 in #1865
- Revert oauth_providers.py by removing prefix in offline_access by @GhimBoon in #1869
- fix: use accordion for steps and fix streaming auto scroll by @willydouhard in #1874
- feat: support adding custom links on the nav header by @fgalind1 in #1836
- chore: prepare release by @willydouhard in #1877
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- fix: disable submit button when input is empty by @sandangel in #1852
- fix: paste html by @willydouhard in #1855
- chore: allow chainlit to be built as dependencies by @sandangel in #1856
- fix: resolve React warnings and accessibility issues by @hexart in #1763
- chore: allow react-client to be built as dependencies by @sandangel in #1857
- fix: pass running to message context by @willydouhard in #1859
- Replace command filter from startsWith to includes by @JamesLloydPartingtonSerendipityai in #1824
- chore: prepare release by @willydouhard in #1864
Full Changelog: 2.1.1...2.1.2
2.1.1
What's Changed
- fix: reintroduce including URL location after UI refactor by @fgalind1 in #1842
- fix: ensure SAS token start time is set to UTC by @mihidumh in #1838
- Fix: prevent showing 0's on resumed thread if AskAction/File was used by @lamylio in #1840
- Remove 22px element ref height by @JamesLloydPartingtonSerendipityai in #1839
- Update offline_access scope to be fully qualified with the prefix by @GhimBoon in #1846
- chore: release by @willydouhard in #1850
New Contributors
- @mihidumh made their first contribution in #1838
- @lamylio made their first contribution in #1840
- @JamesLloydPartingtonSerendipityai made their first contribution in #1839
- @GhimBoon made their first contribution in #1846
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- feat: allow sending toast notifications by @celeriev in #1736
- fix: pasting multiline text by @willydouhard in #1820
- Add Markdown Alert Component Support by @hexart in #1791
- feat: add theme selection and placeholder text in translations by @hexart in #1808
- feat: add support for custom CSS styles in copilot by @fgalind1 in #1815
- fix: prevent chainlit sub app to default all endpoints by @willydouhard in #1825
- chore: prepare release by @willydouhard in #1834
New Contributors
Full Changelog: 2.0.603...2.1.0
2.0.603
What's Changed
- Add refresh token support for Azure AD OAuth provider by @SigveSjovold in #1599
- chore: fix CONTRIBUTING link by @fgalind1 in #1814
- chore: add data layer telemetry by @willydouhard in #1812
New Contributors
- @SigveSjovold made their first contribution in #1599
Full Changelog: 2.0.602...2.0.603
2.0.602
What's Changed
- fix: auto focus chat input by @willydouhard in #1811
Full Changelog: 2.0.601...2.0.602