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: woofers/react-sheet-slide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: woofers/react-sheet-slide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 145 files changed
  • 2 contributors

Commits on Oct 19, 2022

  1. Upgrade dependencies

    woofers committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    a1bf654 View commit details
    Browse the repository at this point in the history
  2. Bump to v1.2.2

    Changes:
    
    - Upgrade dependencies
    woofers committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b2921aa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Remove console.log

    TheophileMot authored and woofers committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b6bccaa View commit details
    Browse the repository at this point in the history
  2. Bump to v1.2.3

    woofers authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    14972f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Upgrade deps

    woofers committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d6eba1e View commit details
    Browse the repository at this point in the history
  2. Upgrade demo deps

    woofers committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    d3d9d9b View commit details
    Browse the repository at this point in the history
  3. More deps upgrades

    woofers committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    21c77cc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Move demo site to Next.js 13 App Directory + Tailwind (#5)

    This commit moves react-sheet-slide to use Tailwind + Next.js 13 app directory. It also adds "use client" to the default module entrypoint in v1.2.4
    woofers authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    5b86645 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    580871a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b377b67 View commit details
    Browse the repository at this point in the history
  3. Fix label for attribute

    woofers authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    30804a0 View commit details
    Browse the repository at this point in the history
  4. Fix classnames

    woofers authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f7fa5f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Move to dynamic classNames on wrapper Components

    This commit adds the ability to provide custom
    class names to certain sections of the sheet
    via the wrapper components.
    woofers committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    446ea71 View commit details
    Browse the repository at this point in the history
  2. Bump to v1.3.0

    New Features:
    
    - Allow use of `className` props on wrapper components.  This can be used to style via Tailwind, CSS modules or just provide a constant
    value to target via CSS
    
    Bug Fixes:
    
    - Fix duplicate label IDs on demo site
    - Cap width of sheet on demo site
    woofers committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b2a7c66 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Bump to v1.4.0

    woofers committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a962219 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Move to pnpm

    woofers committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    fc6b857 View commit details
    Browse the repository at this point in the history
Loading