Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from main to dev after release #169

Merged
merged 4 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/button-tippy-titles.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/stupid-ads-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-humans-fold.md

This file was deleted.

15 changes: 14 additions & 1 deletion packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# ldn-viz-tools-ui

## 3.0.0

### Major Changes

- d9c32c7: CHANGED - the select component is now based on the `svelte-select` library
- d9c32c7: ADDED - a new `Tooltip` component allows the display of help tooltips when an icon is hovered over
- d9c32c7: ADDED - an `InputWrapper` provides consisten chrome (such as help text or error messages) around input elements

### Minor Changes

- 71bb3e8: ADDED - `title` property to `Button` component so that quick accessible tooltips can be added.
- 5d7a227: CHANGED - provide a default light theme for tabs

## 2.0.0

### Major Changes

- 3c90996: CHANGED - switch from using `@rgossiaux/svelte-heroicons` to using `@steeze-ui/heroicons` as an icon library
CHANGED - `TabbedSidebarWrapper`'s `tab` prop now includes `@steeze-ui/heroicons` `IconThemeSource` objects as the `icon` prop (or raw Svelte components as the `rawIcon` prop)
- 3c90996: CHANGED - `TabbedSidebarWrapper`'s `tab` prop now includes `@steeze-ui/heroicons` `IconThemeSource` objects as the `icon` prop (or raw Svelte components as the `rawIcon` prop)

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ldn-viz/ui",
"version": "2.0.0",
"version": "3.0.0",
"scripts": {
"dev": "vite dev --port 3005 --open",
"build:sveltekit": "vite build && npm run package",
Expand Down
Loading