Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Jan 12, 2024
1 parent d481057 commit a8aacfb
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 4 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.6.0",
"version": "0.7.0",
"tag_format": "v$version",
"update_changelog_on_bump": true,
"changelog_incremental": true,
Expand Down
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
## v0.7.0 (2024-01-12)

### Feature

- add order for dropdown options
- skip level of year options if there's only one option
- move between year part boxes automatically on typing
- expose target element(s) on input components
- add clear button to y/m/d options
- add min/max date options to ambiguous date
- add earliest/latest date estimates to ambiguous date
- add help icon with tooltip
- add "empty" input for positioning multiple inputs under one label
- add class prop to all components
- add toggle button

### Fix

- remove misleading pointer hands
- add high z-index for multiselect popup
- use computed wrapper value for checkbox to avoid nulls
- define checked before it's used
- move toggle function onto checkbox from wrapper
- handle multiselect value = null, use array if checkbox name is set
- break loop after first different digit
- pad earliest/latest date parts to avoid ambiguity
- use utc date parts for min/max
- improve layout for no label, enable changing help popup position
- use fieldset for empty input
- export empty input
- make labels available to screen readers even if not shown
- show all items if the list is short
- set initial checkbox modelValue to undefined

### Refactor

- major refactor to use single input component
- use zoa-empty to structure range slider
- rearrange checkbox elements to match structure of other inputs

### Docs

- update readme

### Build System(s)

- replace hash with component name in css modules

### Chores/Misc

- build dist package
- build dist package
- build dist package
- build dist package
- build dist package

### Minor UI Changes

- make the dropdown for ambiguous date smaller and left aligned
- move labels closer vertically and make gap configurable separately
- change tertiary colour, add text colour vars, add alt button type

## v0.6.0 (2023-10-31)

### Feature
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0",
"version": "0.7.0",
"description": "UI toolkit for the NHM Data Portal.",
"homepage": "https://github.com/NaturalHistoryMuseum/zoa",
"bugs": {
Expand Down

0 comments on commit a8aacfb

Please sign in to comment.