Skip to content

Commit 1365669

Browse files
authored
chore(release): v0.11.6 (#1402)
1 parent 4b55cd0 commit 1365669

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.11.6](https://github.com/oruga-ui/oruga/compare/v0.11.5...v0.11.6) (2025-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **icon:** transform internal icons based on the icon pack ([#1403](https://github.com/oruga-ui/oruga/issues/1403)) ([4b55cd0](https://github.com/oruga-ui/oruga/commit/4b55cd0cfd634a9f1fd6c63cac169dfd33aae8ab))
7+
8+
9+
### Features
10+
11+
* **field:** add root `variantClass` and message `messageSizeClass` ([#1397](https://github.com/oruga-ui/oruga/issues/1397)) ([7b18096](https://github.com/oruga-ui/oruga/commit/7b18096adf3ebdbb830e985ec52d4953469edf1f))
12+
* **pagination:** add `position` prop to repleace `order` prop ([#1393](https://github.com/oruga-ui/oruga/issues/1393)) ([606bc27](https://github.com/oruga-ui/oruga/commit/606bc2786c77b6a4ec93d5679103163ad849a7a8))
13+
* **table:** add `filterable` prop to replace `searchable` prop ([#1379](https://github.com/oruga-ui/oruga/issues/1379)) ([63795a1](https://github.com/oruga-ui/oruga/commit/63795a1db23c40527bbfed27da0d2bb91aa0ef13))
14+
* **types:** extend `ComponentClass` to accept an array with mixed string and object values ([#1378](https://github.com/oruga-ui/oruga/issues/1378)) ([14fccc0](https://github.com/oruga-ui/oruga/commit/14fccc0678a583b1f734d8616b6c18b54b675320))
15+
16+
17+
118
## [0.11.5](https://github.com/oruga-ui/oruga/compare/v0.11.4...v0.11.5) (2025-08-12)
219

320

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.11.5",
3+
"version": "0.11.6",
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/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.11.5",
3+
"version": "0.11.6",
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.11.5",
3+
"version": "0.11.6",
44
"homepage": "https://oruga-ui.com",
55
"description": "Oruga component examples",
66
"license": "MIT",
@@ -49,7 +49,7 @@
4949
"publish:examples:pre": "cp ../../README.md . && npm run build && npm publish --tag pre"
5050
},
5151
"peerDependencies": {
52-
"@oruga-ui/oruga-next": "0.11.5",
52+
"@oruga-ui/oruga-next": "0.11.6",
5353
"vue": "^3.0.0"
5454
},
5555
"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.11.5",
3+
"version": "0.11.6",
44
"homepage": "https://oruga-ui.com",
55
"description": "UI components for Vue.js and CSS framework agnostic",
66
"author": "Walter Tommasi <tommsi20@gmail.com>",

0 commit comments

Comments
 (0)