purdue / bulma-blocks
Adds Gutenberg blocks based on Bulma.io CSS framework
Installs: 217
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 3
Language:JavaScript
Type:wordpress-plugin
Requires
- php: >=7.0
- dev-master
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6.1
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- dev-fix/img-block-align-size-logic
- dev-fix/link-card
- dev-feat/add-linkcard-subtext
- dev-feat/add-square-link-card
- dev-fix/columns-mobile-dividers-styles
- dev-fix/section-paddings
- dev-fix/link-card-vertical
- dev-fix/image-block
- dev-feat/e2e-section
- dev-feat/e2e-link-card
- dev-feat/e2e-image
- dev-feat/e2e-icon
- dev-feat/e2e-hero
- dev-feat/e2e-container
- dev-feat/e2e-columns
- dev-feat/e2e-box
- dev-feat/add-wp-script-config
- dev-hotfix/adjust-linkCard-style
This package is not auto-updated.
Last update: 2024-11-16 14:37:03 UTC
README
Adds Gutenberg blocks based on Bulma.io CSS framework
Changelog
Relevant changes are documented below.
[1.4.2] - 2020-11-4
Updated
- Added square image option to link card.
- Update vertical card hover effect and alignment.
[1.4.1] - 2020-11-2
Updated
- Fix for columns block where the dividers were still on the right of each column after the columns had collapsed to one column.
- Update
is-medium
andis-large
padding values for the section block. - Added protection check for when no image is selected for a vertical link card.
[1.4.0] - 2020-09-25
Added
- Jest and Puppeteer end-to-end testing suites for all blocks.
[1.3.3] - 2020-08-31
Updated
- Column add/remove logic fixed and improved
[1.3.2] - 2020-07-30
Updated
- Link card fixes
[1.3.0] - 2020-07-16
Updated
- Link card fixes
- Gold background to section
Added
- Column classname
[1.2.4] - 2020-06-24
Added
- Update bulma section block, add an option for boilermaker gold background color.
[1.2.3] - 2020-06-11
Added
- Update link card block, make the link text editable
- Add configuration to make them work on Drupal
[1.1.0] - 2020-05-13
Added
- Initial public release