Skip to content

Commit

Permalink
Added support for Statamic 4.0, Better readability of white text in B…
Browse files Browse the repository at this point in the history
…ard fields
  • Loading branch information
nds-github-bot committed May 8, 2023
1 parent 9270c57 commit 984d7cf
Show file tree
Hide file tree
Showing 10 changed files with 534 additions and 437 deletions.
26 changes: 15 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# 1.0.0
- Initial release! 🎉
# 1.2.0
- Added support for Statamic 4.0
- Better readability of white text in Bard fields

# 1.0.1
- Bugfix: Make sure that all files are published after installation
# 1.1.1
- Adjust vendor publishing for better compatibility with color fieldtypes

# 1.0.2
- Change Tiptap mark name to be compatible with other text color addons
# 1.1.0
- Compatibility with Statamic 3.4
- General refactoring

# 1.0.3
- Prepare for breaking changes that are coming with Statamic 3.4 / TipTap 2
- Fix typo

# 1.1.0
- Compatibility with Statamic 3.4
- General refactoring
# 1.0.2
- Change Tiptap mark name to be compatible with other text color addons

# 1.1.1
- Adjust vendor publishing for better compatibility with color fieldtypes
# 1.0.1
- Bugfix: Make sure that all files are published after installation

# 1.0.0
- Initial release! 🎉
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- Predefined color swatches
- Support for HEX, RGB, CMYK and more
- Beautiful and easy to use color panel
- Ready for Tiptap 2 (Statamic 3.4)
- Ready for Tiptap 2 (Statamic 3.4+)

## Installation

Expand All @@ -23,12 +23,6 @@ You can search for this addon in the `Tools > Addons` section of the Statamic co
composer require ndx/statamic-bard-color-picker
```

You are running **Statamic 3.3.x**? Then use version 1.0 of the addon:

``` bash
composer require ndx/statamic-bard-color-picker "^1.0.0"
```

## How to use

Open the blueprint or fieldset that contains your Bard field, open the settings of that field and activate the text color button.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ndx/statamic-bard-color-picker",
"description": "Text color picker with swatches for Bard fields",
"version": "1.1.1",
"version": "1.2.0",
"type": "statamic-addon",
"license": "proprietary",
"author": "NEW DATA SERVICES",
Expand All @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.0",
"statamic/cms": "~3.4.0"
"statamic/cms": "^3.4 || ^4.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand Down
Loading

0 comments on commit 984d7cf

Please sign in to comment.