Brandon
e4e996044e
chore(docs): Fix link to Blade in README
2021-02-16 01:16:08 -06:00
Brandon
c8132c7087
chore(docs): Bump minimum requirements
...
* chore(docs): Change mention of Bootstrap to TailwindCSS
2021-02-16 01:14:33 -06:00
Brandon
9a514defdd
chore(docs): Add style to build status badge
2021-02-16 01:11:40 -06:00
Brandon
1ce516f962
fix(lint): Update eslint path
2021-02-16 01:08:50 -06:00
Brandon
947580bded
chore(deps): Bump dependencies
...
revert(assets): Rename js/ back to scripts/
revert(assets): Rename css/ back to styles/
2021-02-16 01:08:50 -06:00
Ben Word
b26f4d949b
Update sponsors [ci skip]
2021-02-16 01:08:50 -06:00
Mosaad
6c76ae10d5
fix(composer): use proper wp cli command name ( #2636 )
2021-02-16 01:08:50 -06:00
Brandon
fca7d333af
chore(deps): Bump dependencies
2021-02-16 01:08:50 -06:00
Brandon
9efe8f65db
chore(deps): Bump dependencies
...
chore(view): Remove tabindex from main selector
2021-02-16 01:08:50 -06:00
Brandon
5a64af4306
chore(deps): optimize tailwind's purgecss dirs
2021-02-16 01:08:50 -06:00
Michael W. Delaney
4cd56fc1a6
enhance(view): Add "skip to content" link ( #2622 )
2021-02-16 01:08:50 -06:00
Brandon
57d0f0f9ec
chore(theme): reword soil docblock
2021-02-16 01:08:50 -06:00
Brandon
b88b70fffc
fix(deps): Remove wildcards from .copyDirectory() in webpack.mix.js
...
chore(deps): Remove reundently passed tailwind config location
chore(deps): Slightly reorganize webpack.mix.js
chore(deps): Bump dependencies
2021-02-16 01:08:50 -06:00
Brandon
0be720795c
chore(deps): Bump dependencies
2021-02-16 01:08:50 -06:00
Brandon
7005ccfa97
chore(ci): Add --frozen-lockfile arg to yarn install
2021-02-16 01:08:50 -06:00
Brandon
ce1dbae0bc
chore(lint): Tone down the lint script
2021-02-16 01:08:50 -06:00
Brandon
1a390a542c
chore(deps): Bump dependencies
2021-02-16 01:08:50 -06:00
Brandon
922ec424d7
chore(project): Remove .circleci and add .github to .gitattributes
...
chore(docs): Change build badge to GitHub actions
2021-02-16 01:08:50 -06:00
Brandon
b9183e3c12
chore(ci): Change workflow event to only target master
2021-02-16 01:08:50 -06:00
Brandon
1e2b668408
enhance(ci): Change from CircleCI to GitHub actions
2021-02-16 01:08:50 -06:00
Brandon
8d47d0431b
wip
2021-02-16 01:08:50 -06:00
Brandon
4c12158efc
wip(ci): Change from CircleCI to GitHub actions
2021-02-16 01:08:50 -06:00
Brandon
decc9ac9af
wip(ci): Change from CircleCI to GitHub actions
2021-02-16 01:08:50 -06:00
Brandon
3da4e89f5d
chore(theme): Remove specificity from custom-units theme support
2021-02-16 01:08:50 -06:00
Brandon
f7fe7f1d55
enhance(theme): Add theme support for custom-line-height
2021-02-16 01:08:50 -06:00
Brandon
4efaf40713
chore(theme): Fix docblock link
2021-02-16 01:08:50 -06:00
Brandon
f514a58132
chore(theme): Move custom-spacing up for visibility
2021-02-16 01:08:50 -06:00
Brandon
a2d5a5771f
enhance(theme): Add theme support for custom-units
2021-02-16 01:08:50 -06:00
Brandon
a1db502e58
enhance(theme): Add theme support for editor-gradient-presets, editor-font-sizes, disable-custom-colors, disable-custom-gradients, disable-custom-font-sizes, custom-spacing
...
enhance(theme): Remove theme support for default block patterns
chore(theme): Reorder actions inside of the `after_setup_theme` hook by usefulness
chore(ci): Add `8.0` to version matrix
2021-02-16 01:08:50 -06:00
Brandon
c9a9e00cf3
fix(ci): Add test to package.json scripts
2021-02-16 01:08:50 -06:00
Brandon
757f5c7a19
fix(ci): Drop PHP 7.2 from test matrix
2021-02-16 01:08:50 -06:00
Brandon
b911b07efb
chore(readme): Update theme structure example
2021-02-16 01:08:50 -06:00
Brandon
be4c81fb7a
chore(view): Remove redundant selector
2021-02-16 01:08:50 -06:00
Brandon
9a82b82388
chore(deps): Remove cross-env as it is no longer necessary
2021-02-16 01:08:50 -06:00
Brandon
0ed9ab724f
feat(assets): Change default CSS framework to Tailwind
...
* enhance(view): Add light default styling for Tailwind
* chore(view): Clean up unnecessary selectors and spacing
* feat(acorn): Update Acorn for Laravel 8.x
* chore(acorn): Create default `bootstrap/` project directory for Laravel 8.x
* refactor(acorn): Split the Acorn bootloader between `functions.php` and `bootstrap/app.php` to coincide with Laravel
* refactor(assets): Lighten the out of the box CSS boilerplate
* refactor(assets): Rename `dist/` to `public/` to coincide with Laravel
* refactor(assets): Flatten the `assets/` directory into `resources/` to coincide with Laravel
* refactor(assets): Rename `scripts/` to `js/` to coincide with Laravel
* refactor(assets): Rename `styles/` to `css/` to coincide with Laravel
* feat(deps): Update to Laravel Mix ^6.0
* chore(deps): Change Mix-related package.json `scripts` to the new `mix` binary
* chore(deps): Remove PurgeCSS in favor of Tailwind's built in purge
* chore(deps): Remove deprecated/unnecessary/unused dependencies
* chore(deps): Bump minimum PHP version to 7.3 to coincide with Laravel 8.x
2021-02-16 01:08:50 -06:00
Ben Word
63af5bb9a1
Update sponsors [ci skip]
2020-12-04 09:10:06 -07:00
Mosaad
ff9d53bf26
Correct "trailingComma" value for prettier ( #2582 )
...
For "trailingComma" in `.prettierrc`, the value "true" is not accepted. Valid values are: "es5", "none", "all" https://prettier.io/docs/en/options.html#trailing-commas
2020-11-23 16:03:42 -06:00
dependabot-preview[bot]
4e122d8dde
Bump squizlabs/php_codesniffer from 3.5.6 to 3.5.8 ( #2562 )
...
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer ) from 3.5.6 to 3.5.8.
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases )
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/compare/3.5.6...3.5.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-09 18:15:08 -07:00
dependabot-preview[bot]
cc4cd9c277
Bump bootstrap from 4.5.2 to 4.5.3 ( #2554 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.2...v4.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-09 18:14:34 -07:00
Tang Rufus
1dd9d6880e
package.json: Specify supported node versions (#2555 )
2020-11-09 18:12:49 -07:00
Ben Word
ba4e3964f4
Update sponsors [ci skip]
2020-10-03 10:13:24 -06:00
Ben Word
690d25fcdb
Soil: Activation updates for latest version ( #2527 )
2020-08-30 10:04:32 -06:00
Brandon
c3ba736e6c
Housekeeping ( #2520 )
...
* enhance(project): Add .prettierrc to project
* chore(deps): Bump dependencies
* chore(view): Improve readability of the search form view
* chore(admin): Improve language used in the customize_register filter docblock
* chore(lint): Lint project assets
* chore(change-log): Improve/prepare the changelog for actual release
* chore(readme): Improve README feature list
* chore(readme): Update README theme directory structure
* chore(readme): Add GitHub sponsors badge
* chore(readme): Clean up various wording
* fix(ci): Fix failing tests
* fix(mix): Add index.php to purgecss scope (Supersedes #2423 ) (Credit @oxyc)
2020-08-20 13:35:15 -05:00
Smeedijzer Internet
679fced7cd
Update setup.php ( #2499 )
...
add_theme_support('html5, [.... 'script', 'style']); removes type="text/javascript" and type=”text/css” from enqueued scripts and styles.
2020-08-18 09:34:01 -06:00
Daniel Sturm
959e8932ea
Fix typos in latest changes ( #2502 )
2020-07-02 02:42:59 -05:00
dependabot-preview[bot]
0bc6c1e9f9
Bump roots/acorn from 1.0.8 to 1.0.9 ( #2500 )
...
Bumps [roots/acorn](https://github.com/roots/acorn ) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/roots/acorn/releases )
- [Commits](https://github.com/roots/acorn/compare/v1.0.8...v1.0.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 11:27:52 -05:00
Tang Rufus
37a64c0e98
ci: Use offical CircleCI PHP and Node orbs, and next-gen docker images ( #2484 )
2020-06-27 19:59:27 -07:00
Ben Word
4731a1ca9f
Update sponsors [ci skip]
2020-05-18 19:32:57 -06:00
Ben Word
f7c711971c
Update CHANGELOG [ci skip]
2020-05-16 04:39:04 -06:00
dependabot-preview[bot]
925c1bbb67
Bump bootstrap from 4.4.1 to 4.5.0 ( #2467 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-16 04:37:15 -06:00