Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 22, 2024
1 parent b535d05 commit 18c7705
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/forty-melons-rhyme.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# scoobie

## 15.1.0

### Minor Changes

- **Table:** Add `overflowX` and `whiteSpace` props ([#603](https://github.com/seek-oss/scoobie/pull/603))

These allow you to control overflow and wrapping behaviour when width is constrained.

```tsx
<>
<Table />

<Table overflowX="scroll" />

<Table overflowX="scroll" whiteSpace="nowrap" />
</>
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"version": "15.0.0",
"version": "15.1.0",
"dependencies": {
"@capsizecss/core": "^3.0.0",
"@mdx-js/react": "^1.6.22",
Expand Down

0 comments on commit 18c7705

Please sign in to comment.