Skip to content

Commit 5fe5eb0

Browse files
committed
chore(release): release 3.18.0
1 parent c30e386 commit 5fe5eb0

File tree

5 files changed

+32
-120
lines changed

5 files changed

+32
-120
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 3.18.0 (2026-02-18)
2+
3+
### Features 🚀
4+
5+
- **pds-multiselect:** add searchPlaceholder, closePanelOnSelect, dis… ([#674](https://github.com/Kajabi/pine/pull/674))
6+
- **pds-table:** add disableSelectAll prop to hide header checkbox ([#673](https://github.com/Kajabi/pine/pull/673))
7+
- **truncation:** add automatic tooltip on truncated text ([#672](https://github.com/Kajabi/pine/pull/672))
8+
9+
### Bug Fixes 🐛
10+
11+
- **pds-button:** fix empty icon slot wrapper spacing ([#678](https://github.com/Kajabi/pine/pull/678))
12+
- **pds-table:** remove unused pdsTableSelect event declaration ([#675](https://github.com/Kajabi/pine/pull/675))
13+
- **pds-table-row:** fix checkbox double-fire and z-index bleed-through ([#679](https://github.com/Kajabi/pine/pull/679))
14+
15+
### ❤️ Thank You
16+
17+
- Phillip Lovelace
18+
- Quinton Jason
19+
120
## 3.17.0 (2026-02-12)
221

322
### Features 🚀

libs/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pine-ds/core",
3-
"version": "3.17.0",
3+
"version": "3.18.0",
44
"type": "module",
55
"license": "MIT",
66
"description": "Base components for Pine Design System",
@@ -85,7 +85,7 @@
8585
"@babel/preset-env": "^7.22.10",
8686
"@chromatic-com/storybook": "^4.1.3",
8787
"@mdx-js/rollup": "^3.1.1",
88-
"@pine-ds/doc-components": "^3.17.0",
88+
"@pine-ds/doc-components": "^3.18.0",
8989
"@stencil-community/eslint-plugin": "^0.8.0",
9090
"@stencil/react-output-target": "^0.5.3",
9191
"@stencil/sass": "^3.2.0",

libs/doc-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pine-ds/doc-components",
33
"description": "Pine documentation components",
44
"author": "Kajabi Design System Services",
5-
"version": "3.17.0",
5+
"version": "3.18.0",
66
"type": "module",
77
"main": "./dist/index.js",
88
"module": "./dist/index.js",

libs/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pine-ds/react",
3-
"version": "3.17.0",
3+
"version": "3.18.0",
44
"license": "MIT",
55
"description": "Pine Web Components React Wrapper",
66
"author": "Kajabi Design System Services",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@kajabi-ui/styles": "*",
41-
"@pine-ds/core": "^3.17.0",
41+
"@pine-ds/core": "^3.18.0",
4242
"@pine-ds/icons": "*",
4343
"tslib": "*"
4444
},

package-lock.json

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

0 commit comments

Comments
 (0)