Skip to content

Commit

Permalink
bump: version 0.5.1 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Oct 31, 2023
1 parent fbb4529 commit c51214f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_nhm",
"version": "0.5.1",
"version": "0.6.0",
"tag_format": "v$version",
"update_changelog_on_bump": true,
"changelog_incremental": true,
Expand Down
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## v0.6.0 (2023-10-31)

### Feature

- sort dropdown items (by group, order, then label)
- implement basic fuzzy search for multiselect
- implement crude filtering for multiselect
- add multiselect component
- add name and value to checkbox

### Fix

- force all options to be single-line and truncate strings
- add extra space for the group header by increasing ix
- add array to value types for checkbox
- set correct default label
- toggle checkbox on space, not enter, and make it work in a group

### Refactor

- distinguish between visible and filtered
- remove nesting and render options as a single list

### Performance

- lazy-load date utils
- debounce updating the search term
- load a subset of multiselect options at once for large lists

### Docs

- randomise length of option names
- add notice about alpha status and frequent changes

### Style

- remove border on top group if no ungrouped items
- set maximum height for dropdown
- explicitly define the input text colour
- rename "dark" to "tertiary" and add new neutral dark

### Build System(s)

- add rollup visualiser

### Chores/Misc

- build dist package
- build dist package
- regenerate package-lock.json
- build dist package

### Minor UI Changes

- remove extra selectAll border and make labels fit li height
- stop checkbox label wrapping unnecessarily

## v0.5.1 (2023-09-18)

### Build System(s)
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": "@nhm-data/zoa",
"version": "0.5.1",
"version": "0.6.0",
"description": "UI toolkit for the NHM Data Portal.",
"homepage": "https://github.com/NaturalHistoryMuseum/zoa",
"bugs": {
Expand Down

0 comments on commit c51214f

Please sign in to comment.