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: adaptui/react-tailwind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1-alpha.2
Choose a base ref
...
head repository: adaptui/react-tailwind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.1-alpha.3
Choose a head ref
  • 20 commits
  • 135 files changed
  • 2 contributors

Commits on Feb 24, 2021

  1. 1 Configuration menu
    Copy the full SHA
    ef2423d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    65c8d3d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Mar 1, 2021

  1. fix: separate theme from tailwind config (#87)

    * fix: separate theme from tailwind config
    
    * fix: ts theme system
    
    * chore: fix test theme config path
    
    * test: added tests for mergeTheme utilities
    
    * fix: 🐛  theme object rendering merged classes
    
    * chore: husky fix
    anuraghazra authored Mar 1, 2021
    1 Configuration menu
    Copy the full SHA
    cafe7ee View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. test: added switch tests (#88)

    * test: added tests for switch
    
    * test: added test case for checked prop control
    
    * test: added switch disabled check
    
    * chore: review update
    anuraghazra authored Mar 2, 2021
    1 Configuration menu
    Copy the full SHA
    97bd83e View commit details
    Browse the repository at this point in the history
  2. test: added badge tests (#89)

    * test: added tests for badge
    
    * chore: review update
    anuraghazra authored Mar 2, 2021
    1 Configuration menu
    Copy the full SHA
    3507410 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. fix: exclude tests & testUtils from final build (#91)

    * fix: exclude tests from final build
    
    * fix: remove renderlesskit.config theme from final build & type defs
    anuraghazra authored Mar 3, 2021
    1 Configuration menu
    Copy the full SHA
    3bb57e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

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

Commits on Mar 12, 2021

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

Commits on Mar 15, 2021

  1. feat: added initial tooltip (#74)

    * feat: added initial tooltip
    
    * refactor(tooltip): ♻️  fix tooltip bug with ui buttons
    
    * feat: improved tooltip, added TooltipBody & arrow position fix
    
    * chore: fix storybook & variant
    
    * chore: arrow icon position fixes
    
    * chore: fix css in tooltip body, causing arrow issue
    
    * chore: fine adjustments
    
    * chore: extracted arrow icon
    
    * chore: added arrow option
    
    * refactor(tooltip): ♻️  update ui to match the design
    
    * refactor(tooltip): ♻️  update tooltip docs & api
    
    * chore: added prefix prop
    
    * refactor(tooltip): ♻️  update tooltip reference
    
    * chore: omit prefix
    
    * chore: change to showArrow
    
    * refactor(tooltip): ♻️ update tooltip anim with transition (#99)
    
    Co-authored-by: Navin <[email protected]>
    anuraghazra and navin-moorthy authored Mar 15, 2021
    1 Configuration menu
    Copy the full SHA
    86c59be View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

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

Commits on Mar 25, 2021

  1. Input v1 (#100)

    * feat: added initial input
    
    * refactor(input): ♻️  update input rfc
    
    * feat: added addon prefix suffix with auto width
    
    * fix: pointer events and children updates
    
    * fix: fixed input addon paddings & improved
    
    * chore: fix padding
    
    * chore: added more examples in storybook
    
    * chore: improve focus styles and fixed select styles
    
    * chore: fix rounding styles
    
    * feat: added InputPrefix & Suffix elements
    
    * chore: input zindex fix
    
    * fix: prefix/suffix elements
    
    * feat: added new input api
    
    * refactor: rename components
    
    * chore: rename AddonTypes
    
    * refactor: input group & input cleanup refactor
    
    * fix: improve width calculation logic
    
    * fix: filter children in Input
    
    * refactor: simplify input logic & add better types
    
    * chore: use node types
    
    * refactor(input): ♻️ update styles for the input (#103)
    
    Co-authored-by: anuraghazra <[email protected]>
    
    * refactor(input): ♻️  fix input addon small screen fix
    
    * refactor(input): ♻️  update effects in input & group
    
    * chore: remove input rfc
    
    * refactor(input): 💄  update input styles to match ui
    
    * refactor(input): ♻️  update input styles
    
    * fix: input prefix pointer events & a11y
    
    * chore: stories fix
    
    * chore: remove allowPointerEvents
    
    Co-authored-by: Navin Moorthy <[email protected]>
    anuraghazra and navin-moorthy authored Mar 25, 2021
    1 Configuration menu
    Copy the full SHA
    eee028c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. FormField v1 (#104)

    * feat: added initial form field
    
    * fix: prevent props leaking in dom
    
    * feat: added FormLabelValue, RequiredText & useFormControl
    
    * fix: a11y issues & simplify context logic
    
    * fix: a11y issues with form components & rename props to is prefix
    
    * fix: error text & require text
    
    * fix: radio composite ids
    
    * chore: move react-hook-form to devdeps
    
    * chore: arrange imports
    
    * fix: fixed useFormControl & bind Input to useFormControl
    anuraghazra authored Mar 26, 2021
    1 Configuration menu
    Copy the full SHA
    34e6fc0 View commit details
    Browse the repository at this point in the history
  2. refactor(textarea): ♻️ add textarea (#105)

    Co-authored-by: anuraghazra <[email protected]>
    Co-authored-by: Navin Moorthy <[email protected]>
    Co-authored-by: Anurag <[email protected]>
    navin-moorthy and anuraghazra authored Mar 26, 2021
    1 Configuration menu
    Copy the full SHA
    c21144f View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    290ca4d View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    8489fae View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. chore: add missing entrypoints (#108)

    * chore: add missing entrypoints
    
    * refactor: group stories
    
    * refactor(alert): ♻️  fix alert styles overrides
    
    Co-authored-by: Navin Moorthy <[email protected]>
    anuraghazra and navin-moorthy authored Mar 29, 2021
    1 Configuration menu
    Copy the full SHA
    b227531 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. test: added tests for form-field (#109)

    * test: added tests for form-field
    
    * chore: arrange imports
    anuraghazra authored Mar 31, 2021
    1 Configuration menu
    Copy the full SHA
    17d1342 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    f702e51 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    4d86a65 View commit details
    Browse the repository at this point in the history
Loading