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

[Mobile] List V2 Support #42702

Merged
merged 19 commits into from
Aug 3, 2022
Merged

[Mobile] List V2 Support #42702

merged 19 commits into from
Aug 3, 2022

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    e4e7b80 View commit details
    Browse the repository at this point in the history
  2. Mobile - Register ListItem block

    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a69486c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73ca23 View commit details
    Browse the repository at this point in the history
  4. Mobile - Export useRefEffect

    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    b73c2be View commit details
    Browse the repository at this point in the history
  5. List V2 - Make it compatible with mobile by passing two props to thei…

    …r inner blocks and selecting a native TagName
    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    589c987 View commit details
    Browse the repository at this point in the history
  6. Mobile - ListItem block - Add native variant

    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a8e4e5c View commit details
    Browse the repository at this point in the history
  7. List V2 - Add style prop for mobile

    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    9094e3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea6067f View commit details
    Browse the repository at this point in the history
  9. Mobile - ListItem - Pass style instead of specific values to prevent …

    …other data like fontSize/lineHeight
    Gerardo committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    281d792 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Mobile - Add List V2 feature flag

    Gerardo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b0621f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'trunk' into rnmobile/list-v2

    Gerardo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0eeb139 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. [Mobile] - List V2 - List Style Type (#42703)

    * Mobile - List V2:
    
    - List Item - Add support for list type for both ordered and standard icon.
    - List - Avoid passing the start prop on Mobile
    
    * Mobile - ListStyleType - Fix default color
    
    * Mobile - ListItem - Add margin for parent list
    
    * Mobile - ListItem - Check if there's a default font size from the theme
    
    * Mobile - ListItem - Add deleteEnter for RichText
    
    * Mobile - ListItem - Remove unneeded theme fontSize parsing
    
    * Mobile - ListItem - Fix list margins
    
    * Mobile - ListItem - Fix margins
    
    * Mobile - Global styles - Parse font sizes
    
    * Mobile - List Style - Use theme.json font size as a default if its a block based theme
    Gerardo Pacheco authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    21c3d36 View commit details
    Browse the repository at this point in the history
  2. Mobile - Update CHANGELOG

    Gerardo committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    14edb0c View commit details
    Browse the repository at this point in the history
  3. Mobile - List Block V2 - Unit tests

    Gerardo committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    76b3d02 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Mobile - BlockList - Fix appender

    Gerardo committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4e3c015 View commit details
    Browse the repository at this point in the history
  2. Mobile - RichText - Add container width prop

    Gerardo committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    9b4b45a View commit details
    Browse the repository at this point in the history
  3. Mobile - List V2 - Fix issue on Android where the font size / line-he…

    …ight updates weren't showing correctly due to issues with the views layout
    Gerardo committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d694c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ccdd35 View commit details
    Browse the repository at this point in the history
  5. Mobile - Update RichText snapshots

    Gerardo committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    aa84328 View commit details
    Browse the repository at this point in the history