- Issue created by @jmolivas
- ๐ฌ๐งUnited Kingdom aaron.ferris
aaron.ferris โ made their first commit to this issueโs fork.
- Merge request !17Issue #3472795: add typed config to the parent construct โ (Open) created by aaron.ferris
- Status changed to Needs review
7 months ago 3:10pm 8 September 2024 - ๐ฌ๐งUnited Kingdom aaron.ferris
Raised an MR for this, it'll be for ~10.2+ however, I think ConfigFormBase was changed around that time.
- ๐บ๐ธUnited States jmolivas El Centro, CA
Thanks for the MR @aaron.ferris since this chance was 10.2+ this means we may going to break lower Drupal versions prior to that? what do you suggest could be the ideal path to avoid breaking previous versions?
- ๐ฌ๐งUnited Kingdom aaron.ferris
Hello, not really sure if thereโs a preferred approach but we could have a different branch for Drupal 11
IE:
1.0.x = < 11
2.0.x = > 11That way this change wonโt break for anyone on D10, but for those on Drupal 11 they can move onto the 2.x branch.
- ๐บ๐ธUnited States jmolivas El Centro, CA
Make sense and like the approach, thanks for the suggestion
- ๐บ๐ธUnited States apmsooner
@jmolivas:
We'll need to create a 2.x version with dependencies: ^10.2 || ^11 and than change 1.x dependencies to just: ^10.1
- ๐บ๐ธUnited States jmolivas El Centro, CA
Yup make sense @apmsooner thanks for confirming