Skip to content

Commit b04fdcc

Browse files
chore(main): release 1.1.0 (#12)
1 parent cbd4016 commit b04fdcc

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/gravity-ui/date-components/compare/v1.0.0...v1.1.0) (2023-11-02)
4+
5+
6+
### Features
7+
8+
* **Calendar:** allow to controll available modes (days, months, quartes, years) ([ee6e797](https://github.com/gravity-ui/date-components/commit/ee6e797dfef9692bd120df281df7aeef3b7c083a))
9+
* **Calendar:** respects prefers-reduced-motion: reduce ([#13](https://github.com/gravity-ui/date-components/issues/13)) ([cbd4016](https://github.com/gravity-ui/date-components/commit/cbd4016292e67c42a6f51ce2ed6be926bd59c148))
10+
* **DatePicker, RelativeDatePicker:** allow to render custom calendar ([2bc50b6](https://github.com/gravity-ui/date-components/commit/2bc50b69a0c35fef8fd7971c4bcb30752f16ba6b))
11+
312
## 1.0.0 (2023-08-06)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gravity-ui/date-components",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"license": "MIT",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)