Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(release): 13.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.3.0](v13.2.2...v13.3.0) (2021-08-02)

### Bug Fixes

* **Table:** Fix table header rendering, [#143](#143) ([a17639f](a17639f))
* **Table:** Remove data-selectable attribute ([c150b32](c150b32))
* Fix passed through custom props, [#143](#143) ([1fa9057](1fa9057))

### Features

* **Table:** Add SelectionTable tests, [#143](#143) ([06ae63b](06ae63b))
* New SelectionTable component ([041fa0e](041fa0e))
* New TabIndexContext helpers ([b8b4210](b8b4210))
* New usePrevious hook ([5024056](5024056))
  • Loading branch information
5app-Machine committed Aug 2, 2021
1 parent 8403397 commit 04eb33a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [13.3.0](https://github.com/5app/base5-ui/compare/v13.2.2...v13.3.0) (2021-08-02)


### Bug Fixes

* **Table:** Fix table header rendering, [#143](https://github.com/5app/base5-ui/issues/143) ([a17639f](https://github.com/5app/base5-ui/commit/a17639f6029971bb3dbb75c18fd42602cb466a22))
* **Table:** Remove data-selectable attribute ([c150b32](https://github.com/5app/base5-ui/commit/c150b3206ea1a3d26c18ecf9b35635afdf258f7d))
* Fix passed through custom props, [#143](https://github.com/5app/base5-ui/issues/143) ([1fa9057](https://github.com/5app/base5-ui/commit/1fa90579a21cfd4128d3726e3e9ec4d33ad3c60d))


### Features

* **Table:** Add SelectionTable tests, [#143](https://github.com/5app/base5-ui/issues/143) ([06ae63b](https://github.com/5app/base5-ui/commit/06ae63bd6db187b1a2d1f58675754668b31fe3a4))
* New SelectionTable component ([041fa0e](https://github.com/5app/base5-ui/commit/041fa0efa40b5b3200ec037fc27e93dd04869346))
* New TabIndexContext helpers ([b8b4210](https://github.com/5app/base5-ui/commit/b8b421042a3aa034070a63db66c23f7c14cee4d6))
* New usePrevious hook ([5024056](https://github.com/5app/base5-ui/commit/50240561f456456dbc2838f3329fab14b76e5be9))

## [13.2.2](https://github.com/5app/base5-ui/compare/v13.2.1...v13.2.2) (2021-06-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base5-ui",
"version": "13.2.2",
"version": "13.3.0",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 04eb33a

Please sign in to comment.