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

1.0.3

12 Jul 18:46
Compare
Choose a tag to compare

Notable changes

Changed

  • Bump WP tested-to to 5.8.0. (0d210eb)
  • Update webpack from 5.40.0 to 5.44.0. (c26ace5)

Security

  • Bump sirbrillig/phpcs-variable-analysis from 2.11.1 to 2.11.2. (c26ace5)
  • Bump resolve-bin from 0.4.0 to 4.4.1. (c26ace5)
  • Bump eslint from 7.29.0 to 7.30.0. (c26ace5)

1.0.3 RC 1

12 Jul 18:26
Compare
Choose a tag to compare
1.0.3 RC 1 Pre-release
Pre-release

Notable changes

Changed

  • Update webpack from 5.40.0 to 5.44.0. (c26ace5)

Security

  • Bump sirbrillig/phpcs-variable-analysis from 2.11.1 to 2.11.2. (c26ace5)
  • Bump resolve-bin from 0.4.0 to 4.4.1. (c26ace5)
  • Bump eslint from 7.29.0 to 7.30.0. (c26ace5)

1.0.2

28 Jun 16:22
Compare
Choose a tag to compare

Notable changes

Changed

  • Update eslint from 7.27.0 to 7.29.0. (62a6aab)
  • Update webpack from 5.37.1 to 5.40.0. (62a6aab)
  • Update @wordpress/babel-preset-default from 6.1.0 to 6.2.0. (62a6aab)

Fixed

  • Fix #69 outline style buttons need background. (4023822)

Security

  • Bump trim-newlines from 3.0.0 to 3.0.1. (3d07281)
  • Bump sirbrillig/phpcs-variable-analysis from 2.11.0 to 2.11.1. (8f453a5)
  • Bump @wordpress/eslint-plugin from 9.0.5 to 9.0.6. (62a6aab)
  • Bump @wordpress/npm-package-json-lint-config from 4.0.4 to 4.0.5. (62a6aab)
  • Bump @wordpress/stylelint-config from 19.0.4 to 19.0.5. (62a6aab)
  • Bump postcss from 8.3.0 to 8.3.5. (62a6aab)
  • Bump cssnano from 5.0.4 to 5.0.6. (62a6aab)
  • Bump webpack-cli from 4.7.0 to 4.7.2. (62a6aab)
  • Bump copy-webpack-plugin from 9.0.0 to 9.0.1. (62a6aab)
  • Bump @wordpress/dependency-extraction-webpack-plugin from 3.1.3 to 3.1.4. (62a6aab)
  • Bump @babel/core and @babel/runtime from 7.14.3 to 7.14.6. (62a6aab)

1.0.2 RC 1

25 Jun 18:24
Compare
Choose a tag to compare
1.0.2 RC 1 Pre-release
Pre-release

Notable changes

Changed

  • Update eslint from 7.27.0 to 7.29.0. (62a6aab)
  • Update webpack from 5.37.1 to 5.40.0. (62a6aab)
  • Update @wordpress/babel-preset-default from 6.1.0 to 6.2.0. (62a6aab)

Fixed

  • Fix #69 outline style buttons need background. (4023822)

Security

  • Bump sirbrillig/phpcs-variable-analysis from 2.11.0 to 2.11.1. (8f453a5)
  • Bump @wordpress/eslint-plugin from 9.0.5 to 9.0.6. (62a6aab)
  • Bump @wordpress/npm-package-json-lint-config from 4.0.4 to 4.0.5. (62a6aab)
  • Bump @wordpress/stylelint-config from 19.0.4 to 19.0.5. (62a6aab)
  • Bump postcss from 8.3.0 to 8.3.5. (62a6aab)
  • Bump cssnano from 5.0.4 to 5.0.6. (62a6aab)
  • Bump webpack-cli from 4.7.0 to 4.7.2. (62a6aab)
  • Bump copy-webpack-plugin from 9.0.0 to 9.0.1. (62a6aab)
  • Bump @wordpress/dependency-extraction-webpack-plugin from 3.1.3 to 3.1.4. (62a6aab)
  • Bump @babel/core and @babel/runtime from 7.14.3 to 7.14.6. (62a6aab)

1.0.1

07 Jun 18:53
Compare
Choose a tag to compare

Hotfix: Notable changes

Fixed

  • Fix hiding deprecated accordion block from block inserter.
  • Fix #67 use client-side wp.data.dispatch method to hide blocks instead of server-side allowed_blocks filter.

1.0.0

01 Jun 18:09
Compare
Choose a tag to compare

Notable changes

Added

  • Create a guide for making contributions in CONTRIBUTING.md. (2741912)
  • Filter block (filter and filter-section) to replace the now-deprecated Search Filter block (search-filter, search-filter-input, and search-filter-section). This refactored version uses Block API 2, moves the UI controls to frontend JS, matches markup to core Search block, and resolves issues #7, #56, and #57. (9471cdc)
  • New Accordions block (accordions, accordion-heading, and accordion-section) to replace the now-deprecated Accordion block (accordion and accordion-panel). This refactored version uses Block API 2 and resolves issues #24, #25, #51, #52, and #53. (8f33744)
  • Button and Buttons blocks to replace WP Core versions, close #54. Custom versions mostly replicate the core versions of those blocks but remove features we do not want users to use, like radius controls. (887bc64)
  • Filter to manage blocks allowed in editor inserter. (32370ba)
  • Add postcss as a dev dependency (required by PostCSS CLI and PostCSS Import). (5a86ebe)

Changed

  • Bump WordPress tested-to to 5.7.2 and minimum supported version to 5.7.
  • Expand on the bug report and pull request templates, close #50. (2741912)
  • Complete README including list of HRSWP blocks provided, close #6. (92ed6de)
  • Replace GPL 2.0 license with a GPL 3.0 license. (9ba18d7 and 2e335b8)
  • Update block registration method to use metadata from block.json directly. (f1058fb)
  • Simplify Composer coding standards scripts. (742aaee)
  • Replace Travis CI with GitHub Actions, close #60. (2817e66)
  • Replace deprecated WP Stylelint config dependency with new version. (ca4da08)
  • Bump @wordpress/stylelint-config from 19.0.2 to 19.0.4 and stylelint from 13.7.1 to 13.13.1. (00c76bb)
  • Bump postcss from 8.2.8 to 8.3.0. (00c76bb)
  • Bump classnames from 2.2.6 to 2.3.1. (00c76bb)
  • Bump @wordpress/dependency-extraction-webpack-plugin from 3.1.0 to 3.1.3. (00c76bb)
  • Bump @babel/core from 7.13.14 to 7.14.3 and @babel/runtime from 7.13.10 to 7.14.0. (00c76bb)
  • Bump eslint from 7.9.0 to 7.27.0. (b833f80 and 00c76bb)
  • Bump squizlabs/php_codesniffer from 3.5.6 to 3.6.0. (00c76bb)
  • Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.0 to 0.7.1. (00c76bb)
  • Bump sirbrillig/phpcs-variable-analysis from 2.8.3 to 2.11.0. (00c76bb)
  • Upgrade cssnano from 4.1.10 to 5.0.4. (00c76bb)
  • Upgrade @wordpress/babel-preset-default from 5.1.0 to 6.1.0. (00c76bb)
  • Upgrade to Webpack 5: webpack from 4.44.2 to 5.37.1; webpack-bundle-analyzer from 3.9.0 to 4.4.2; webpack-cli from 3.3.12 to 4.7.0; source-map-loader from 1.1.0 to 3.0.0; and copy-webpack-plugin from 6.1.1 to 9.0.0. (346f8f6 and 00c76bb)
  • Upgrade PostCSS build tools: postcss-cli from 8.0.0 to 8.3.0 and postcss-import from 12.0.1 to 14.0.2. (5a86ebe)
  • Upgrade JS linters: @wordpress/eslint-plugin from 7.2.1 to 9.0.5; @wordpress/npm-package-json-lint-config from 3.1.0 to 4.0.4; and WP prettier from 2.0.5 to 2.2.1-beta-1. (b833f80 and 00c76bb)

Deprecated

  • HRSWP searchFilter, searchFilterSection, and searchFilterInput blocks. (9471cdc)
  • HRSWP accordion, accordion-panel, and accordion-input blocks. (bcf2e9a)
  • WP Core button and buttons blocks. (887bc64)

Removed

  • Remove Thread Loader dependency and script from Webpack config until it works with Webpack 5. (346f8f6)

Fixed

  • Fix #55 Sidebar block layout like Columns block to prevent collapse when empty. (3517d17)
  • Fix #58 update Notifcation block to use hrswp/button. (757bfc4)
  • Fix copy webpack plugin pattern syntax: no longer need .[ext] after copy-webpack-plugin version 8.0.0. (d33c4f2)
  • Fix eslint "no-unresolved" error from missing import. (1c73230)

Security

  • Bump browserslist from 4.16.4 to 4.16.6. (b9b1008)
  • Bump y18n from 4.0.0 to 4.0.1. (d64059b)
  • Bump elliptic from 6.5.3 to 6.5.4. (40289ab)
  • Bump dot-prop from 4.2.0 to 4.2.1. (f335f90)
  • Bump ini from 1.3.5 to 1.3.8. (1bc8c67)

1.0.0 RC 1

26 May 19:02
Compare
Choose a tag to compare
1.0.0 RC 1 Pre-release
Pre-release

Notable changes

Added

  • Create a guide for making contributions in CONTRIBUTING.md. (2741912)
  • Filter block (filter and filter-section) to replace the now-deprecated Search Filter block (search-filter, search-filter-input, and search-filter-section). This refactored version uses Block API 2, moves the UI controls to frontend JS, matches markup to core Search block, and resolves issues #7, #56, and #57. (9471cdc)
  • New Accordions block (accordions, accordion-heading, and accordion-section) to replace the now-deprecated Accordion block (accordion and accordion-panel). This refactored version uses Block API 2 and resolves issues #24, #25, #51, #52, and #53. (8f33744)
  • Button and Buttons blocks to replace WP Core versions, close #54. Custom versions mostly replicate the core versions of those blocks but remove features we do not want users to use, like radius controls. (887bc64)
  • Filter to manage blocks allowed in editor inserter. (32370ba)
  • Add postcss as a dev dependency (required by PostCSS CLI and PostCSS Import). (5a86ebe)

Changed

  • Expand on the bug report and pull request templates, close #50. (2741912)
  • Complete README including list of HRSWP blocks provided, close #6. (92ed6de)
  • Replace GPL 2.0 license with a GPL 3.0 license. (9ba18d7 and 2e335b8)
  • Update block registration method to use metadata from block.json directly. (f1058fb)
  • Simplify Composer coding standards scripts. (742aaee)
  • Replace Travis CI with GitHub Actions, close #60. (2817e66)
  • Replace deprecated WP Stylelint config dependency with new version. (ca4da08)
  • Bump @wordpress/stylelint-config from 19.0.2 to 19.0.4 and stylelint from 13.7.1 to 13.13.1. (00c76bb)
  • Bump postcss from 8.2.8 to 8.3.0. (00c76bb)
  • Bump classnames from 2.2.6 to 2.3.1. (00c76bb)
  • Bump @wordpress/dependency-extraction-webpack-plugin from 3.1.0 to 3.1.3. (00c76bb)
  • Bump @babel/core from 7.13.14 to 7.14.3 and @babel/runtime from 7.13.10 to 7.14.0. (00c76bb)
  • Bump eslint from 7.9.0 to 7.27.0. (b833f80 and 00c76bb)
  • Bump squizlabs/php_codesniffer from 3.5.6 to 3.6.0. (00c76bb)
  • Bump dealerdirect/phpcodesniffer-composer-installer from 0.7.0 to 0.7.1. (00c76bb)
  • Bump sirbrillig/phpcs-variable-analysis from 2.8.3 to 2.11.0. (00c76bb)
  • Upgrade cssnano from 4.1.10 to 5.0.4. (00c76bb)
  • Upgrade @wordpress/babel-preset-default from 5.1.0 to 6.1.0. (00c76bb)
  • Upgrade to Webpack 5: webpack from 4.44.2 to 5.37.1; webpack-bundle-analyzer from 3.9.0 to 4.4.2; webpack-cli from 3.3.12 to 4.7.0; source-map-loader from 1.1.0 to 3.0.0; and copy-webpack-plugin from 6.1.1 to 9.0.0. (346f8f6 and 00c76bb)
  • Upgrade PostCSS build tools: postcss-cli from 8.0.0 to 8.3.0 and postcss-import from 12.0.1 to 14.0.2. (5a86ebe)
  • Upgrade JS linters: @wordpress/eslint-plugin from 7.2.1 to 9.0.5; @wordpress/npm-package-json-lint-config from 3.1.0 to 4.0.4; and WP prettier from 2.0.5 to 2.2.1-beta-1. (b833f80 and 00c76bb)

Deprecated

  • HRSWP searchFilter, searchFilterSection, and searchFilterInput blocks. (9471cdc)
  • HRSWP accordion, accordion-panel, and accordion-input blocks. (bcf2e9a)
  • WP Core button and buttons blocks. (887bc64)

Removed

  • Remove Thread Loader dependency and script from Webpack config until it works with Webpack 5. (346f8f6)

Fixed

  • Fix #55 Sidebar block layout like Columns block to prevent collapse when empty. (3517d17)
  • Fix #58 update Notifcation block to use hrswp/button. (757bfc4)
  • Fix copy webpack plugin pattern syntax: no longer need .[ext] after copy-webpack-plugin version 8.0.0. (d33c4f2)
  • Fix eslint "no-unresolved" error from missing import. (1c73230)

Security

  • Bump browserslist from 4.16.4 to 4.16.6. (b9b1008)
  • Bump y18n from 4.0.0 to 4.0.1. (d64059b)
  • Bump elliptic from 6.5.3 to 6.5.4. (40289ab)
  • Bump dot-prop from 4.2.0 to 4.2.1. (f335f90)
  • Bump ini from 1.3.5 to 1.3.8. (1bc8c67)

0.6.0

22 Sep 17:00
Compare
Choose a tag to compare

Notable changes

Bug Fixes

  • Fix #41 WP core Columns styles override Sidebar column widths. (6f4c1f4)

Documentation

  • Increment WP tested-to to 5.5.1.

Build Tooling

  • ⬆️ Update Composer dev dependencies.
  • ⬆️ Update build tool dev dependencies. (7864b6c)

0.6.0 RC1

14 Sep 18:18
Compare
Choose a tag to compare
0.6.0 RC1 Pre-release
Pre-release

Notable changes

Bug Fixes

  • Fix #41 WP core Columns styles override Sidebar column widths. (6f4c1f4)

Build Tooling

  • ⬆️ Update build tool dependencies. (7864b6c)

0.5.0

26 Jun 17:49
Compare
Choose a tag to compare

Notable changes

Features

  • Posts List block with multiple-taxonomy filtering and list or grid style options. (6d153e1)

Enchancements

  • Add decorative icons for post meta display. (6d153e1)
  • Add more font size variables. (6d153e1)

Code Quality

  • Fix class-setup.php phpcs issues. (6d153e1, ca62c14)
  • Consolidate block includes into preexisting Setup class includes method. (6d153e1)
  • Update phpcs.xml.dist to ignore WordPress's 'InvalidClassFileName' rule. (6d153e1)

Build Tooling

  • Fix Copy Webpack Plugin patterns syntax for v6.0 changes. (354a8e7)
  • Refactor Travis CI config to use jobs and separate test steps. (f472fb6)
  • PHP coding standards linter updates: PHP Codesniffer, WPCS coding standards, and PHPCS Variable Analysis. (bb34e38)
  • Update WordPress Stylelint config plugin to 17.0.0. (e4fabc4)
  • Update Webpack build plugins Copy Webpack Plugin and Source Map Loader. (7ad650a)
  • Update ESLint and associated plugins, WP ESLint plugin and WP Prettier. (15c37e5)
  • Update non-breaking NPM dependencies (6d153e1):
    • WordPress Babel preset: update to latest version.
    • WordPress dependency extraction Webpack plugin: update to latest version.
    • NPM package linter: update to latest version.
    • PostCSS CLI: update to the latest version.
    • Stylelint: update to the latest version.
    • Webpack, Webpack Bundle Analyzer plugin, and Webpack CLI: update to the latest versions.