chore: 🤖 release v0.1.0-rc.77 (rc)#914
Merged
punkbit merged 1 commit intochore/v0.1.0from Mar 11, 2026
Merged
Conversation
Contributor
Author
📚 Storybook Preview Deployed✅ Preview URL: https://click-ccpwidaca-clickhouse.vercel.app Built from commit: |
punkbit
added a commit
that referenced
this pull request
Mar 24, 2026
…937) * chore: 🤖 on v0.1.0.-rc.70 (updated with latest, dismissed previous history to avoid resolving conflicts and put back latest knowne rc version) * fix: 🐛 latest is actually *-rc.71 * chore: 🤖 release v0.1.0-rc.72 (rc) (#889) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 release v0.1.0-rc.73 (rc) (#893) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 release v0.1.0-rc.74 (rc) (#899) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * refactor: 💡 exposed asset names (revision 2) (#900) * refactor: 💡 rename assets * refactor: 💡 prefer planetscale * chore: 🤖 add changeset * refactor: 💡 normalise brand names * refactor: 💡 normalise names * chore: 🤖 release v0.1.0-rc.75 (rc) (#901) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * fix: 🐛 table column resize nan when headers reordered (#908) * fix: 🐛 Fixes resize breaking when column headers change order/content but keep the same length. The useLayoutEffect was only watching headers.length, so column widths weren't recalculated when headers were reordered (as in EntitiesTable with column selection). Also fixed incorrect null check (-1 !== null) and added missing isSelectable dependencies to resize callbacks. * refactor: Refactor Table column resize to use Map-based width storage Replace fragile array-index based column width tracking with a Map using header labels as keys. This eliminates index synchronization bugs when columns are reordered, isSelectable changes, or new column types are added. - Change columnWidths from number[] to Map<string, number> - Store column labels in ResizeState instead of indices - Remove isSelectable dependencies from resize handlers - Position-agnostic width lookups prevent NaN on column reordering" * chore: 🤖 add story with reordering control to test NaN fix * test: 💍 add story for testing reordering NaN * chore: 🤖 add changeset * chore: 🤖 lint amends * chore: 🤖 format * chore: 🤖 reset when headers change * fix: 🐛 NaN explicit intent, remove misleading key * fix: 🐛 remove width (unused) * fix: 🐛 remove dead guards * fix: 🐛 remove dead guards * fix: 🐛 inline dep * fix: 🐛 remove headers from deps * refactor: 💡 rename story * chore: 🤖 release v0.1.0-rc.76 (rc) (#909) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 release v0.1.0-rc.77 (rc) (#914) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 release v0.1.0-rc.78 (rc) (#921) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 remove a user's personal text editor (vscode) directory (#920) * chore: 🤖 remove user personal text-editor directory * chore: 🤖 add to .gitignore * chore: 🤖 split slack notifications (general vs pull requests)#919 * chore: 🤖 release v0.1.0-rc.79 (rc) (#927) Co-authored-by: punkbit <punkbit@users.noreply.github.com> * chore: 🤖 github actions maintenance (nodejs v20 action deprecation) (#922) * chore: 🤖 update step actions to use latest's * chore: 🤖 add deprecation note * fix: 🐛 missing imports file extension for dayjs in ESM environments (#933) * refactor: 💡 move days to date utils to help enforce extension for ESM consumer imports * chore: 🤖 add note and TODO * chore: 🤖 add changeset * chore: 🤖 release v0.1.0-rc.80 (rc) (#934) Co-authored-by: punkbit <236752+punkbit@users.noreply.github.com> * chore: 🤖 release v0.1.0 (stable) (#935) Co-authored-by: punkbit <236752+punkbit@users.noreply.github.com> --------- Co-authored-by: workflow-authentication-public[bot] <212800359+workflow-authentication-public[bot]@users.noreply.github.com> Co-authored-by: punkbit <punkbit@users.noreply.github.com> Co-authored-by: punkbit <236752+punkbit@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why?
To trigger a release of @clickhouse/click-ui version 0.1.0-rc.77 (rc).
Release checklist?
Take this opportunity to ensure that the following checklist is verified to avoid disappointment.
Preview?
Optionally, provide a demo or a preview url here
Tag:
v0.1.0-rc.77will be included in this PR