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

sync #1

Closed
wants to merge 25 commits into from
Closed

sync #1

wants to merge 25 commits into from

Commits on Mar 19, 2024

  1. feat: switch input-otp to composition (#3052)

    * feat: switch input-otp to composition
    
    * feat: add disabled
    shadcn authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f199dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix nextjs docs (#3075)

    dferber90 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3a4c3b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat: blocks (#3094)

    shadcn authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    79c054a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

Commits on Mar 25, 2024

  1. fix: authentication-03 block misalignment (#3101)

    * Update authentication-03.tsx
    
    * new york
    keremcs authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d487206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c3da3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c50a32 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1da3e74 View commit details
    Browse the repository at this point in the history
  2. chore: update bug_report.yml

    shadcn authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c86f1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda9274 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc9f71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bc3d38 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9044d89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9813c59 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat: e-commerce dashboard blocks (#3236)

    * feat(blocks): add e-commerce dashboard
    
    * feat(blocks): add products pages
    
    * style(blocks): run prettier
    
    * feat(www): update dashboard-05
    
    * feat(www): update gap for dashboard-05
    
    * feat(www): update dashboards
    
    * fix(www): review a11y for new blocks
    
    * fix(blocks): a11y for dashboard-07
    
    * fix(www): blocks background
    
    * chore: update registry
    shadcn authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f47bb97 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: lift mode (#3380)

    * feat(www): wip break everything
    
    * feat(www): wip chunks
    
    * feat(www): wip chunk mode
    
    * feat: lift mode
    
    * feat: update chunks
    
    * fix: resize in lift mode
    
    * fix: hasLiftMode
    
    * fix: types
    
    * fix: toolbar
    
    Thanks @mrnbpt
    
    * chore: format check
    
    * feat: add tracking for enable_lift_mode
    
    * chore: format write
    
    * docs: add changelog
    shadcn authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7590fb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. fix(blocks): replace code with @/components/ui imports while copying …

    …from lift-mode (#3401)
    
    FIXES : https://x.com/jimmeyer/status/1776487418150981661?s=46
    
    The copy button in lift mode was copying code having imports as "@/registry/.../*.tsx" 
    
    This PR replaces all the imports by "@/components/ui/*.tsx"
    aakash19here authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bf0c8b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix(www): remove unused chunk

    shadcn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    bebc284 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. feat(www): add description and edit in v0 to examples (#3518)

    * feat(www): add description and edit in v0 to examples
    
    * fix: missing icon
    shadcn authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    11c31af View commit details
    Browse the repository at this point in the history
  2. fix: edit components

    shadcn committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    afc553d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix: 🐛 lift mode duplicate ids lead to incorrect behavior (#3433)

    ## Bug:
    
    When clicking on the "Lift Mode" Text instead of the toggle itself, since there were multiple `lift-mode` ids before (one for each block), the incorrect toggle would be activated.
    
    https://github.com/shadcn-ui/ui/assets/61006057/261ec82f-9274-4e0a-ac21-5e3aa3ceece3
    
    ## Fix:
    
    Instead of the id being static I changes the `id`, as well as the `htmlFor` attributes to `lift-mode-${block.name}`. This prevents duplicate ids, as long as there are no two blocks with the same name.
    flixlix authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9aaaf42 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on May 13, 2024

  1. fix: quick fix to data attribute at CommandPrimitive.Item that was ap…

    …plying a disabled state style all the time (#3680)
    
    Data attributes at <CommandPrimite.List /> component should be written as data-[disabled=true] in order to avoid styles being applied to element, even when it's not disabled.
    ricardoraposo authored May 13, 2024
    Configuration menu
    Copy the full SHA
    13d9693 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat: bump cmdk + use data attributes for styling (#2626)

    * feat: bump `cmdk` + use data attributes for styling
    
    * refactor: bump again
    
    * Merge remote-tracking branch 'upstream/main' into cmdk-bump-and-styles
    
    * Revert "Merge remote-tracking branch 'upstream/main' into cmdk-bump-and-styles"
    
    This reverts commit d74be6b.
    
    * chore: sync `pnpm-lock`
    kevinmitch14 authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4aa8b02 View commit details
    Browse the repository at this point in the history
  2. fix(www): combobox

    shadcn committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    06cc0cd View commit details
    Browse the repository at this point in the history