Skip to content

Improve tilemap component#174

Merged
mitchthorson merged 8 commits into
mainfrom
fix-tile-map-tooltip
Mar 12, 2026
Merged

Improve tilemap component#174
mitchthorson merged 8 commits into
mainfrom
fix-tile-map-tooltip

Conversation

@mitchthorson
Copy link
Copy Markdown
Contributor

@mitchthorson mitchthorson commented Mar 11, 2026

What's in this pull request

  • Bug fix

Description

  • Fixes issue with tilemap where tooltip would sometimes linger after mouseout.
  • Fixes issue where stroke was sometimes cut off.
  • Adds "nodc" option to tilemap closes Add "noDC" option to tilemap #173

Before submitting, please check that you've

  • Formatted your code correctly (i.e., prettier cleaned it up)
  • Documented any new components or features
  • Added any changes in this PR to the CHANGELOG.md Next section
  • If this pull request includes a new component or feature, has it been exported from one of the library's entry points?
  • Does the component directory include description and usage information in .stories.svelte?

- Refactors tilemap to fix issue with lingering tooltips
- Refactors tilemap to fix issue with cut off strokes
- improve readability and clarity
- fix typos/issues
- set stroke default to 1 instead of 0.5
- remove unused layout files
@mitchthorson mitchthorson changed the title Fix tile map tooltip Improve tilemap component Mar 12, 2026
@mitchthorson mitchthorson force-pushed the fix-tile-map-tooltip branch from 3c18d66 to d59a2a6 Compare March 12, 2026 01:56
@mitchthorson mitchthorson merged commit d8a0b35 into main Mar 12, 2026
1 check passed
@mitchthorson mitchthorson deleted the fix-tile-map-tooltip branch March 12, 2026 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "noDC" option to tilemap

1 participant