File tree Expand file tree Collapse file tree 5 files changed +96
-0
lines changed
Expand file tree Collapse file tree 5 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-01-09
9+
10+ ### Added
11+ - Initial release of @wpengine/hwp-toolbar
12+ - Framework-agnostic core toolbar with modern state management
13+ - React adapter with hooks (useToolbar, useToolbarState, useWordPressContext)
14+ - Vanilla JavaScript renderer for non-React applications
15+ - WordPress context management with separate API (setWordPressContext)
16+ - Plugin system via register() method for custom toolbar nodes
17+ - Configurable positioning (top/bottom) and theming (light/dark/auto)
18+ - Minimal base styles for full developer control
19+ - TypeScript support with complete type definitions
20+ - CSS exports for styling integration
21+
22+ [ 0.1.0 ] : https://github.com/wpengine/hwptoolkit/releases/tag/toolbar-v0.1.0
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-01-09
9+
10+ ### Added
11+ - Initial release
12+ - REST API endpoint ` /wp-json/hwp/v1/cli/status ` for system status checks
13+ - REST API endpoint ` /wp-json/hwp/v1/cli/plugins ` for HWP plugin discovery
14+ - Admin menu integration under Tools > HWP CLI
15+ - Environment information (WordPress version, environment type, debug status)
16+ - Plugin detection for HWP-prefixed plugins
17+
18+ [ 0.1.0 ] : https://github.com/wpengine/hwptoolkit/releases/tag/hwp-cli-v0.1.0
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-01-09
9+
10+ ### Added
11+ - Initial release
12+ - CORS header management for local headless WordPress development
13+ - Configurable frontend origins via HEADLESS_FRONTEND_URL constant
14+ - Automatic preflight OPTIONS request handling
15+ - Support for credentials, custom headers, and multiple HTTP methods
16+ - Environment-aware activation (local development only)
17+ - Security-first design preventing production activation
18+
19+ [ 0.1.0 ] : https://github.com/wpengine/hwptoolkit/releases/tag/hwp-cors-local-v0.1.0
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-01-09
9+
10+ ### Added
11+ - Initial release
12+ - "View on Frontend" links in WordPress admin bar
13+ - Row action links in post/page lists
14+ - Support for single frontend configuration via HEADLESS_FRONTEND_URL
15+ - Support for multiple frontends via HWP_FRONTEND_LINKS constant
16+ - Filterable post path generation via hwp_frontend_links_post_path hook
17+ - Automatic link generation for singular post/page views
18+ - Security attributes (target="_ blank", rel="noopener noreferrer")
19+
20+ [ 0.1.0 ] : https://github.com/wpengine/hwptoolkit/releases/tag/hwp-frontend-links-v0.1.0
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-01-09
9+
10+ ### Added
11+ - Initial release
12+ - Automatic REST API URL format conversion for wp-env compatibility
13+ - Forces ?rest_route= query parameter format to avoid .htaccess issues
14+ - Environment-aware activation (local development only)
15+ - Seamless integration with wp-env Docker environments
16+
17+ [ 0.1.0 ] : https://github.com/wpengine/hwptoolkit/releases/tag/hwp-wp-env-helpers-v0.1.0
You can’t perform that action at this time.
0 commit comments