Skip to content

Commit c113ec4

Browse files
Version Packages (#604)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b535d05 commit c113ec4

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

.changeset/forty-melons-rhyme.md

-17
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# scoobie
2+
3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- **Table:** Add `overflowX` and `whiteSpace` props ([#603](https://github.com/seek-oss/scoobie/pull/603))
8+
9+
These allow you to control overflow and wrapping behaviour when width is constrained.
10+
11+
```tsx
12+
<>
13+
<Table />
14+
15+
<Table overflowX="scroll" />
16+
17+
<Table overflowX="scroll" whiteSpace="nowrap" />
18+
</>
19+
```

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "src/index.ts",
66
"sideEffects": false,
7-
"version": "15.0.0",
7+
"version": "15.1.0",
88
"dependencies": {
99
"@capsizecss/core": "^3.0.0",
1010
"@mdx-js/react": "^1.6.22",

0 commit comments

Comments
 (0)