Skip to content
Snippets Groups Projects
  1. Feb 26, 2018
  2. Feb 23, 2018
  3. Feb 22, 2018
  4. Feb 16, 2018
  5. Feb 10, 2018
    • ivanixgames's avatar
      Fix issue 1212 · b2f048b0
      ivanixgames authored
      - Call scrollToCategoryByName('My Blocks') after custom block is created
      - Cannot assume custom blocks section will be last category
      - May pose issue during localization efforts
      b2f048b0
  6. Feb 09, 2018
  7. Feb 08, 2018
  8. Feb 07, 2018
  9. Feb 01, 2018
  10. Jan 31, 2018
  11. Jan 30, 2018
  12. Jan 29, 2018
  13. Jan 26, 2018
  14. Jan 23, 2018
  15. Jan 12, 2018
  16. Jan 10, 2018
    • Paul Kaplan's avatar
      Check for experimental-webgl context also. · aff4ecdd
      Paul Kaplan authored
      aff4ecdd
    • chrisgarrity's avatar
      Support IE just enough to show unsupported modal (#1213) · 3ddb26de
      chrisgarrity authored
      * Added object.assign polyfill
      
      * Fix IE load failure
      
      Don’t call `(window.AudioContext || window.webkitAudioContext)()` if platform is IE
      
      Catch any other errors, and display Browser unsupported in error-boundary.
      
      If for some reason there are no other errors (unlikely), preview-modal will still check for IE and show the unsupported modal.
      
      Polyfilling Object.assign is enough to get through load and show the modal for IE. We can always switch to `babel-polyfill` if there are others needed later, but for now this is smaller.
      Unverified
      3ddb26de
Loading