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

Core: Support custom addons using JSX #9648

Merged
merged 19 commits into from Feb 7, 2020
Merged

Core: Support custom addons using JSX #9648

merged 19 commits into from Feb 7, 2020

Commits on Jan 27, 2020

  1. MOVE babel-loader_function to preview folder & ADD COPY of tailored f…

    …or manager
    
    The big change is that now, the babel presets & plugins used for storybook (react) code are ensured for manager injected code
    
    This means addons referenced from preview.js & manager.js will load with babel config including react preset, etc.
    ndelangen committed Jan 27, 2020
    Copy the full SHA
    2828e23 View commit details
    Browse the repository at this point in the history
  2. CLEANUP of dependencies & reduce the likely overkill babel config

    I think emotion & decorators are a bit too opinionated to be injected into everyone's babel config.
    ndelangen committed Jan 27, 2020
    Copy the full SHA
    65c06b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Copy the full SHA
    059031a View commit details
    Browse the repository at this point in the history
  2. FIX lockfile

    ndelangen committed Jan 29, 2020
    Copy the full SHA
    48f196e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abb3bfe View commit details
    Browse the repository at this point in the history
  4. SORT package.json

    ndelangen committed Jan 29, 2020
    Copy the full SHA
    9330764 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e7483bc View commit details
    Browse the repository at this point in the history
  6. FIX ember - seems to merging of preview babel config and manager babe…

    …l config is just too dangerous, as predicted :(
    ndelangen committed Jan 29, 2020
    Copy the full SHA
    55f7f8e View commit details
    Browse the repository at this point in the history
  7. CLEANUP

    ndelangen committed Jan 29, 2020
    Copy the full SHA
    4a7135c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Merge branch 'next' into fix/9421-local-addons

    # Conflicts:
    #	lib/core/package.json
    #	lib/core/src/server/manager/manager-webpack.config.js
    #	lib/core/src/server/preview/iframe-webpack.config.js
    ndelangen committed Feb 6, 2020
    Copy the full SHA
    353c4db View commit details
    Browse the repository at this point in the history
  2. REMOVE babel-6 cli fixture

    ndelangen committed Feb 6, 2020
    Copy the full SHA
    0f5b841 View commit details
    Browse the repository at this point in the history
  3. FIX lockfile

    ndelangen committed Feb 6, 2020
    Copy the full SHA
    07eaf93 View commit details
    Browse the repository at this point in the history
  4. ADD TS support

    ndelangen committed Feb 6, 2020
    Copy the full SHA
    1c4de80 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b3b5c81 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    033153f View commit details
    Browse the repository at this point in the history
  7. REMOVE the error-throwing marko example story

    why would do do this to ourselves?
    ndelangen committed Feb 6, 2020
    Copy the full SHA
    072c7be View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0998319 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Copy the full SHA
    d489e65 View commit details
    Browse the repository at this point in the history
  2. FIX paths

    ndelangen committed Feb 7, 2020
    Copy the full SHA
    997c224 View commit details
    Browse the repository at this point in the history