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

Dnd5e 2.4.x Compatibility Release 1 #32

Merged
merged 30 commits into from
Nov 17, 2023
Merged

Dnd5e 2.4.x Compatibility Release 1 #32

merged 30 commits into from
Nov 17, 2023

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    77b28ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    817824e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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

Commits on Nov 10, 2023

  1. Merge branch 'main' of github.com:kgar/foundry-tidy5e-sheet-2 into dn…

    …d5e-2.4.x-readiness
    kgar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    dbe69b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b24d37e View commit details
    Browse the repository at this point in the history
  2. Changed module version compatibility to match 2.4.0 release. There ar…

    …e enough breaking changes that it will need to set the minimum to 2.4.0.
    
    Added Race item type.
    
    Swapped out descriptionHTML for enriched.description
    kgar committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f45a721 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:kgar/foundry-tidy5e-sheet-2 into dn…

    …d5e-2.4.x-readiness
    kgar committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7241935 View commit details
    Browse the repository at this point in the history
  4. Implemented Source prototype.

    kgar committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c46bab9 View commit details
    Browse the repository at this point in the history
  5. Added truncate class to span.

    kgar committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    705710b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Removed makeDefault: true on the new Tidy 5e Sheets. I don't think …

    …that's this module's job to set the default sheet.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    18dc031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c363d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df3cc7 View commit details
    Browse the repository at this point in the history
  4. Added source to all relevant items.

    Adjusted Source to truncate its source label span and to respect line height and height styles from parent components.
    
    Made necessary changes to items core styles to support flex child truncation.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a226268 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80220bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b67a1c View commit details
    Browse the repository at this point in the history
  7. Updated vehicle source.

    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0f3d5bc View commit details
    Browse the repository at this point in the history
  8. Added environment tooltip localization variable and leveraged in NPC …

    …environment.
    
    Updated origin summary config to use the source label prop.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    32b71a8 View commit details
    Browse the repository at this point in the history
  9. Added lock file to dev server dist preparation to prevent updating th…

    …e module while doing development.
    
    Turned off the automatic browser URL open when starting the dev server.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d12a199 View commit details
    Browse the repository at this point in the history
  10. Updated source handling to show input when source label is blank. Thi…

    …s prevents there from being just empty space when there's no source at the moment. At least, it invites users to interact with it.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e1f02a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1d1b2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d5667e9 View commit details
    Browse the repository at this point in the history
  13. Created InlineSource component to offer full Source configurability f…

    …or actor sheet headers.
    
    Plugged in InlineSource to NPC sheet.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7014fe6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d943981 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    286ce68 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de370f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b21e9ff View commit details
    Browse the repository at this point in the history
  18. Extracted creature type button to InlineCreateType component and upgr…

    …aded it to handle characters and NPCs correctly.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    41fcb74 View commit details
    Browse the repository at this point in the history
  19. Fixed the issue with changing creature type for PCs. They have specia…

    …l handling which requires they have a race and that the dialog is called in a special way.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8f552c0 View commit details
    Browse the repository at this point in the history
  20. Adjusted character origin summary to make Background and Race readonl…

    …y when the character has a background or race, respectively.
    kgar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    49db7fa View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Fixed effect label warning.

    kgar committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4fff66a View commit details
    Browse the repository at this point in the history