Clément Tessier
Clément Tessier
In french, when writing dates, there is no ordinal for numbers over 1. - lundi 1er août 2022 :heavy_check_mark: - jeudi 11 août 2022 :heavy_check_mark: - jeudi 11e août 2022...
In dutch locale, the ordinal doesn't show properly, some letters get interpreted. Before the fix: :x: ```javascript dayjs().locale('nl').format('Do'); // 44e dayjs('2022-08-23').locale('nl').format('Do'); // 230te ``` After the fix: :heavy_check_mark: ```javascript dayjs().locale('nl').format('Do');...
This pull request add both React 17 and React 18 to the `peerDependencies`.
## v1.1 (~Q2 2020) - [x] Add possibility to switch between `gd` and `imagick` as the Image driver ➡️ #43 - [x] Upgrade dependencies (e.g. [vuecropper-js](https://github.com/Agontuk/vue-cropperjs/blob/master/CHANGELOG.md)) ➡️ #40 ## v1.2...
Hi, First, thank you for that awesome component! Works like a charm! I am looking for a simple way to clear the input programmatically without the use of the `data-clear`...
Hi! First, thank you for this tool! Very useful! I would like the ability to configure the subject name (routing key) more precisely, in particular be able to: - not...