Skip to content

Commit

Permalink
Merge pull request #169 from Greater-London-Authority/main
Browse files Browse the repository at this point in the history
Merge from main to dev after release
  • Loading branch information
jamesscottbrown authored Nov 15, 2023
2 parents ba645d8 + 35ea44f commit 1f095d8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
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

0 comments on commit 1f095d8

Please sign in to comment.