Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Sep 5, 2024
2 parents 68bade0 + adcdd9d commit fee1f5a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 2 deletions.
28 changes: 28 additions & 0 deletions argilla-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

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).

<!--
These are the section headers that we use:
* "Added" for new features.
* "Changed" for changes in existing functionality.
* "Deprecated" for soon-to-be removed features.
* "Removed" for now removed features.
* "Fixed" for any bug fixes.
* "Security" in case of vulnerabilities.
-->

## [Unreleased]()

## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)

- Added `DarkMode` ([#5412](https://github.com/argilla-io/argilla/pull/5412))
- Added new `empty queue messages` ([#5403](https://github.com/argilla-io/argilla/pull/5403))
- Added `HTML Sandbox` to support external and custom CSS and Javascript in fields ([#5353](https://github.com/argilla-io/argilla/pull/5353))
- Added `Spanish` languages ([#5416](https://github.com/argilla-io/argilla/pull/5416))
- Added new `ImageField` supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))

> [!NOTE]
> For older versions, please review the argilla/CHANGELOG.md and argilla-server/CHANGELOG.md files.
2 changes: 2 additions & 0 deletions argilla-frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ const config: NuxtConfig = {
local: {
endpoints: {
logout: false,
user: false,
login: false,
},
},
},
Expand Down
3 changes: 3 additions & 0 deletions argilla-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ These are the section headers that we use:

## [Unreleased]()

## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.0...v2.1.0)

### Added

- Added new `image` type dataset field supporting URLs and Data URLs. ([#5279](https://github.com/argilla-io/argilla/pull/5279))
- 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))
- Added advanced dsl for text searches. ([#5222](https://github.com/argilla-io/argilla/pull/5222))

### Changed

Expand Down
4 changes: 2 additions & 2 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ These are the section headers that we use:

## [Unreleased]()

## [2.1.0](https://github.com/argilla-io/argilla/compare/v2.0.1...v2.1.0)

### Added

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

Expand Down

0 comments on commit fee1f5a

Please sign in to comment.