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

Maroto V2 (Draft) #273

Closed
wants to merge 190 commits into from
Closed

Maroto V2 (Draft) #273

wants to merge 190 commits into from

Commits on Sep 13, 2023

  1. Add docs

    johnfercher committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d46188b View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4c1f83d View commit details
    Browse the repository at this point in the history
  3. Delete CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e2be918 View commit details
    Browse the repository at this point in the history
  4. Add coverpage

    johnfercher committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a86726 View commit details
    Browse the repository at this point in the history
  5. Add coverpage

    johnfercher committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4db42bd View commit details
    Browse the repository at this point in the history
  6. Create CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5e12c0a View commit details
    Browse the repository at this point in the history
  7. Delete CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fca91f9 View commit details
    Browse the repository at this point in the history
  8. Create CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d549d7e View commit details
    Browse the repository at this point in the history
  9. Delete CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    fd63b18 View commit details
    Browse the repository at this point in the history
  10. Create CNAME

    johnfercher authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    927e7f0 View commit details
    Browse the repository at this point in the history
  11. Add cname

    johnfercher committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bdc68b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Remove cname

    johnfercher committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dd97fc5 View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    johnfercher authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e404b85 View commit details
    Browse the repository at this point in the history
  3. Create CNAME

    johnfercher authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a7dac50 View commit details
    Browse the repository at this point in the history
  4. Delete CNAME

    johnfercher authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ce81fe4 View commit details
    Browse the repository at this point in the history
  5. Create CNAME

    johnfercher authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    82766e2 View commit details
    Browse the repository at this point in the history
  6. Add boilerplate

    Johnathan Fercher committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8894d43 View commit details
    Browse the repository at this point in the history
  7. Add pdf to doc

    Johnathan Fercher committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5bb97e1 View commit details
    Browse the repository at this point in the history
  8. Update pdf example

    johnfercher committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    300a3e8 View commit details
    Browse the repository at this point in the history
  9. startup maroto v2 (#259)

    * Add main abstractions (Maroto, Node, Component, Page, Row, Col)
    * Add metrics decorator (MarotoMetrified, Metrics)
    * Add GetStructure to unit test structure (using go-tree)
    * Maroto computing pages to add on every row add
    * Create Provider abstraction to decouple maroto from gofpdf
    * Create a HTMLProvider to create HTML to prove that the abstraction work with other output
    * Maroto now use Cell as coordination
    * V2 already calling all maroto features, but we need to validate that everything is working
    * Image is validated by example example/imagegrid/v2
    * Change behavior when can´t do an operation in gofpdf, now we are adding a message in the pdf
    * Fixed a behavior on image package where it didn´t follow the cell rule.
    * Using page size from maroto instead of gofpdf to decouple from gofpdf
    * Define component type to facilitate unit testing
    *
    johnfercher authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c2310d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fixs docs

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8614b10 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7e5e446 View commit details
    Browse the repository at this point in the history
  3. Fix doc

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    8b688e9 View commit details
    Browse the repository at this point in the history
  4. Fix iframe

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    119b74b View commit details
    Browse the repository at this point in the history
  5. Fix iframe

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    57b7911 View commit details
    Browse the repository at this point in the history
  6. Add links

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    19758ca View commit details
    Browse the repository at this point in the history
  7. Standardize nodes (#260)

    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    120078a View commit details
    Browse the repository at this point in the history
  8. V2 bar (#261)

    * Standardize nodes
    
    * Barcode example done
    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    383537a View commit details
    Browse the repository at this point in the history
  9. QrCode done (#262)

    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a23b56a View commit details
    Browse the repository at this point in the history
  10. V2 providertype (#263)

    * ProviderType and test
    * Fix maroto link
    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    14f1391 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09170aa View commit details
    Browse the repository at this point in the history
  12. Feature/v2 improve parallelism (#265)

    * fix parallel generation
    
    * implement image cache
    
    * add mutex on saving images to cache
    
    * reorder newMaroto cache instantiation
    
    * remove metrics from inner generate, replace image
    
    * merge v2, implement html merge
    F-Amaral authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bb0df7b View commit details
    Browse the repository at this point in the history
  13. Update examples (#266)

    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    fb1dbc8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ebd4a9 View commit details
    Browse the repository at this point in the history
  15. Improve document

    johnfercher committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f81eef0 View commit details
    Browse the repository at this point in the history
  16. Improve design (#268)

    johnfercher authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1299474 View commit details
    Browse the repository at this point in the history
  17. fix generate async (#269)

    * fix generate async
    
    * change maroto config input params
    F-Amaral authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b6236b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b55897b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    4d90610 View commit details
    Browse the repository at this point in the history
  2. Add header

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    3a48a29 View commit details
    Browse the repository at this point in the history
  3. Update examples

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6289681 View commit details
    Browse the repository at this point in the history
  4. Update pdf in docs

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    512ac8f View commit details
    Browse the repository at this point in the history
  5. Improve abstractions

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c146d68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe61ea9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b063e8 View commit details
    Browse the repository at this point in the history
  8. Improve docs

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    669a1e0 View commit details
    Browse the repository at this point in the history
  9. Add draw.io

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4d39928 View commit details
    Browse the repository at this point in the history
  10. Update docs

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    9f3d5bc View commit details
    Browse the repository at this point in the history
  11. Update docs

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    8642e16 View commit details
    Browse the repository at this point in the history
  12. Update cover

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    db0bfe3 View commit details
    Browse the repository at this point in the history
  13. Doc alpha almost done

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    4bee51f View commit details
    Browse the repository at this point in the history
  14. Revise english

    johnfercher committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f7272ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a71e871 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. * Add empty col and row

    * Add register footer
    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e47da9b View commit details
    Browse the repository at this point in the history
  2. Change example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6ba3415 View commit details
    Browse the repository at this point in the history
  3. Improve sidebar links

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    63c75c1 View commit details
    Browse the repository at this point in the history
  4. Improve examples

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a9ee5d0 View commit details
    Browse the repository at this point in the history
  5. Move examples

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    41630b9 View commit details
    Browse the repository at this point in the history
  6. Move examples

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5d4c247 View commit details
    Browse the repository at this point in the history
  7. Add all examples

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    2200d49 View commit details
    Browse the repository at this point in the history
  8. Add header example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    38f161b View commit details
    Browse the repository at this point in the history
  9. Add footer example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    90f780e View commit details
    Browse the repository at this point in the history
  10. Add footer example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5c15da4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5f878d View commit details
    Browse the repository at this point in the history
  12. Improve README.md order

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3577d21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b89b630 View commit details
    Browse the repository at this point in the history
  14. Fix space in readme

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    745861a View commit details
    Browse the repository at this point in the history
  15. Add custom size example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a5d19c2 View commit details
    Browse the repository at this point in the history
  16. Add margins example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c3298eb View commit details
    Browse the repository at this point in the history
  17. Fix index.html

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a4773f6 View commit details
    Browse the repository at this point in the history
  18. Add col and row style

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5c68cba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    20105ac View commit details
    Browse the repository at this point in the history
  20. Billing example

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4d7da58 View commit details
    Browse the repository at this point in the history
  21. Emphasize speed

    johnfercher committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8334552 View commit details
    Browse the repository at this point in the history
  22. Simplify col (#275)

    johnfercher authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c4f1c30 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1cbe90f View commit details
    Browse the repository at this point in the history
  24. Fix linter (#277)

    johnfercher authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    248992f View commit details
    Browse the repository at this point in the history
  25. Fix mockery (#278)

    johnfercher authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a43eeeb View commit details
    Browse the repository at this point in the history
  26. Fix examples (#279)

    johnfercher authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a4b6c36 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    1533557 View commit details
    Browse the repository at this point in the history
  2. Change v2 mod

    johnfercher committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f8b9cca View commit details
    Browse the repository at this point in the history
  3. Change v2 mod

    johnfercher committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    a1e7d03 View commit details
    Browse the repository at this point in the history
  4. Change v2 mod

    johnfercher committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    098e9c4 View commit details
    Browse the repository at this point in the history
  5. Change maroto to pkg

    johnfercher committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fbd41ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff23b7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a867d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    920e087 View commit details
    Browse the repository at this point in the history
  9. refactor v2 package structure to unify go mod (#291)

    * refactor v2 package structure to unify go mod
    
    * make dod
    
    * Update version
    
    ---------
    
    Co-authored-by: John Fercher <[email protected]>
    F-Amaral and johnfercher authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    105692f View commit details
    Browse the repository at this point in the history
  10. Fix link

    johnfercher committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    df59518 View commit details
    Browse the repository at this point in the history
  11. Add custom fonts (#293)

    johnfercher authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    70dac75 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3955738 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update README.md (#294)

    Add visits badge
    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    46aa90d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    089e974 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    998bcae View commit details
    Browse the repository at this point in the history
  4. Update README.md

    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f8cfbeb View commit details
    Browse the repository at this point in the history
  5. Update README.md

    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4dec576 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    johnfercher authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5975855 View commit details
    Browse the repository at this point in the history
  7. Update roadmap

    johnfercher committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5aa627d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28ff38f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Improve package organization and usage + allow more options on cell s…

    …tyles. (#295)
    
    * Improve package organization
    * Improve package usage
    * Allow more options on cell styles.
    * Documentation (https://maroto.io/#/v2/features/cellstyle?id=cell-style)
    johnfercher authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c35b88f View commit details
    Browse the repository at this point in the history
  2. Update docs

    johnfercher committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a2840be View commit details
    Browse the repository at this point in the history
  3. Update docs

    johnfercher committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0e7dbbc View commit details
    Browse the repository at this point in the history
  4. Add page number (#297)

    * Add pager number parameters on builder
    * Add docs
    * Add example
    * Create Page props
    * Using page props on page creation by maroto
    * Change SetNumber of Page to receive total pages too
    * Compute TextProp from PageProp
    johnfercher authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e8e5a1f View commit details
    Browse the repository at this point in the history
  5. Update docs

    johnfercher committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c77e892 View commit details
    Browse the repository at this point in the history
  6. Update coverpage

    johnfercher committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4a9b040 View commit details
    Browse the repository at this point in the history
  7. Move tests (#298)

    johnfercher authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8c130f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. V2 test (#299)

    johnfercher authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2e8649c View commit details
    Browse the repository at this point in the history
  2. Clean docs

    johnfercher committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    08f7473 View commit details
    Browse the repository at this point in the history
  3. Improve docs

    johnfercher committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    db11cd0 View commit details
    Browse the repository at this point in the history
  4. Update examples

    johnfercher committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4c1b4d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    259f3be View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. TableList v2 (#301)

    johnfercher authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    bdf9a97 View commit details
    Browse the repository at this point in the history
  2. Fix docs main example

    johnfercher committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fdbc63c View commit details
    Browse the repository at this point in the history
  3. add-page (#303)

    * Add page
    johnfercher authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    7e0f178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    749bd2c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    62bfbd8 View commit details
    Browse the repository at this point in the history
  2. Add metadatas (#306)

    johnfercher authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    92db56b View commit details
    Browse the repository at this point in the history
  3. Add pdf (#307)

    johnfercher authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    bbd8ec8 View commit details
    Browse the repository at this point in the history
  4. Update makefile examples

    johnfercher committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    2567d0c View commit details
    Browse the repository at this point in the history
  5. Update docs

    johnfercher committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    ccaf6de View commit details
    Browse the repository at this point in the history
  6. Add line (#308)

    johnfercher authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1228e6a View commit details
    Browse the repository at this point in the history
  7. Fix list example

    johnfercher committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    56ff4be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03341e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e613b6d View commit details
    Browse the repository at this point in the history
  10. New release

    johnfercher committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    bb8b97a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    a1b7092 View commit details
    Browse the repository at this point in the history
  2. Add benchmark

    johnfercher committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    d9ccb55 View commit details
    Browse the repository at this point in the history
  3. Add benchmark

    johnfercher committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    f925b6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d38470c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe92d09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    969f0f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Update README.md

    johnfercher authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c2a8ed2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    28988e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c449a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b145241 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    c565731 View commit details
    Browse the repository at this point in the history
  2. Redesign of image and code features with cache enabled + standardize …

    …usage of bytes inside maroto (#319)
    johnfercher authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    b2bccbc View commit details
    Browse the repository at this point in the history
  3. Update version

    johnfercher committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    69deda6 View commit details
    Browse the repository at this point in the history
  4. Update docs (#320)

    johnfercher authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    597058b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c185974 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    9910b8b View commit details
    Browse the repository at this point in the history
  2. Update version

    johnfercher committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c80526e View commit details
    Browse the repository at this point in the history
  3. Fix proportion (#323)

    johnfercher authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3fb9b67 View commit details
    Browse the repository at this point in the history
  4. Update version

    johnfercher committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b5c4d0d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Add background (#324)

    johnfercher authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    f6b78da View commit details
    Browse the repository at this point in the history
  2. Update version

    johnfercher committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    c6da9e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d4660 View commit details
    Browse the repository at this point in the history
  4. update version

    johnfercher committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    9f408e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd3b1b0 View commit details
    Browse the repository at this point in the history
  6. Refactor image (#327)

    johnfercher authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    10de07b View commit details
    Browse the repository at this point in the history
  7. Update version

    johnfercher committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    369789c View commit details
    Browse the repository at this point in the history
  8. Refactor merge (#328)

    johnfercher authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    1f5086d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    04ce38b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    f3e6393 View commit details
    Browse the repository at this point in the history
  2. Update version

    johnfercher committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3321a54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4e3640 View commit details
    Browse the repository at this point in the history
  4. Update version 35

    johnfercher committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    090541e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cafb63 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fix flake tests (#333)

    johnfercher authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    62f4191 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    81d412d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    ac4ec81 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    2cb4639 View commit details
    Browse the repository at this point in the history
  2. Update version

    johnfercher committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    73bc391 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. V2 test signature (#337)

    johnfercher authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6b676a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38646f6 View commit details
    Browse the repository at this point in the history
  3. Examples tests (#339)

    johnfercher authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8c58c77 View commit details
    Browse the repository at this point in the history
  4. Update tests and version

    johnfercher committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    04109aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f907ea7 View commit details
    Browse the repository at this point in the history
  6. Improve col tests (#341)

    johnfercher authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0cecd01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb2e738 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6925a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. V2 test rect prop (#344)

    johnfercher authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3400cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    cf7dc87 View commit details
    Browse the repository at this point in the history
  2. Update docs

    johnfercher committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    79e98d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Increase codecov (#347)

    johnfercher authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4819045 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    5f049f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50dee42 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    6a09c2d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    johnfercher authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    11cc556 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    johnfercher authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dd0d2af View commit details
    Browse the repository at this point in the history
  4. Update README.md

    johnfercher authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    24470b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e19700f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Delete CNAME

    johnfercher authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7fe77fd View commit details
    Browse the repository at this point in the history
  2. Create CNAME

    johnfercher authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1d10f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6197ee3 View commit details
    Browse the repository at this point in the history
  4. Add metrics tests (#354)

    johnfercher authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    515a2c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    c29ce84 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. V2 props test (#357)

    johnfercher authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2de93e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e00fe0 View commit details
    Browse the repository at this point in the history
  3. Update version

    johnfercher committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    093992d View commit details
    Browse the repository at this point in the history