Skip to content

Commit 984d7cf

Browse files
Added support for Statamic 4.0, Better readability of white text in Bard fields
1 parent 9270c57 commit 984d7cf

10 files changed

Lines changed: 534 additions & 437 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
# 1.0.0
2-
- Initial release! 🎉
1+
# 1.2.0
2+
- Added support for Statamic 4.0
3+
- Better readability of white text in Bard fields
34

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

7-
# 1.0.2
8-
- Change Tiptap mark name to be compatible with other text color addons
8+
# 1.1.0
9+
- Compatibility with Statamic 3.4
10+
- General refactoring
911

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

14-
# 1.1.0
15-
- Compatibility with Statamic 3.4
16-
- General refactoring
16+
# 1.0.2
17+
- Change Tiptap mark name to be compatible with other text color addons
1718

18-
# 1.1.1
19-
- Adjust vendor publishing for better compatibility with color fieldtypes
19+
# 1.0.1
20+
- Bugfix: Make sure that all files are published after installation
21+
22+
# 1.0.0
23+
- Initial release! 🎉

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Predefined color swatches
1414
- Support for HEX, RGB, CMYK and more
1515
- Beautiful and easy to use color panel
16-
- Ready for Tiptap 2 (Statamic 3.4)
16+
- Ready for Tiptap 2 (Statamic 3.4+)
1717

1818
## Installation
1919

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

26-
You are running **Statamic 3.3.x**? Then use version 1.0 of the addon:
27-
28-
``` bash
29-
composer require ndx/statamic-bard-color-picker "^1.0.0"
30-
```
31-
3226
## How to use
3327

3428
Open the blueprint or fieldset that contains your Bard field, open the settings of that field and activate the text color button.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ndx/statamic-bard-color-picker",
33
"description": "Text color picker with swatches for Bard fields",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"type": "statamic-addon",
66
"license": "proprietary",
77
"author": "NEW DATA SERVICES",
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^8.0",
16-
"statamic/cms": "~3.4.0"
16+
"statamic/cms": "^3.4 || ^4.0"
1717
},
1818
"require-dev": {
1919
"orchestra/testbench": "^7.0",

0 commit comments

Comments
 (0)