You've already forked wp-bootstrap
v1.0.1 - Integrate Bootstrap Icons web font
Add bootstrap-icons npm package with SCSS import and font file copy build step. All 2,000+ icons available via CSS classes (bi bi-*) in both frontend and block editor. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.0.1] - 2026-02-09
|
||||
|
||||
### Added
|
||||
|
||||
- Bootstrap Icons web font integration — all 2,000+ icons available via `<i class="bi bi-*"></i>` CSS classes
|
||||
- `copy:icons` build step to copy icon font files (`.woff`, `.woff2`) from `node_modules` to `assets/fonts/`
|
||||
- Bootstrap Icons SCSS imported in both frontend and editor stylesheets for icon support in templates and block editor
|
||||
|
||||
## [1.0.0] - 2026-02-08
|
||||
|
||||
### Added
|
||||
|
||||
Reference in New Issue
Block a user