Skip to content

Commit

Permalink
chore(release): cut 10.0.0 [skip release]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.15.0...v10.0.0) (2024-11-21)

### Bug Fixes

* update calendar tests for react 18 ([98831a7](98831a7))
* update testing-library for selector-bar ([893024d](893024d))
* **calendar:** fix minor type issues ([#1588](#1588)) ([21e60a6](21e60a6))
* **calendar:** stop extra call to validation when choosing from picker ([#1623](#1623)) ([a1786d5](a1786d5))
* **calendar-input:** trigger onFocus if passed ([#1622](#1622)) ([293505d](293505d))
* bump multi calendar library version in calendar ([#1566](#1566)) ([d205016](d205016))
* bump multi calendar library version in calendar component  ([#1576](#1576)) ([5f2b13d](5f2b13d))
* bump multi-calendar library ([#1615](#1615)) ([238de1f](238de1f))
* bump multi-calendar library ([#1618](#1618)) ([769c7ae](769c7ae))
* clear button and arrow alignment issues ([#1609](#1609)) ([ba0b657](ba0b657))
* stories for calendar validation ([#1616](#1616)) ([c00a2d6](c00a2d6))
* update multi-calendar library ([6aa01cc](6aa01cc))
* update yarn.lock after deduping ([5c24b02](5c24b02))

### Features

* add aria attributes to loaders ([#1449](#1449)) ([2832584](2832584))
* calendar input to work with react final form ([827c3f8](827c3f8))
* memorize calendar container component to improve perfromance ([#1575](#1575)) ([0d00a19](0d00a19))
* merge branch master into branch ([0577074](0577074))
* merge master into alpha ([7afecf9](7afecf9))
* splitButton accessibility improvements ([#1458](#1458)) ([51a1b14](51a1b14))
* support editable input | min & max dates | dd-mm-yyyy format in CalendarInput ([#1504](#1504)) ([99a78f5](99a78f5))
* use alpha of multi calendar library ([0c6b966](0c6b966))
* verify date input only on blur on calendar input, close calendar popup on blur as well ([d8b0d1c](d8b0d1c))
* **tooltip:** accessibility improvements for tooltip ([#1463](#1463)) ([f11eabb](f11eabb))

### Reverts

* Revert "feat(selectionBar): accessibility improvements for SelectionBar (#1475)" ([54498fb](54498fb)), closes [#1475](#1475)

### BREAKING CHANGES

* multi-calendar hook no longer returns Temporal date

* fix: failing test
  • Loading branch information
dhis2-bot committed Nov 21, 2024
1 parent 76e4415 commit 6045863
Show file tree
Hide file tree
Showing 54 changed files with 325 additions and 280 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# [10.0.0](https://github.com/dhis2/ui/compare/v9.15.0...v10.0.0) (2024-11-21)


### Bug Fixes

* update calendar tests for react 18 ([98831a7](https://github.com/dhis2/ui/commit/98831a7ab25b43d3c9424b6e8fbca93b6009cb26))
* update testing-library for selector-bar ([893024d](https://github.com/dhis2/ui/commit/893024db1666610ffc0d6321ae8531f407e7da5e))
* **calendar:** fix minor type issues ([#1588](https://github.com/dhis2/ui/issues/1588)) ([21e60a6](https://github.com/dhis2/ui/commit/21e60a6a275ab5cc4a1048e4dfb53183a4f92bd3))
* **calendar:** stop extra call to validation when choosing from picker ([#1623](https://github.com/dhis2/ui/issues/1623)) ([a1786d5](https://github.com/dhis2/ui/commit/a1786d593f9c3f2cac79dc6f657fa65c71d57690))
* **calendar-input:** trigger onFocus if passed ([#1622](https://github.com/dhis2/ui/issues/1622)) ([293505d](https://github.com/dhis2/ui/commit/293505d6376c57a4cef453096b791137c619ca7e))
* bump multi calendar library version in calendar ([#1566](https://github.com/dhis2/ui/issues/1566)) ([d205016](https://github.com/dhis2/ui/commit/d205016ae9f51eb286007762d99549325199cedc))
* bump multi calendar library version in calendar component ([#1576](https://github.com/dhis2/ui/issues/1576)) ([5f2b13d](https://github.com/dhis2/ui/commit/5f2b13dc3abfd2396c83c39fb399d3c7e0d1dffe))
* bump multi-calendar library ([#1615](https://github.com/dhis2/ui/issues/1615)) ([238de1f](https://github.com/dhis2/ui/commit/238de1f30e4b7bbfe40127ed35e9661ff1543a26))
* bump multi-calendar library ([#1618](https://github.com/dhis2/ui/issues/1618)) ([769c7ae](https://github.com/dhis2/ui/commit/769c7aee5fee159d9eb8eb67cb869ee87367f7fd))
* clear button and arrow alignment issues ([#1609](https://github.com/dhis2/ui/issues/1609)) ([ba0b657](https://github.com/dhis2/ui/commit/ba0b657a798c8f538ee025144d579d862bbd583a))
* stories for calendar validation ([#1616](https://github.com/dhis2/ui/issues/1616)) ([c00a2d6](https://github.com/dhis2/ui/commit/c00a2d62b85c686acb4fc0ad6aea39d839940ee9))
* update multi-calendar library ([6aa01cc](https://github.com/dhis2/ui/commit/6aa01cc9fd0cde91fd8d20716b132fe6518476e9))
* update yarn.lock after deduping ([5c24b02](https://github.com/dhis2/ui/commit/5c24b02782c2e9c530ec857669ba51ff3e5f3768))


### Features

* add aria attributes to loaders ([#1449](https://github.com/dhis2/ui/issues/1449)) ([2832584](https://github.com/dhis2/ui/commit/28325848aac6e1c5244b7a48ed5d8951a0cfa1d3))
* calendar input to work with react final form ([827c3f8](https://github.com/dhis2/ui/commit/827c3f853d24d08b9d1952c72149fc3359ffc34a))
* memorize calendar container component to improve perfromance ([#1575](https://github.com/dhis2/ui/issues/1575)) ([0d00a19](https://github.com/dhis2/ui/commit/0d00a19663147b24acc0513aa8958d630ffed94c))
* merge branch master into branch ([0577074](https://github.com/dhis2/ui/commit/05770745cbe17b8b059162d19fd66cb73eb7dad6))
* merge master into alpha ([7afecf9](https://github.com/dhis2/ui/commit/7afecf9121d573bc96f58f8bb89215440036c970))
* splitButton accessibility improvements ([#1458](https://github.com/dhis2/ui/issues/1458)) ([51a1b14](https://github.com/dhis2/ui/commit/51a1b149ae720703339dc36edc88de70c6798bf8))
* support editable input | min & max dates | dd-mm-yyyy format in CalendarInput ([#1504](https://github.com/dhis2/ui/issues/1504)) ([99a78f5](https://github.com/dhis2/ui/commit/99a78f5caec83529af26a11a2dd4d93fface30b4))
* use alpha of multi calendar library ([0c6b966](https://github.com/dhis2/ui/commit/0c6b966fca18912e88a13c6822ec68b46208e99a))
* verify date input only on blur on calendar input, close calendar popup on blur as well ([d8b0d1c](https://github.com/dhis2/ui/commit/d8b0d1cd2fd93a88413f0f73ad216783e6dd3ff7))
* **tooltip:** accessibility improvements for tooltip ([#1463](https://github.com/dhis2/ui/issues/1463)) ([f11eabb](https://github.com/dhis2/ui/commit/f11eabb87309efdb6e1d961a461002cdc76664b1))


### Reverts

* Revert "feat(selectionBar): accessibility improvements for SelectionBar (#1475)" ([54498fb](https://github.com/dhis2/ui/commit/54498fbdd8cec448c891855b72691d5613c83a47)), closes [#1475](https://github.com/dhis2/ui/issues/1475)


### BREAKING CHANGES

* multi-calendar hook no longer returns Temporal date

* fix: failing test

# [10.0.0-alpha.8](https://github.com/dhis2/ui/compare/v10.0.0-alpha.7...v10.0.0-alpha.8) (2024-11-21)


Expand Down
20 changes: 10 additions & 10 deletions collections/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui-forms",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"sideEffects": [
Expand Down Expand Up @@ -35,15 +35,15 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/button": "10.0.0-alpha.8",
"@dhis2-ui/checkbox": "10.0.0-alpha.8",
"@dhis2-ui/field": "10.0.0-alpha.8",
"@dhis2-ui/file-input": "10.0.0-alpha.8",
"@dhis2-ui/input": "10.0.0-alpha.8",
"@dhis2-ui/radio": "10.0.0-alpha.8",
"@dhis2-ui/select": "10.0.0-alpha.8",
"@dhis2-ui/switch": "10.0.0-alpha.8",
"@dhis2-ui/text-area": "10.0.0-alpha.8",
"@dhis2-ui/button": "10.0.0",
"@dhis2-ui/checkbox": "10.0.0",
"@dhis2-ui/field": "10.0.0",
"@dhis2-ui/file-input": "10.0.0",
"@dhis2-ui/input": "10.0.0",
"@dhis2-ui/radio": "10.0.0",
"@dhis2-ui/select": "10.0.0",
"@dhis2-ui/switch": "10.0.0",
"@dhis2-ui/text-area": "10.0.0",
"classnames": "^2.3.1",
"final-form": "^4.20.2",
"prop-types": "^15.7.2",
Expand Down
98 changes: 49 additions & 49 deletions collections/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2/ui",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",
"exports": {
Expand All @@ -21,54 +21,54 @@
"build": "d2-app-scripts build"
},
"dependencies": {
"@dhis2-ui/alert": "10.0.0-alpha.8",
"@dhis2-ui/box": "10.0.0-alpha.8",
"@dhis2-ui/button": "10.0.0-alpha.8",
"@dhis2-ui/calendar": "10.0.0-alpha.8",
"@dhis2-ui/card": "10.0.0-alpha.8",
"@dhis2-ui/center": "10.0.0-alpha.8",
"@dhis2-ui/checkbox": "10.0.0-alpha.8",
"@dhis2-ui/chip": "10.0.0-alpha.8",
"@dhis2-ui/cover": "10.0.0-alpha.8",
"@dhis2-ui/css": "10.0.0-alpha.8",
"@dhis2-ui/divider": "10.0.0-alpha.8",
"@dhis2-ui/field": "10.0.0-alpha.8",
"@dhis2-ui/file-input": "10.0.0-alpha.8",
"@dhis2-ui/header-bar": "10.0.0-alpha.8",
"@dhis2-ui/help": "10.0.0-alpha.8",
"@dhis2-ui/input": "10.0.0-alpha.8",
"@dhis2-ui/intersection-detector": "10.0.0-alpha.8",
"@dhis2-ui/label": "10.0.0-alpha.8",
"@dhis2-ui/layer": "10.0.0-alpha.8",
"@dhis2-ui/legend": "10.0.0-alpha.8",
"@dhis2-ui/loader": "10.0.0-alpha.8",
"@dhis2-ui/logo": "10.0.0-alpha.8",
"@dhis2-ui/menu": "10.0.0-alpha.8",
"@dhis2-ui/modal": "10.0.0-alpha.8",
"@dhis2-ui/node": "10.0.0-alpha.8",
"@dhis2-ui/notice-box": "10.0.0-alpha.8",
"@dhis2-ui/organisation-unit-tree": "10.0.0-alpha.8",
"@dhis2-ui/pagination": "10.0.0-alpha.8",
"@dhis2-ui/popover": "10.0.0-alpha.8",
"@dhis2-ui/popper": "10.0.0-alpha.8",
"@dhis2-ui/portal": "10.0.0-alpha.8",
"@dhis2-ui/radio": "10.0.0-alpha.8",
"@dhis2-ui/required": "10.0.0-alpha.8",
"@dhis2-ui/segmented-control": "10.0.0-alpha.8",
"@dhis2-ui/select": "10.0.0-alpha.8",
"@dhis2-ui/selector-bar": "10.0.0-alpha.8",
"@dhis2-ui/sharing-dialog": "10.0.0-alpha.8",
"@dhis2-ui/switch": "10.0.0-alpha.8",
"@dhis2-ui/tab": "10.0.0-alpha.8",
"@dhis2-ui/table": "10.0.0-alpha.8",
"@dhis2-ui/tag": "10.0.0-alpha.8",
"@dhis2-ui/text-area": "10.0.0-alpha.8",
"@dhis2-ui/tooltip": "10.0.0-alpha.8",
"@dhis2-ui/transfer": "10.0.0-alpha.8",
"@dhis2-ui/user-avatar": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-forms": "10.0.0-alpha.8",
"@dhis2/ui-icons": "10.0.0-alpha.8",
"@dhis2-ui/alert": "10.0.0",
"@dhis2-ui/box": "10.0.0",
"@dhis2-ui/button": "10.0.0",
"@dhis2-ui/calendar": "10.0.0",
"@dhis2-ui/card": "10.0.0",
"@dhis2-ui/center": "10.0.0",
"@dhis2-ui/checkbox": "10.0.0",
"@dhis2-ui/chip": "10.0.0",
"@dhis2-ui/cover": "10.0.0",
"@dhis2-ui/css": "10.0.0",
"@dhis2-ui/divider": "10.0.0",
"@dhis2-ui/field": "10.0.0",
"@dhis2-ui/file-input": "10.0.0",
"@dhis2-ui/header-bar": "10.0.0",
"@dhis2-ui/help": "10.0.0",
"@dhis2-ui/input": "10.0.0",
"@dhis2-ui/intersection-detector": "10.0.0",
"@dhis2-ui/label": "10.0.0",
"@dhis2-ui/layer": "10.0.0",
"@dhis2-ui/legend": "10.0.0",
"@dhis2-ui/loader": "10.0.0",
"@dhis2-ui/logo": "10.0.0",
"@dhis2-ui/menu": "10.0.0",
"@dhis2-ui/modal": "10.0.0",
"@dhis2-ui/node": "10.0.0",
"@dhis2-ui/notice-box": "10.0.0",
"@dhis2-ui/organisation-unit-tree": "10.0.0",
"@dhis2-ui/pagination": "10.0.0",
"@dhis2-ui/popover": "10.0.0",
"@dhis2-ui/popper": "10.0.0",
"@dhis2-ui/portal": "10.0.0",
"@dhis2-ui/radio": "10.0.0",
"@dhis2-ui/required": "10.0.0",
"@dhis2-ui/segmented-control": "10.0.0",
"@dhis2-ui/select": "10.0.0",
"@dhis2-ui/selector-bar": "10.0.0",
"@dhis2-ui/sharing-dialog": "10.0.0",
"@dhis2-ui/switch": "10.0.0",
"@dhis2-ui/tab": "10.0.0",
"@dhis2-ui/table": "10.0.0",
"@dhis2-ui/tag": "10.0.0",
"@dhis2-ui/text-area": "10.0.0",
"@dhis2-ui/tooltip": "10.0.0",
"@dhis2-ui/transfer": "10.0.0",
"@dhis2-ui/user-avatar": "10.0.0",
"@dhis2/ui-constants": "10.0.0",
"@dhis2/ui-forms": "10.0.0",
"@dhis2/ui-icons": "10.0.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/alert",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Alert",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/portal": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-icons": "10.0.0-alpha.8",
"@dhis2-ui/portal": "10.0.0",
"@dhis2/ui-constants": "10.0.0",
"@dhis2/ui-icons": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/box",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Box",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
12 changes: 6 additions & 6 deletions components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/button",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Button",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/layer": "10.0.0-alpha.8",
"@dhis2-ui/loader": "10.0.0-alpha.8",
"@dhis2-ui/popper": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-icons": "10.0.0-alpha.8",
"@dhis2-ui/layer": "10.0.0",
"@dhis2-ui/loader": "10.0.0",
"@dhis2-ui/popper": "10.0.0",
"@dhis2/ui-constants": "10.0.0",
"@dhis2/ui-icons": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
16 changes: 8 additions & 8 deletions components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/calendar",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Calendar",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,15 +33,15 @@
"styled-jsx": "^4"
},
"dependencies": {
"@dhis2-ui/button": "10.0.0-alpha.8",
"@dhis2-ui/card": "10.0.0-alpha.8",
"@dhis2-ui/input": "10.0.0-alpha.8",
"@dhis2-ui/layer": "10.0.0-alpha.8",
"@dhis2-ui/popper": "10.0.0-alpha.8",
"@dhis2-ui/button": "10.0.0",
"@dhis2-ui/card": "10.0.0",
"@dhis2-ui/input": "10.0.0",
"@dhis2-ui/layer": "10.0.0",
"@dhis2-ui/popper": "10.0.0",
"@dhis2/multi-calendar-dates": "2.0.0-alpha.5",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-icons": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"@dhis2/ui-icons": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/card",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Card",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/center",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Center",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
8 changes: 4 additions & 4 deletions components/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/checkbox",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Checkbox",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2-ui/field": "10.0.0-alpha.8",
"@dhis2-ui/required": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2-ui/field": "10.0.0",
"@dhis2-ui/required": "10.0.0",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/chip",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Chip",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/cover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/cover",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI Cover",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions components/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dhis2-ui/css",
"version": "10.0.0-alpha.8",
"version": "10.0.0",
"description": "UI CSS",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.8",
"@dhis2/ui-constants": "10.0.0",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
Loading

0 comments on commit 6045863

Please sign in to comment.