Skip to content

Commit 901dc92

Browse files
authored
chore(release): v0.13.0-pre.3 (#1577)
1 parent 01b7b9a commit 901dc92

6 files changed

Lines changed: 28 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.13.0-pre.3](https://github.com/oruga-ui/oruga/compare/v0.13.0-pre.2...v0.13.0-pre.3) (2026-03-06)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **config:** The `override` prop passed to a component instance will
6+
now also override any previously defined classes in the config; not only the
7+
default class.
8+
9+
### Features
10+
11+
* **config:** change the `override` prop to also override classes defined by the config ([#1575](https://github.com/oruga-ui/oruga/issues/1575)) ([604b5c2](https://github.com/oruga-ui/oruga/commit/604b5c2ec6952a5d30575463a18c6e1cecc86612))
12+
* **table:** add `keepChecked` prop to keep checked on page change ([#1548](https://github.com/oruga-ui/oruga/issues/1548)) ([f9587a9](https://github.com/oruga-ui/oruga/commit/f9587a9f69659af4624b2c4202f3bba313db3c7e))
13+
14+
### Bug Fixes
15+
16+
* **programmatic:** solve close function type mismatch ([#1576](https://github.com/oruga-ui/oruga/issues/1576)) ([01b7b9a](https://github.com/oruga-ui/oruga/commit/01b7b9a1ec4f14af4738e2c4bbbc85c436af827d))
17+
118
## [0.13.0-pre.2](https://github.com/oruga-ui/oruga/compare/v0.13.0-pre.1...v0.13.0-pre.2) (2026-03-04)
219

320
## [0.13.0-pre.1](https://github.com/oruga-ui/oruga/compare/v0.12.6...v0.13.0-pre.1) (2026-03-03)

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "0.13.0-pre.2",
3+
"version": "0.13.0-pre.3",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"license": "MIT",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/docs-next",
3-
"version": "0.13.0-pre.2",
3+
"version": "0.13.0-pre.3",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"author": "Walter Tommasi <tommsi20@gmail.com>",

packages/examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/examples",
3-
"version": "0.13.0-pre.2",
3+
"version": "0.13.0-pre.3",
44
"homepage": "https://oruga-ui.com",
55
"description": "Oruga component examples",
66
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"prepublishOnly": "cp ../../README.md . && cp ../../LICENSE ."
5151
},
5252
"peerDependencies": {
53-
"@oruga-ui/oruga-next": "0.13.0-pre.2",
53+
"@oruga-ui/oruga-next": "0.13.0-pre.3",
5454
"vue": "^3.0.0"
5555
},
5656
"dependencies": {

packages/oruga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oruga-ui/oruga-next",
3-
"version": "0.13.0-pre.2",
3+
"version": "0.13.0-pre.3",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"license": "MIT",

0 commit comments

Comments
 (0)