1. 29 7月, 2020 3 次提交
  2. 18 7月, 2020 1 次提交
  3. 17 7月, 2020 2 次提交
  4. 16 7月, 2020 1 次提交
  5. 07 7月, 2020 1 次提交
  6. 06 7月, 2020 1 次提交
    • V
      build(bundle): use ES6 to import swagger-client symbols (#6208) · e3b3bf03
      Vladimir Gorej 提交于
      swagger-client in versions =3.10.9 exports it's build artifacts in multiple ways.
      One artifact is exposed as ES5 compatible code with ES6 imports.
      We use this fact to utilize webpack tree shaking algorithm.
      This commit also updates swagger-client to v3.10.0
      and decreases bundle size for around 10%.
      e3b3bf03
  7. 04 7月, 2020 1 次提交
    • V
      refactor(swagger-client): fix import of helpers (#6190) · 95c3da19
      Vladimir Gorej 提交于
      Import of helpers from swagger-client worked because of the fact
      that commonjs exports are basically an objects that can be destructured.
      Whenever swagger-client switches to ES6 imports as primary mechanism
      of webpack consuptions imports like that will fail. This change makes
      sure that import mechanism is both compatible with ES6 and commonjs
      import systems.
      
      Along with that rename default import of swagger-client
      to more appropriate SwaggerClient.
      95c3da19
  8. 23 6月, 2020 2 次提交
  9. 22 6月, 2020 1 次提交
  10. 19 6月, 2020 1 次提交
  11. 16 6月, 2020 6 次提交
  12. 12 6月, 2020 1 次提交
    • V
      fix(Markdown): render markdown in more secure way · a616cb47
      Vladimir Gorej 提交于
      This commit changes markdown sanitization behaviour in following way:
      
      class, style and data-* attributes are removed by default. These attributes
      open possible vulnerability vectors to attackers.
      
      The original behavior of sanitizer (before this commit) can be enabled by *useUnsafeMarkdown* configuration option.
      Use this configuration option with caution and only in cases when you know
      what you're doing.
      a616cb47
  13. 11 6月, 2020 6 次提交
  14. 04 6月, 2020 1 次提交
  15. 02 6月, 2020 3 次提交
  16. 30 5月, 2020 2 次提交
  17. 29 5月, 2020 1 次提交
  18. 21 5月, 2020 1 次提交
  19. 14 5月, 2020 2 次提交
  20. 07 5月, 2020 2 次提交
  21. 05 4月, 2020 1 次提交