Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 559c26a

Browse files
committed
🔖 v0.38.0
1 parent f6dab2d commit 559c26a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
<a name="0.38.0"></a>
4+
## 0.38.0 (2020-12-06)
5+
6+
### Changed
7+
8+
- 💄 replace tooltip by message explaination [[223de35](https://github.com/bpetetot/conference-hall/commit/223de35f3b5416c9bc68446407b71c145b7c9be8)]
9+
10+
### Fixed
11+
12+
- 🐛 fix address autocomplete not displayed ([#860](https://github.com/bpetetot/conference-hall/issues/860)) [[f6dab2d](https://github.com/bpetetot/conference-hall/commit/f6dab2db0884fd2bd2a062139a9b2e8b2c4ae982)]
13+
- 🐛 fix button disabled for accessibility [[845d1bb](https://github.com/bpetetot/conference-hall/commit/845d1bbdde2b6ddd4d3cd5c9becd9ddaef84a73e)]
14+
- 🐛 add role presentation on icons for accessibility [[a6ff408](https://github.com/bpetetot/conference-hall/commit/a6ff40844002947834675630f26b545dd888fcae)]
15+
- 🐛 fix message thread when no user photo [[e3dbec7](https://github.com/bpetetot/conference-hall/commit/e3dbec76848817d60dd5d154ac451f6fd88f3a31)]
16+
- 🐛 add missing labels to form inputs [[fb03612](https://github.com/bpetetot/conference-hall/commit/fb03612081164fcfe3220e10c7bd4f8f2f204b68)]
17+
- 🐛 fix address autocomplete field [[ea799a0](https://github.com/bpetetot/conference-hall/commit/ea799a0bb25ebc23d0c1ba88556b7316585ed492)]
18+
- 🐛 fix color contrasts [[ed87c10](https://github.com/bpetetot/conference-hall/commit/ed87c100143920ff10854fc6e0d5185c2e957ad7)]
19+
- 🐛 use link instead of button for SubmitTalk [[3a5f6fe](https://github.com/bpetetot/conference-hall/commit/3a5f6fe6b132928cf59500cfc4facce348592c25)]
20+
- 🐛 fix title hierarchy in event page [[ee74ee9](https://github.com/bpetetot/conference-hall/commit/ee74ee9fa7fa1349f31839a08aae26e690f8ef36)]
21+
22+
323
<a name="0.37.0"></a>
424
## 0.37.0 (2020-11-23)
525

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conference-hall",
3-
"version": "0.37.0",
3+
"version": "0.38.0",
44
"private": true,
55
"bugs": "https://github.com/bpetetot/conference-hall/issues",
66
"repository": "github:bpetetot/conference-hall",

0 commit comments

Comments
 (0)