Skip to content

Commit

Permalink
chore(release): 0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Mar 11, 2022
1 parent 3fb409d commit 4b27dfa
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 247 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.20](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.19...v0.0.20) (2022-03-09)
### [0.0.21](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.20...v0.0.21) (2022-03-11)


### Features

* :sparkles: removed fullWidth table config setting ([f63999d](https://github.com/a-luna/svelte-simple-tables/commit/f63999d6a08ffb6ef430c50c64c9346e0d2f899d))


### Bug Fixes

* :bug: background-color should inherit when tableWrapper=false ([2ff1de8](https://github.com/a-luna/svelte-simple-tables/commit/2ff1de86756c888546e9f882c37bbed61db2fd05))
* :bug: remove role="navigation" from PaginationNavigation ([6a53966](https://github.com/a-luna/svelte-simple-tables/commit/6a53966f1ede4f9b331a70bae75bc85b9fa2f5c7))
* :bug: simplify how container/wrapper widths are determined ([3114f99](https://github.com/a-luna/svelte-simple-tables/commit/3114f9995b08437517a1c47946b473cb3dc0f402))
* :test_tube: update jest snapshots ([3f3d361](https://github.com/a-luna/svelte-simple-tables/commit/3f3d36199c1b85c838e50b0ff20acdea582f3400))
* :bug: improved componentWidth logic for annnoying corner-cases re: wrapper width, padding, etc ([3f3f583](https://github.com/a-luna/svelte-simple-tables/commit/3f3f5833efd565a91e0d9c20efe8440436bba83d))
* :bug: table should display with margin-left and margin-right = auto by default ([e201bf1](https://github.com/a-luna/svelte-simple-tables/commit/e201bf10d500f805c370b7d02749ce48d57710c0))

### [0.0.20](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.19...v0.0.20) (2022-03-09)

### Bug Fixes

- :bug: background-color should inherit when tableWrapper=false ([2ff1de8](https://github.com/a-luna/svelte-simple-tables/commit/2ff1de86756c888546e9f882c37bbed61db2fd05))
- :bug: remove role="navigation" from PaginationNavigation ([6a53966](https://github.com/a-luna/svelte-simple-tables/commit/6a53966f1ede4f9b331a70bae75bc85b9fa2f5c7))
- :bug: simplify how container/wrapper widths are determined ([3114f99](https://github.com/a-luna/svelte-simple-tables/commit/3114f9995b08437517a1c47946b473cb3dc0f402))
- :test_tube: update jest snapshots ([3f3d361](https://github.com/a-luna/svelte-simple-tables/commit/3f3d36199c1b85c838e50b0ff20acdea582f3400))

### [0.0.19](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.18...v0.0.19) (2022-02-07)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a-luna/svelte-simple-tables",
"version": "0.0.20",
"version": "0.0.21",
"license": "MIT",
"description": "Accessible, sortable, paginated table component",
"author": "Aaron Luna (https://github.com/a-luna)",
Expand Down
Loading

0 comments on commit 4b27dfa

Please sign in to comment.