@eightshift/frontend-libs-tailwind 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitattributes CHANGED
@@ -1,37 +1,15 @@
1
- #
2
- # Exclude these files from release archives.
3
- # This will also make them unavailable when using Composer with `--prefer-dist`.
4
- # If you develop for WPCS using Composer, use `--prefer-source`.
5
- # https://blog.madewithlove.be/post/gitattributes/
6
- #
7
1
  /.github export-ignore
8
- /.storybook export-ignore
9
- /docs export-ignore
10
- /documentation export-ignore
11
- /package export-ignore
12
- /setup export-ignore
13
- /CODE_OF_CONDUCT.md export-ignore
14
- /CHANGELOG.md export-ignore=
15
- /readme export-ignore
2
+ /.husky export-ignore
3
+ /schemas export-ignore
16
4
 
17
- /.eslintignore export-ignore
18
- /.eslintrc export-ignore
19
5
  /.gitattributes export-ignore
20
6
  /.gitignore export-ignore
7
+ /.prettierrc export-ignore
21
8
  /.stylelintrc export-ignore
22
- /composer.json export-ignore
23
- /phpcs.xml.dist export-ignore
9
+ /CHANGELOG.md export-ignore
10
+ /CODE_OF_CONDUCT.md export-ignore
11
+ /eslint.config.mjs export-ignore
12
+ /LICENSE export-ignore
13
+ /README.md export-ignore
24
14
 
25
- #
26
- # Auto detect text files and perform LF normalization
27
- # http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
28
- #
29
15
  * text=auto
30
-
31
- #
32
- # The above will handle all files NOT found below
33
- #
34
- *.md text
35
- *.php text
36
- *.inc text
37
- *.js text
@@ -25,7 +25,8 @@ jobs:
25
25
  node: [ 'latest' ]
26
26
  steps:
27
27
  - name: Lint assets
28
- uses: infinum/eightshift-deploy-actions-public/.github/actions/lint-assets@main
28
+ uses: infinum/eightshift-deploy-actions-public/.github/actions/lint/assets@main
29
29
  with:
30
30
  NODE_VERSION: ${{ matrix.node }}
31
31
  PROJECT_PATH: '/'
32
+ USE_BUN: 'true'
package/CHANGELOG.md CHANGED
@@ -6,21 +6,36 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
6
6
 
7
7
  ---
8
8
 
9
+ ## [2.0.1]
10
+
11
+ ### Removed
12
+
13
+ - Some @wordpress packages, they will use the WP-provided ones now.
14
+
15
+ ### Changed
16
+
17
+ - Updated dependencies.
18
+ - Tweaked Webpack config not to externalize "@wordpress-dom-ready"
19
+
9
20
  ## [2.0.0]
10
21
 
11
22
  ### Removed
23
+
12
24
  - All legacy built-in blocks.
13
25
 
14
26
  ### Changed
27
+
15
28
  - Updated WordPress dependency extraction webpack plugin - React 19 is now supported!
16
29
  - Updated dependencies.
17
30
 
18
31
  ## [1.5.0]
19
32
 
20
33
  ### Added
34
+
21
35
  - Rive-related strings to `FilePicker`.
22
36
 
23
37
  ### Changed
38
+
24
39
  - Updated dependencies.
25
40
  - Updated internal components to use ES UIC 2.x/3.x classnames.
26
41
 
@@ -33,6 +48,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
33
48
  ## [1.4.7]
34
49
 
35
50
  ### Changed
51
+
36
52
  - Fixed Image component "image" part tailwind class output if not set.
37
53
  - Fix Image component responsive output Co-authored-by: goran.alkovic@infinum.com
38
54
  - Add "Auto" width to wrapperContent and set is as defaults
@@ -43,6 +59,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
43
59
  ## [1.4.6]
44
60
 
45
61
  ### Changed
62
+
46
63
  - Tweaked webpack config to properly include font files from `@eightshfit` packages from `node_modules`.
47
64
  - Added a new `buildWpRestUrl` helper for easily fetching WP REST URLs. (Similar to `fetchFromWpRest`, but allows you control over how you fetch).
48
65
  - Updated dependencies.
@@ -75,7 +92,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
75
92
  - Fixing Yoast SEO plugin helpers.
76
93
  - Manifests in some default blocks not using `base` as a `part`.
77
94
  - Image sizing in the default Image block when set to stretch.
78
- - Class for gradient *top* direction in wrapper.
95
+ - Class for gradient _top_ direction in wrapper.
79
96
 
80
97
  ## [1.4.2]
81
98
 
@@ -193,6 +210,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
193
210
  - Initial release.
194
211
 
195
212
  [Unreleased]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/master...HEAD
213
+ [2.0.1]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/2.0.0...2.0.1
196
214
  [2.0.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.5.0...2.0.0
197
215
  [1.5.0]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.8...1.5.0
198
216
  [1.4.8]: https://github.com/infinum/eightshift-frontend-libs-tailwind/compare/1.4.7...1.4.8