Releases: kidunot89/oil-based-boilerplate
Releases · kidunot89/oil-based-boilerplate
Release-0.0.5
[0.0.5]
Changes
- Dependencies updated
[0.0.4]
Fixes
- Webpack Config - Module extension support fixed
[0.0.3]
Added
npm run link-wp
New script adding for link project directories to local WordPress installation
[0.0.2]
Added
- Reusable Site Component A simple theme made with React and WPGraphQL-Composer. Located at
src/shared/site.jsx
. - Reusable Provider Component A simple wrapper provider made with Apollo and React-Router. Located at
src/shared/provider.jsx
.
Changes
- SCSS Modules Shared and App SCSS build configuration modified
[0.0.1]
Added
- Guten-block boilerplate the boilerplate from Create Guten Block. Located at
src/block
; php
containsplugin/shared.php
for loading shared dependencies,plugin/app.php
for loading options page boilerplate,plugin/blocks.php
for loading guten-blocks, andtheme/functions.php
for loading theme dependencies.src
containstheme/index.js
which is loaded byfunctions.php
,blocks/index.js
which is loading byblocks.php
,app/index.js
which loading byapp.php
, andshared/index.js
which is loaded byshared.php
and used as a dependency by all other scripts project scripts