You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [3.0.0] - XXXX-XX-XX
9
+
10
+
### Changed
11
+
- Changed to use Tailwind 1.2’s new plugin definition syntax
12
+
- Flattened the theme configuration in order to support `theme.extend` which only allows extending top-level objects; in other words, the `linearGradients` object that contained nested `directions` and `colors` objects has been replaced by two top-level theme objects, `linearGradientDirections` and `linearGradientColors`; same for `radialGradients` (`radialGradientShapes`, `radialGradientSizes`, etc.), `conicGradients` (`conicGradientStartingAngles`, `conicGradientPositions`, etc.), `repeatingLinearGradients`, `repeatingRadialGradients`, and `repeatingConicGradients`
13
+
8
14
## [2.3.1] - 2019-09-01
9
15
10
16
### Fixed
@@ -84,8 +90,9 @@ and this project mostly adheres to [Semantic Versioning](https://semver.org/spec
/* configurable with the "repeatingRadialGradients" theme object*/
171
+
/* configurable with the "repeatingRadialGradientShapes", "repeatingRadialGradientSizes", "repeatingRadialGradientPositions", "repeatingRadialGradientColors", and "repeatingRadialGradientLengths" theme objects*/
190
172
/* note that the "default" [shape-key], [size-key], and [position-key] are omitted from the class */
background-image: repeating-radial-gradient([shape-value] [size-value] at [position-value], [color-value-1], [color-value-2], [...] [length-value]);
193
175
}
194
176
195
-
/* configurable with the "repeatingConicGradients" theme object*/
177
+
/* configurable with the "repeatingConicGradientStartingAngles", "repeatingConicGradientPositions", "repeatingConicGradientColors", and "repeatingConicGradientLengths" theme objects*/
196
178
/* note that the "default" [starting-angle-key] and [position-key] are omitted from the class */
0 commit comments