Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hypeserver/react-date-range
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rbdhack/react-date-range
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 15 files changed
  • 1 contributor

Commits on Dec 10, 2015

  1. Added ability to disable future dates from being selected (useful som…

    …etimes).
    
    Usage:
    add prop disableFutureSelect (bool) - default true
    Radu Buzoianu committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    c681c29 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

  1. Added MonthView and YearView for easy selection

    Radu Buzoianu committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    2be7816 View commit details
    Browse the repository at this point in the history
  2. fixed an issue where the year was not selectable

    Radu Buzoianu committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    4dfa881 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. display calendar as modal

    Radu Buzoianu committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    9fd9981 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. - fixed last month days number.

    Radu Buzoianu committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    bd012a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. IPOST-4513 - [Generic Manager, Filter widget] [Filters, Dynamic Lists…

    … and Data Tables] Change the date picker component
    Radu Buzoianu committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    26e8b38 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. IPOST-4653 - [Edit Contact] 'Invalid date' error message is displayed…

    … underneath 'Birthday' input field when pressing 'Save Changes' button of an already selected birthday contact
    
     - don't select years below 1000 (y2k issue in java-script. JS will believe it is 2999)
    Radu Buzoianu committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    8fd31a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. IPOST-5131 - [Filter][Date-picker] Missing 'Clear' option on date-pic…

    …ker when selecting a data range (2 date-pickers bonded).
    Radu Buzoianu committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9e6c2c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Date-picker closes on left/right arrows, only on Firefox

    Radu Buzoianu committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    462ea8d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. IPOST-5492 - [Generic Manager] Clicking on left/right arrows on date-…

    …picker will refresh the page.
    Radu Buzoianu committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    485c88c View commit details
    Browse the repository at this point in the history
Loading