1. 20 9月, 2018 2 次提交
  2. 12 9月, 2018 3 次提交
  3. 11 9月, 2018 2 次提交
  4. 08 9月, 2018 1 次提交
  5. 07 9月, 2018 2 次提交
  6. 05 9月, 2018 1 次提交
  7. 22 8月, 2018 1 次提交
  8. 17 8月, 2018 1 次提交
  9. 07 8月, 2018 1 次提交
    • P
      Web IDE & CodeSandbox · 7b4b9e1c
      Phil Hughes 提交于
      This enables JavaScripts projects to have live previews straight in the
      browser without requiring any local configuration. This uses the
      CodeSandbox package `sandpack` to compile it all inside of an iframe.
      
      This feature is off by default and can be toggled on in the admin
      settings. Only projects with a `package.json` and a `main` key are
      supported.
      
      Updates happen in real-time with hot-reloading. We just watch for
      changes to files and then send them to `sandpack` to allow it to reload
      the iframe. The iframe includes a very simple navigation bar, the text
      bar is `readonly` to stop users navigating away from the preview and
      the back and forward buttons just pop/splice the navigation stack
      which is tracked by a listener on `sandpack`
      
      There is a button inside the iframe which allows the user to open the
      projects inside of CodeSandbox. This button is only visible on
      **public** projects. On private or internal projects this button
      get hidden to protect private code being leaked into an external
      public URL.
      
      Closes #47268
      7b4b9e1c
  10. 03 8月, 2018 1 次提交
  11. 27 7月, 2018 1 次提交
  12. 26 7月, 2018 1 次提交
  13. 25 7月, 2018 1 次提交
  14. 20 7月, 2018 1 次提交
  15. 19 7月, 2018 1 次提交
  16. 14 7月, 2018 1 次提交
    • M
      update webpack to v4.16 · f7737117
      Mike Greiling 提交于
      update several webpack loaders and plugins
      
      upgrade nodemon
      
      upgrade karma
      
      upgrade karma-webpack
      
      update karma-jasmine to fix broken reporter timer
      f7737117
  17. 11 7月, 2018 1 次提交
  18. 07 7月, 2018 1 次提交
  19. 05 7月, 2018 1 次提交
  20. 02 7月, 2018 1 次提交
  21. 26 6月, 2018 1 次提交
  22. 25 6月, 2018 2 次提交
  23. 20 6月, 2018 1 次提交
  24. 16 6月, 2018 1 次提交
  25. 15 6月, 2018 1 次提交
  26. 11 6月, 2018 1 次提交
  27. 08 6月, 2018 4 次提交
  28. 31 5月, 2018 1 次提交
  29. 30 5月, 2018 3 次提交