@antscorp/antsomi-ui 1.2.0-beta.2 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -0
- package/dist/index.js +1 -1
- package/dist/types/src/components/common/ConfigProvider/ConfigProvider.d.ts +1 -4
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +1 -1
- package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +1 -1
- package/dist/types/src/components/molecules/index.d.ts +1 -1
- package/dist/types/src/index.d.ts +1 -0
- package/dist/types/src/locales/i18n.d.ts +4 -54
- package/dist/types/src/locales/translations.d.ts +6 -29
- package/dist/types/src/types/index.d.ts +0 -1
- package/package.json +4 -4
- package/dist/553.index.js +0 -1
- package/dist/json/14638bd595156a64396a653046e5e5a7.json +0 -33
- package/dist/json/1dbd5812919e8dacbfdefb2ba7273faa.json +0 -33
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
### Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
|
+
|
|
5
|
+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
|
+
|
|
7
|
+
#### [v1.2.0](https://github.com/irisnikita/antsomi-ui/compare/v1.1.11...v1.2.0)
|
|
8
|
+
|
|
9
|
+
- chore(jestTest): config jest test for react component [`f84b44d`](https://github.com/irisnikita/antsomi-ui/commit/f84b44d595c8b6d2b023fe473ec31cb71cfedc9d)
|
|
10
|
+
- chore(locales): add translate config for project [`7332eba`](https://github.com/irisnikita/antsomi-ui/commit/7332eba57f8841b57bfdd1dc93653ff30e8a9fca)
|
|
11
|
+
|
|
12
|
+
#### [v1.1.11](https://github.com/irisnikita/antsomi-ui/compare/v1.1.10...v1.1.11)
|
|
13
|
+
|
|
14
|
+
> 9 April 2023
|
|
15
|
+
|
|
16
|
+
- feat(DatePickerAdvanced): add new DatePickerAdvanced component [`2966953`](https://github.com/irisnikita/antsomi-ui/commit/2966953a8b37978784f00759ffc637b74bddd402)
|
|
17
|
+
- style(GlobalStyle): change global style for date picker when hover [`4a31019`](https://github.com/irisnikita/antsomi-ui/commit/4a3101984c322d292824f71e8a85f2a6ec37eb00)
|
|
18
|
+
- feat(DatePicker.tsx): create DatePicker, AdvancePicker, AdvancedRangePicker component [`e62c8fa`](https://github.com/irisnikita/antsomi-ui/commit/e62c8fa7c88a32949f40b988e263d9d76d0d5a93)
|
|
19
|
+
|
|
20
|
+
#### [v1.1.10](https://github.com/irisnikita/antsomi-ui/compare/v1.1.9...v1.1.10)
|
|
21
|
+
|
|
22
|
+
> 31 March 2023
|
|
23
|
+
|
|
24
|
+
- chore: update package version to 1.1.10-beta.6 [`722e80c`](https://github.com/irisnikita/antsomi-ui/commit/722e80cf61fab78aba82c6252a8cb9dc731c8f7c)
|
|
25
|
+
|
|
26
|
+
#### [v1.1.9](https://github.com/irisnikita/antsomi-ui/compare/v1.1.6...v1.1.9)
|
|
27
|
+
|
|
28
|
+
> 29 March 2023
|
|
29
|
+
|
|
30
|
+
#### [v1.1.6](https://github.com/irisnikita/antsomi-ui/compare/v1.1.5...v1.1.6)
|
|
31
|
+
|
|
32
|
+
> 28 March 2023
|
|
33
|
+
|
|
34
|
+
- chore(Divider.stories.tsx): update links text in Vertical story of Divider component [`e3c3a78`](https://github.com/irisnikita/antsomi-ui/commit/e3c3a78ba368e711f981ab4bf5e2b996b0c7c4f9)
|
|
35
|
+
|
|
36
|
+
#### [v1.1.5](https://github.com/irisnikita/antsomi-ui/compare/v1.1.4...v1.1.5)
|
|
37
|
+
|
|
38
|
+
> 28 March 2023
|
|
39
|
+
|
|
40
|
+
- chore(Divider.stories.tsx): update links in Vertical story to have unique text [`ad7d462`](https://github.com/irisnikita/antsomi-ui/commit/ad7d46246d3d5078d8963321875503f9bcc55c62)
|
|
41
|
+
|
|
42
|
+
#### [v1.1.4](https://github.com/irisnikita/antsomi-ui/compare/v1.1.3...v1.1.4)
|
|
43
|
+
|
|
44
|
+
> 28 March 2023
|
|
45
|
+
|
|
46
|
+
- feat(Divider): add text to Vertical story [`d9288eb`](https://github.com/irisnikita/antsomi-ui/commit/d9288ebd1ea4221fcc74f0d7036981321afa1fa1)
|
|
47
|
+
|
|
48
|
+
#### v1.1.3
|
|
49
|
+
|
|
50
|
+
> 28 March 2023
|
|
51
|
+
|
|
52
|
+
- Create CHANGELOG.md [`5210493`](https://github.com/irisnikita/antsomi-ui/commit/5210493564763454f79b6cee9b7f7eb8f7049189)
|
|
53
|
+
- Init antosmi UI [`175bcd4`](https://github.com/irisnikita/antsomi-ui/commit/175bcd4b05dacb70bfa4c463c0ae53591e344673)
|
|
54
|
+
- chore(package): add and config commitlint [`a56d6c8`](https://github.com/irisnikita/antsomi-ui/commit/a56d6c80205dcb7d8a4b30f5e44f2daac832fedf)
|