Skip to content

Commit

Permalink
added deprecation for equalTabHeight attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Oct 16, 2023
1 parent 6f64752 commit feddc12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/block/tab-content/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ import { attributes } from './schema'
import { withVersion } from '~stackable/higher-order'

const deprecated = [
{
attributes: attributes( '3.12.2' ),
migrate: attributes => {
return {
...attributes,
equalTabHeight: true,
}
},
save: withVersion( '3.12.2' )( Save ),
},
// Support the new combined opacity and color.
{
attributes: attributes( '3.11.9' ),
Expand Down

0 comments on commit feddc12

Please sign in to comment.