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

ms word addin release v1.2.0 #30

Merged
merged 50 commits into from
Jul 7, 2022
Merged

Commits on Jun 23, 2022

  1. Complete licensing info

    sylvinus committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    065a9b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. feat(chrome-extension): first run experience

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4f61b00 View commit details
    Browse the repository at this point in the history
  2. feat(chrome-extension): optimize ui for 600x600

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ddc4687 View commit details
    Browse the repository at this point in the history
  3. feat(chrome-extension): collects adapt event metrics

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    3188998 View commit details
    Browse the repository at this point in the history
  4. Create CODE_OF_CONDUCT.md

    TazeYoung authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    10db077 View commit details
    Browse the repository at this point in the history
  5. feat(ms-word-addin): collects apdapt event metrics

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    71a240f View commit details
    Browse the repository at this point in the history
  6. test(visual-engine): fix tests after dict update

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    da2a4f7 View commit details
    Browse the repository at this point in the history
  7. test: add run tests script to main package.json

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    896da9f View commit details
    Browse the repository at this point in the history
  8. style: fix lint errors

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    f2b1ce9 View commit details
    Browse the repository at this point in the history
  9. ci: add github action to continuous integration

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    57961a9 View commit details
    Browse the repository at this point in the history
  10. build(chrome-extension): update description in manifest.json

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    46aaea1 View commit details
    Browse the repository at this point in the history
  11. feat(chrome-extension): improve ui in main menu

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e2d4cf4 View commit details
    Browse the repository at this point in the history
  12. build(ms-word-addin): do not generate .env file when build in CI

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e5b45bc View commit details
    Browse the repository at this point in the history
  13. build(ms-word-addin): set env vars in CI

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    add8fe4 View commit details
    Browse the repository at this point in the history
  14. feat: add dynamic ext preview

    aradjdi authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8a4b7e7 View commit details
    Browse the repository at this point in the history
  15. fix: sanitize html + add style

    aradjdi authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e722f83 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    26791f5 View commit details
    Browse the repository at this point in the history
  17. style(ms-word-addin): remove unused import

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ef7294d View commit details
    Browse the repository at this point in the history
  18. fix: restore default text preview when empty

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    780443e View commit details
    Browse the repository at this point in the history
  19. v1.1.0

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    48ecc5a View commit details
    Browse the repository at this point in the history
  20. fix: double adaptation in AdaptContainer

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9fbb4d4 View commit details
    Browse the repository at this point in the history
  21. v1.1.1

    Elias Boukamza authored and eboukamza committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ecc9385 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. feat(settings): add ticknessOptions

    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    36820be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b4e75 View commit details
    Browse the repository at this point in the history
  3. refactor(ms-word-addin): simplify sendDocument logic

    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ab3c435 View commit details
    Browse the repository at this point in the history
  4. build: avoid error on Windows yarn install

    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cafc745 View commit details
    Browse the repository at this point in the history
  5. feat(ms-word-addin): replace images by default image when Word image …

    …list is not equal to html image list to avoid wrong conversion
    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    7fa485c View commit details
    Browse the repository at this point in the history
  6. build: remove develop branch on pull_request check

    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    bc726c6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #18 from ContentSquare/feat/ms-word-addin-images

    feat: ms word addin images
    eboukamza authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    48017c9 View commit details
    Browse the repository at this point in the history
  8. build: add a status badge in the readme

    Elias Boukamza committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ca22bc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge pull request #19 from ContentSquare/build/badge

    build: add a status badge in the readme
    sylvinus authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    73ae7c0 View commit details
    Browse the repository at this point in the history
  2. fix: pull up <p> tag to parent component in AdaptContainer

    Solves a problem with AdaptContainer in MS Word addin
    Elias Boukamza committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    1973478 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Merge pull request #21 from ContentSquare/fix/adapt-container-editable

    fix: pull up <p> tag to parent component in AdaptContainer
    eboukamza authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    c466b27 View commit details
    Browse the repository at this point in the history
  2. feat(ms-word-addin): adapt selected text

    Elias Boukamza committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    43cc9a9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from ContentSquare/feat/ms-word-addin-adapt-se…

    …lection
    
    feat(ms-word-addin): adapt selected text
    eboukamza authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8c0b3ec View commit details
    Browse the repository at this point in the history
  4. refactor(ms-word-addin): reading tools in DialogBox

    Elias Boukamza committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2dbc477 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused emit in AdaptContainer

    Elias Boukamza committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    2b42e8c View commit details
    Browse the repository at this point in the history
  6. fix(ms-word-addin): PreviewContainer size

    Elias Boukamza committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    bbe4368 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge pull request #23 from ContentSquare/refactor/ms-word-addin-comp…

    …onents
    
    refactor: ms word addin components
    eboukamza authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cf05a03 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. build: bump lerna to 5.1.x

    Elias Boukamza committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    d61a064 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from ContentSquare/build/bump-lerna-version

    build: bump lerna to 5.1.x
    eboukamza authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7b0bd68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    635327b View commit details
    Browse the repository at this point in the history
  4. fix(ms-word-addin): move <img> elements outside <p> elements to avoid…

    … wrong shade lines height calculation
    Elias Boukamza committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    61154f1 View commit details
    Browse the repository at this point in the history
  5. feat(ms-word-addin): optimize settings UI for 350px

    Elias Boukamza committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dc62552 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Merge pull request #26 from ContentSquare/fix/ms-word-images-with-sha…

    …de-lines
    
    fix(ms-word-addin): move <img> elements outside <p> elements to avoid…
    eboukamza authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e395bd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from ContentSquare/feat/optimize-ms-word-settings

    feat optimize ms word addin UI
    eboukamza authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    32839f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a92393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47d04a5 View commit details
    Browse the repository at this point in the history
  5. fix(ms-word-addin): handle images in adapt selection

    Elias Boukamza committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f8b46de View commit details
    Browse the repository at this point in the history
  6. v1.2.0

    Elias Boukamza committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9d0536b View commit details
    Browse the repository at this point in the history