diff --git a/CHANGELOG.md b/CHANGELOG.md index dd926e623..693f28518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.9.0-pre.2](https://github.com/oruga-ui/oruga/compare/v0.9.0-pre.1...v0.9.0-pre.2) (2024-08-08) + + +### Bug Fixes + +* **datetimepicker:** solve editing directly not working correctly ([#1026](https://github.com/oruga-ui/oruga/issues/1026)) ([05e392e](https://github.com/oruga-ui/oruga/commit/05e392ea81d40e609d85f8aa628c37c380919776)) +* **dropdown:** prevent background scrolling on mobile ([#1022](https://github.com/oruga-ui/oruga/issues/1022)) ([bc1b497](https://github.com/oruga-ui/oruga/commit/bc1b49729f67b7e9ea6ea9cfd778e934b8e06e96)) +* **icon:** adjust `component` prop type ([#1028](https://github.com/oruga-ui/oruga/issues/1028)) ([a656182](https://github.com/oruga-ui/oruga/commit/a656182c3e29fa87950745dbe8357cabc8e18043)) +* **table:** emit `check` and `check-all` after reactive value got updated ([#1031](https://github.com/oruga-ui/oruga/issues/1031)) ([bf708ee](https://github.com/oruga-ui/oruga/commit/bf708eedc8ba319d86e33ae214c8ad407f6693f6)) +* **table:** solve an issue with `isRowChecked` prop ([#1032](https://github.com/oruga-ui/oruga/issues/1032)) ([9bcc478](https://github.com/oruga-ui/oruga/commit/9bcc478ac3cf2e051f414e2fa870e62d3953b7d2)) +* **theme:** solve an issue with class as string array definition ([#1024](https://github.com/oruga-ui/oruga/issues/1024)) ([754e1ee](https://github.com/oruga-ui/oruga/commit/754e1eecdfe4a68704e1a8b0c32b3f97150aab52)) + + +### Features + +* allow custom constraint validation errors ([#1023](https://github.com/oruga-ui/oruga/issues/1023)) ([a465a22](https://github.com/oruga-ui/oruga/commit/a465a22977276edb8f273ef8ccbd63761e56dc55)) +* **field:** programmatically associate inputs with field messages ([#1021](https://github.com/oruga-ui/oruga/issues/1021)) ([6fc309f](https://github.com/oruga-ui/oruga/commit/6fc309ff3b4fb324b3c69d193b7b116c1cb9913e)) +* **table:** add icon/label to `empty` slot ([#1030](https://github.com/oruga-ui/oruga/issues/1030)) ([79a7ab9](https://github.com/oruga-ui/oruga/commit/79a7ab905e81988544b3c5390f0ca879f71229cb)) +* **slider**: rename `customFormatter` prop to `formatter` prop ([#1033](https://github.com/oruga-ui/oruga/pull/1033)) + + # [0.9.0-pre.1](https://github.com/oruga-ui/oruga/compare/v0.8.11...v0.9.0-pre.1) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index 6f7726165..1c8fd2b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "root", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "root", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "license": "MIT", "workspaces": [ "packages/oruga", @@ -15361,7 +15361,7 @@ }, "packages/docs": { "name": "@oruga-ui/docs-next", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.2", @@ -15397,7 +15397,7 @@ }, "packages/examples": { "name": "@oruga-ui/examples", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-free": "6.5.2", @@ -15419,13 +15419,13 @@ "vitepress": "^1.3.0" }, "peerDependencies": { - "@oruga-ui/oruga-next": "0.9.0-pre.1", + "@oruga-ui/oruga-next": "0.9.0-pre.2", "vue": "^3.0.0" } }, "packages/oruga": { "name": "@oruga-ui/oruga-next", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "license": "MIT", "devDependencies": { "@babel/core": "7.24.8", diff --git a/package.json b/package.json index 918e34af6..b00961708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "homepage": "https://oruga-ui.com", "description": "UI components for Vue.js and CSS framework agnostic", "author": "Walter Tommasi ", diff --git a/packages/README.md b/packages/README.md index 33e31fbde..94784e2cc 100644 --- a/packages/README.md +++ b/packages/README.md @@ -3,4 +3,5 @@ ## Packages for Oruga 1. **docs** - Oruga documentation +2. **examples** - Oruga components example bundle 2. **oruga** - Main source code for Oruga diff --git a/packages/docs/package.json b/packages/docs/package.json index 48cd368f2..b6f7db53a 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@oruga-ui/docs-next", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "homepage": "https://oruga-ui.com", "description": "UI components for Vue.js and CSS framework agnostic", "author": "Walter Tommasi ", diff --git a/packages/examples/package.json b/packages/examples/package.json index ec69ae945..9b02286ee 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -1,6 +1,6 @@ { "name": "@oruga-ui/examples", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "homepage": "https://oruga-ui.com", "description": "Oruga component examples", "license": "MIT", @@ -50,7 +50,7 @@ "update": "ncu -u" }, "peerDependencies": { - "@oruga-ui/oruga-next": "0.9.0-pre.1", + "@oruga-ui/oruga-next": "0.9.0-pre.2", "vue": "^3.0.0" }, "dependencies": { diff --git a/packages/oruga/package.json b/packages/oruga/package.json index 42058791c..59c31cc91 100644 --- a/packages/oruga/package.json +++ b/packages/oruga/package.json @@ -1,6 +1,6 @@ { "name": "@oruga-ui/oruga-next", - "version": "0.9.0-pre.1", + "version": "0.9.0-pre.2", "homepage": "https://oruga-ui.com", "description": "UI components for Vue.js and CSS framework agnostic", "author": "Walter Tommasi ",