Skip to content
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: based-ghost/react-functional-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: based-ghost/react-functional-select
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 50 files changed
  • 1 contributor

Commits on Dec 2, 2022

  1. changed seperator node type from div to span in IndicatorIcons compon…

    …ent; update storybook code block color scheme
    based-ghost committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f4ffb45 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. update stories

    based-ghost committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    cd8a1cf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. changed separator node type from div to span in Indicator IndicatorIc…

    …ons component; hoisted the memo wrapper from the MultiValue component to it's parent Value component (in addition, modified the Value component props to now take a boolean "hasInput" instead of a string "inputValue" to reduce the amount of renders triggered during search input mutations).; fix React Hooks linter rule warnings (although triggered erroneously it looks like)
    based-ghost committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e8d5aa3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. refactor unit tests

    based-ghost committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    8cae75e View commit details
    Browse the repository at this point in the history
  2. refactor unit tests

    based-ghost committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    63ce8d1 View commit details
    Browse the repository at this point in the history
  3. refactor unit tests

    based-ghost committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    42a6320 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. replace deprecated rollup-plugin-terser with @rollup/plugin-terser an…

    …d update rollup.config.mjs
    based-ghost committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    59617ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f88bf9b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. changed separator element type from div to span in Indicator Indicato…

    …rIcons component. Changed span element to be represented as a standard span element instead of a styled component (CSS targeting span moved to immediate parent div element); hoisted the memo wrapper from the MultiValue component to it's parent Value component (in addition, modified the Value component props to now take a boolean "hasInput" instead of a string "inputValue" to reduce the amount of renders triggered during search input mutations); fix React Hooks linter rule warnings (although triggered erroneously it looks like); code refactoring to reduce bundle size
    based-ghost committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    fa66299 View commit details
    Browse the repository at this point in the history
  2. v5.0.0

    based-ghost committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    43006b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    f54887b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. bump node deps/dev deps

    based-ghost committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    8929ba9 View commit details
    Browse the repository at this point in the history
Loading