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

Controls: Add UI to create new story files #26875

Merged
merged 93 commits into from
Apr 25, 2024

Commits on May 14, 2023

  1. Fix typo

    joaonunomota committed May 14, 2023
    Configuration menu
    Copy the full SHA
    84b1609 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    764c819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75564f3 View commit details
    Browse the repository at this point in the history
  3. Fix autodocs link

    joaonunomota committed May 15, 2023
    Configuration menu
    Copy the full SHA
    bd34ef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bba00d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8e2820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dad7e2d View commit details
    Browse the repository at this point in the history
  7. Fix grammar

    joaonunomota committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3a209e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. feat: Update title to support 'of' prop

    Partially implements #22490
    Sidnioulz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    975c32d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0baa41a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    266266d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

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

Commits on Oct 6, 2023

  1. fix addon-links stories

    JReinhold committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ad2d183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff51e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    3830eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636fd4f View commit details
    Browse the repository at this point in the history
  3. Update MIGRATION.md

    joaonunomota committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4b05aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c40902b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a723e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

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

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    e6cba31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0675bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92ba347 View commit details
    Browse the repository at this point in the history
  4. Disable TurboSnap

    valentinpalkovic committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2e6862a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86eeb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1c6ae9 View commit details
    Browse the repository at this point in the history
  7. fix CI

    valentinpalkovic committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0757f18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e89b365 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    944ff5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    333329a View commit details
    Browse the repository at this point in the history
  3. Change generic parser to use @babel/parser

    es-module-parser was not supporting jsx syntax. Other fast alternatives like acorn were evaluated,
    but either the parsing wasn't sufficient or the parser wasn't maintained anymore.
    @babel/parser fits our requirements the best, although it might be one of the slower AST parsers.
    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0c19a46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b81b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a449d8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f37b98 View commit details
    Browse the repository at this point in the history
  7. Update error message

    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b2ba678 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    343081b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30eb66a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa49c94 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    19b6094 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aac320d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f9d81b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05ac43c View commit details
    Browse the repository at this point in the history
  15. Modal polishing

    valentinpalkovic committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f1808c8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1d423a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cfec679 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Polishing

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2cf3ea2 View commit details
    Browse the repository at this point in the history
  2. Polish skeleton

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e0af40b View commit details
    Browse the repository at this point in the history
  3. Polish no results

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c3f0177 View commit details
    Browse the repository at this point in the history
  4. Add FileSearchModal

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fa134a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0596ca2 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    1c194d8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9077f9e View commit details
    Browse the repository at this point in the history
  8. Fix test

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f29966e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1378113 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7817b0 View commit details
    Browse the repository at this point in the history
  11. WIP

    valentinpalkovic committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a007256 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    3cf9846 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    valentinpalkovic committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6a961aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda5336 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcc3ca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    f9ba2f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26907 from storybookjs/jeppe/fix-nextjs-js-e2e

    E2E: Test `nextjs/default-ts` instead of `nextjs/default-js`
    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3c33b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c20d18 View commit details
    Browse the repository at this point in the history
  4. fix migration

    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    6dadc7c View commit details
    Browse the repository at this point in the history
  5. rename Subtitle stories

    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3889e83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c204ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce73138 View commit details
    Browse the repository at this point in the history
  8. simplify Title extraction

    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ee0dd00 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #22552 from joaonunomota/subtitle-of-prop

    Blocks: Add support for `of` prop to `Subtitle`
    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2bff7a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5542e3a View commit details
    Browse the repository at this point in the history
  11. Move migration note

    JReinhold committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    688cf18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b2ddea View commit details
    Browse the repository at this point in the history
  13. Fix tests

    valentinpalkovic committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d310cb9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01dcbd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    466a774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fc3a0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ede75 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23728 from Sidnioulz/feat/22490-Title

    Addon-Docs: Title blocks to support `of` prop
    JReinhold committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    37b8aef View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    b6c900a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a1e098 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26939 from storybookjs/jeppe/sandbox-fix-monospac…

    …e-fonts
    
    Sandboxes: Fix inconsistent monospace fonts in Chromatic
    JReinhold committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9148b6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3eb412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caf3f2a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24400 from storybookjs/fix-links-stories

    Addon-links: Fix stories
    JReinhold committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    18e298a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aadfc1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #26899 from storybookjs/chore/fix-rendering-of-sta…

    …teful-tabs-component
    
    UI: Fix not re-rendering tabs on state change
    JReinhold committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4c1d585 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    3625c2e View commit details
    Browse the repository at this point in the history
  2. Update snapshot

    valentinpalkovic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7c89f0f View commit details
    Browse the repository at this point in the history
  3. Fix play function

    valentinpalkovic committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    397ab28 View commit details
    Browse the repository at this point in the history