Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Releases: washingtonstateuniversity/hrswp-plugin-blocks

3.3.0

10 Nov 19:38
Compare
Choose a tag to compare

Notable changes

Changed

  • Switch from block template to variations with a placeholder for Sidebar block. (2da11fe)
  • Add vertical alignment and stacked-on-mobile attributes for Sibebar block. (2da11fe)
  • Switch from block style to attribute for sidebar orientation on Sidebar block. (2da11fe)
  • Update sidebar icons. (2da11fe)

Fixed

  • Remove inner-block locking to fix missing render appender on Sidebar block and set allowed blocks to empty to prevent inserting new columns. (2da11fe)
  • Only show awards when a database table is selected on the Award Viewer block. (158f2ce)

3.3.0 RC 1

07 Nov 17:41
Compare
Choose a tag to compare
3.3.0 RC 1 Pre-release
Pre-release

Notable changes

Changed

  • Switch from block template to variations with a placeholder for Sidebar block. (2da11fe)
  • Add vertical alignment and stacked-on-mobile attributes for Sibebar block. (2da11fe)
  • Switch from block style to attribute for sidebar orientation on Sidebar block. (2da11fe)
  • Update sidebar icons. (2da11fe)

Fixed

  • Remove inner-block locking to fix missing render appender on Sidebar block and set allowed blocks to empty to prevent inserting new columns. (2da11fe)
  • Only show awards when a database table is selected on the Award Viewer block. (158f2ce)

3.2.0

20 Oct 18:49
Compare
Choose a tag to compare

Notable changes

Added

  • Create Job Classifications block. (14467ac)
  • Create Salary Data block. (b86b44b)
  • Create List Awards block. (1641b53)
  • Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
  • Create HRSWP external content block category. (1641b53)
  • Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)

Changed

  • Bump WP tested-to to 6.0.3.
  • Bump required PHP version to 7.4.
  • Move settings page management to HRS theme. (db25950)
  • Clean up: Prefer import to const for WP dependencies and standardize block.json. (acb2694)
  • Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
  • Set up filter.js class to allow exact match searches and to ignore commas. (f563948)
  • Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
  • Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
  • Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
  • Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
  • Update Composer dependencies. (7effe5f)

Fixed

  • Fix #3 get Filter block "retain headings" option working. (60c1397)

Security

  • Bump cssnano from 5.1.12 to 5.1.13. (3a2d0b9)
  • Bump terser from 5.14.1 to 5.14.2. (ce6fa64)

3.2.0 RC 2

18 Oct 17:57
Compare
Choose a tag to compare
3.2.0 RC 2 Pre-release
Pre-release

Notable changes

Added

  • Create Job Classifications block. (14467ac)
  • Create Salary Data block. (b86b44b)
  • Create List Awards block. (1641b53)
  • Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
  • Create HRSWP external content block category. (1641b53)
  • Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)

Changed

  • Bump required PHP version to 7.4.
  • Move settings page management to HRS theme. (db25950)
  • Clean up: Prefer import to const for WP dependencies and standardize block.json. (acb2694)
  • Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
  • Set up filter.js class to allow exact match searches and to ignore commas. (f563948)
  • Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
  • Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
  • Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
  • Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
  • Update Composer dependencies. (7effe5f)

Fixed

  • Fix #3 get Filter block "retain headings" option working. (60c1397)

Security

  • Bump cssnano from 5.1.12 to 5.1.13. (3a2d0b9)
  • Bump terser from 5.14.1 to 5.14.2. (ce6fa64)

3.2.0 RC 1

09 Sep 18:59
Compare
Choose a tag to compare
3.2.0 RC 1 Pre-release
Pre-release

Notable changes

Added

  • Create Job Classifications block. (14467ac)
  • Create Salary Data block. (b86b44b)
  • Create List Awards block. (1641b53)
  • Add plugin dependency check for required SQLSRV DB plugin. (1641b53)
  • Create HRSWP external content block category. (1641b53)
  • Add REST API store, queries, and sideload image class; update to handle award image data. (b32fa2e, 1641b53)

Changed

  • Clean up: Prefer import to const for WP dependencies and standardize block.json. (acb2694)
  • Wrap Job Classifications block range URL param in quotation marks for exact search. (b45ca5d)
  • Set up filter.js class to allow exact match searches and to ignore commas. (f563948)
  • Upgrade postcss-import from 14.0.2 to 15.0.0. (3a2d0b9)
  • Upgrade @wordpress/scripts from 23.0.0 to 24.0.0. (3a2d0b9)
  • Update @wordpress/icons from 9.2.0 to 9.7.0. (3a2d0b9)
  • Update postcss-preset-env from 7.7.2 to 7.8.1. (3a2d0b9)
  • Update Composer dependencies. (7effe5f)

Fixed

  • Fix #3 get Filter block "retain headings" option working. (60c1397)

Security

  • Bump cssnano from 5.1.12 to 5.1.13. (3a2d0b9)

3.1.1

30 Jun 18:06
Compare
Choose a tag to compare

Notable changes

Fixed

  • Fix sidebar block gap missing after core columns change.

3.1.0

29 Jun 17:51
Compare
Choose a tag to compare

Notable changes

Added

  • Create plugin settings with protected post ID option. (df4a90d)

Changed

  • Hide publication controls from non-admin users for select pages. (df4a90d)
  • Convert setup class to use asset loader functions. (71be3d3)
  • Use for kebab case for class handles in place of snake case. (71be3d3)
  • Update NPM and Composer dev-dependencies. (96cc837)

Removed

  • Remove plugin status option for tracking version in favor of asset file version. (dc84044)

3.1.0 RC 1

28 Jun 17:57
Compare
Choose a tag to compare
3.1.0 RC 1 Pre-release
Pre-release

Notable changes

Added

  • Create plugin settings with protected post ID option. (df4a90d)

Changed

  • Hide publication controls from non-admin users for select pages. (df4a90d)
  • Convert setup class to use asset loader functions. (71be3d3)
  • Use for kebab case for class handles in place of snake case. (71be3d3)
  • Update NPM and Composer dev-dependencies. (96cc837)

Removed

  • Remove plugin status option for tracking version in favor of asset file version. (dc84044)

3.0.0

02 Jun 18:42
Compare
Choose a tag to compare

Notable changes

Breaking changes

  • The HRSWP Spacer block has been removed.
  • The project now uses the @wordpress/scripts package and build targets have changed.

Added

  • New file, blocks.php, to handle server-side block registration instead of in the setup class. (886ccbb)
  • A Markdownlint ignore file to avoid errors in the license or changelog. (886ccbb)

Changed

  • Bump WP tested-to to 6.0.0.
  • Switch to using the @wordpress/scripts package for handling build tools. Update npm scripts, dependencies, and build tool configs. (886ccbb, 6a5f1da, e0158c6, 60b01f6)
  • Correct block.json editorScript and editorStyle props to use registered assets. (886ccbb)
  • Update classes structure and block registration for better wp-scripts compatibility. (886ccbb)
  • Fix #97 Use GitHub forms for issues. (80e27ad)
  • Simplify .gitignore file. (886ccbb)
  • Update callout block for WP Block API v2. (8a2f74f)
  • Update notification block for WP Block API v2. (886ccbb)
  • Refactor posts list block to use API v2 and refactor markup. (389911f)
  • Implement Block API v2 script loading with registered assets for frontend and editor. (a0c63db)
  • Prefer import to const for WP deps with WP Scripts pkg. (e712c37, 16b7910)
  • Update PHP linter config to check PHP 7.4+ and be more lean. (16a476c)
  • Replace phpcompatibility/php-compatibility with phpcompatibility/phpcompatibility-wp. (16a476c)
  • Disable WP experimental APIs ESLint rule in ESLint config. (21a0a51)
  • Upgrade @wordpress/icons from 8.4.0 to 9.0.0. (e695cde)
  • Bump minimist from 1.2.5 to 1.2.6. (2bb788b)

Removed

Fixed

  • Fix #94 Sidebar missing column gap in editor. (16b7910)
  • Fix #93 Accordion block appender button positioning. (e712c37)
  • Fix broken heading drowdown in Accordion block. (e712c37)

3.0.0 RC 1

26 May 17:43
Compare
Choose a tag to compare
3.0.0 RC 1 Pre-release
Pre-release

Notable changes

Breaking changes

  • The HRSWP Spacer block has been removed.
  • The project now uses the @wordpress/scripts package and build targets have changed.

Added

  • New file, blocks.php, to handle server-side block registration instead of in the setup class. (886ccbb)
  • A Markdownlint ignore file to avoid errors in the license or changelog. (886ccbb)

Changed

  • Switch to using the @wordpress/scripts package for handling build tools. Update npm scripts, dependencies, and build tool configs. (886ccbb, 6a5f1da, e0158c6, 60b01f6)
  • Correct block.json editorScript and editorStyle props to use registered assets. (886ccbb)
  • Update classes structure and block registration for better wp-scripts compatibility. (886ccbb)
  • Fix #97 Use GitHub forms for issues. (80e27ad)
  • Simplify .gitignore file. (886ccbb)
  • Update callout block for WP Block API v2. (8a2f74f)
  • Update notification block for WP Block API v2. (886ccbb)
  • Refactor posts list block to use API v2 and refactor markup. (389911f)
  • Implement Block API v2 script loading with registered assets for frontend and editor. (a0c63db)
  • Prefer import to const for WP deps with WP Scripts pkg. (e712c37, 16b7910)
  • Update PHP linter config to check PHP 7.4+ and be more lean. (16a476c)
  • Replace phpcompatibility/php-compatibility with phpcompatibility/phpcompatibility-wp. (16a476c)
  • Disable WP experimental APIs ESLint rule in ESLint config. (21a0a51)
  • Upgrade @wordpress/icons from 8.4.0 to 9.0.0. (e695cde)
  • Bump minimist from 1.2.5 to 1.2.6. (2bb788b)

Removed

Fixed

  • Fix #94 Sidebar missing column gap in editor. (16b7910)
  • Fix #93 Accordion block appender button positioning. (e712c37)
  • Fix broken heading drowdown in Accordion block. (e712c37)