Skip to content

Commit

Permalink
chore(release): 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
a-luna committed Jul 7, 2022
1 parent 24f70bd commit 5df69fa
Show file tree
Hide file tree
Showing 3 changed files with 2,628 additions and 1,653 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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.24](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.23...v0.0.24) (2022-07-06)
### [0.0.25](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.24...v0.0.25) (2022-07-07)


### Bug Fixes

* :bug: ([a222227](https://github.com/a-luna/svelte-simple-tables/commit/a222227de908542bca658d3e2fed6922ba6648f5))
* :bug: fix: page nav button container has wrong background-color when client has existing styles targeting nav element ([24f70bd](https://github.com/a-luna/svelte-simple-tables/commit/24f70bd7858987fff818b7290cc853edb8cb75ed))
* :recycle: add 'sst-' prefix to all responsive table css class names to avoid name collision with dependent code ([ae96ff2](https://github.com/a-luna/svelte-simple-tables/commit/ae96ff25432bb7b3fcddf80136172b205e0747af))

### [0.0.24](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.23...v0.0.24) (2022-07-06)

### Bug Fixes

* :bug: fix weird text mangling in TableHeader.svelte ([cb4ed4a](https://github.com/a-luna/svelte-simple-tables/commit/cb4ed4a22c8f1546e8831f0921dc033acdb1435c))
* :bug: fix: if page nav/range format=auto, use containerWidth rather than pageWidth for decision ([335681d](https://github.com/a-luna/svelte-simple-tables/commit/335681d2fb4ab0066d47a038444aaaa8de1e0d6a))
- :bug: fix weird text mangling in TableHeader.svelte ([cb4ed4a](https://github.com/a-luna/svelte-simple-tables/commit/cb4ed4a22c8f1546e8831f0921dc033acdb1435c))
- :bug: fix: if page nav/range format=auto, use containerWidth rather than pageWidth for decision ([335681d](https://github.com/a-luna/svelte-simple-tables/commit/335681d2fb4ab0066d47a038444aaaa8de1e0d6a))

### [0.0.23](https://github.com/a-luna/svelte-simple-tables/compare/v0.0.22...v0.0.23) (2022-07-05)

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": "@a-luna/svelte-simple-tables",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"description": "Accessible, sortable, paginated table component",
"author": "Aaron Luna (https://github.com/a-luna)",
Expand Down
Loading

0 comments on commit 5df69fa

Please sign in to comment.