Skip to content

Commit fee1f5a

Browse files
committed
Merge branch 'main' into develop
2 parents 68bade0 + adcdd9d commit fee1f5a

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

argilla-frontend/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
<!--
8+
These are the section headers that we use:
9+
* "Added" for new features.
10+
* "Changed" for changes in existing functionality.
11+
* "Deprecated" for soon-to-be removed features.
12+
* "Removed" for now removed features.
13+
* "Fixed" for any bug fixes.
14+
* "Security" in case of vulnerabilities.
15+
-->
16+
17+
## [Unreleased]()
18+
19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)
20+
21+
- Added `DarkMode` ([#5412](https://github.com/argilla-io/argilla/pull/5412))
22+
- Added new `empty queue messages` ([#5403](https://github.com/argilla-io/argilla/pull/5403))
23+
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
24+
- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416))
25+
- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
26+
27+
> [!NOTE]
28+
> For older versions, please review the argilla/CHANGELOG.md and argilla-server/CHANGELOG.md files.

argilla-frontend/nuxt.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ const config: NuxtConfig = {
178178
local: {
179179
endpoints: {
180180
logout: false,
181+
user: false,
182+
login: false,
181183
},
182184
},
183185
},

argilla-server/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.0...v2.1.0)
20+
1921
### Added
2022

2123
- Added new `image` type dataset field supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
2224
- Added new endpoint `GET /api/v1/datsets/:dataset_id/users/progress` to compute the users progress. ([#5367](https://github.com/argilla-io/argilla/pull/5367))
25+
- Added advanced dsl for text searches. ([#5222](https://github.com/argilla-io/argilla/pull/5222))
2326

2427
### Changed
2528

argilla/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ These are the section headers that we use:
1616

1717
## [Unreleased]()
1818

19+
## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)
20+
1921
### Added
2022

21-
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
22-
- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416))
2323
- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
2424
- Added dark mode ([#5412](https://github.com/argilla-io/argilla/pull/5412))
2525

0 commit comments

Comments
 (0)