Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(sbb-calendar): implement initial support for other date libraries #2511

Merged
merged 4 commits into from
Mar 21, 2024

Commits on Mar 20, 2024

  1. refactor(sbb-calendar): implement initial support for other date libr…

    …aries
    
    BREAKING CHANGE:
    The `SbbDatepicker` property `selectedDate` has been renamed to `selected`.
    This also applies to the attribute `selected-date`, which has been renamed to `selected`.
    Additionally the `DateAdapter` (and `NativeDateAdapter`) have been superficially refactored.
    An important change is that the month is now `1`-based, instead of `0`-based.
    kyubisation committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f0a618d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix: review

    kyubisation committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6017303 View commit details
    Browse the repository at this point in the history
  2. fix: review

    kyubisation committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    84617ef View commit details
    Browse the repository at this point in the history
  3. fix: review

    kyubisation committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9581ab6 View commit details
    Browse the repository at this point in the history