sylvainjule / kirby-pagetable

Display subpages in a flexible table section. Kirby 3 only.
MIT License
113 stars 11 forks source link

Incompatible with 3.6.0 #66

Closed afbora closed 2 years ago

afbora commented 3 years ago

I'm getting following error on 3.6.0-alpha versions.

Uncaught TypeError: Cannot read property 'TYPED_ARRAY_SUPPORT' of undefined

afbora commented 3 years ago

Related issue https://github.com/getkirby/kirby/issues/3628

afbora commented 3 years ago

Uncaught TypeError: Cannot read property 'TYPED_ARRAY_SUPPORT' of undefined

This issue fixed on Kirby.

afbora commented 3 years ago

$model->panel()->image() doesn't return cards and list keys anymore. Instead, src and srcset keys at the top level that correspond to the new $layout parameter.

image.list issue should be fixed for 3.6

https://github.com/sylvainjule/kirby-pagetable/blob/master/src/components/PageTable.vue#L300-L301

bastianallgeier commented 3 years ago

There's now a PR for 3.6: https://github.com/sylvainjule/kirby-pagetable/pull/69