Skip to content

Releases: SaeedDev94/ng-persian-datepicker

v6.0.5

14 Jun 09:36
Compare
Choose a tag to compare

Fix some issues caused by [dateValue]

v6.0.4

13 Jun 08:00
Compare
Choose a tag to compare

v6.0.1

11 Jun 17:54
Compare
Choose a tag to compare

v6.0.0

10 Jun 11:55
Compare
Choose a tag to compare

Breaking changes:

  • Using jalali-ts instead of moment-jalaali
  • Disable time by default as most users don't need it

v5.1.1

27 May 16:59
Compare
Choose a tag to compare
  • uiTheme: Partial<IDatepickerTheme>
  • Some improvements

v5.1.0

23 May 14:17
Compare
Choose a tag to compare

Set minimum required angular version to v12.0.0 as users report that it's not working on angular v11.x.x or below!
New input: [dateValue]="FormControl"

Note
Now it's possible to use ng-persian-datepicker without a html input

v5.0.0

20 May 11:38
Compare
Choose a tag to compare

Introducing new feature:

Custom theme

Read README.md file for more details.

Note
There is no breaking changes from v4.x.x to v5.x.x
You can easily upgrade, but if you used uiTheme: string input it will use defaultTheme: IDatepickerTheme and also print a warning in console

v4.1.2

20 Apr 16:08
Compare
Choose a tag to compare

Fix #57