Skip to content

Commit

Permalink
feat(tailwind): Update to Tailwind 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Jan 29, 2021
1 parent 84978c0 commit a78ecb2
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EXTENSION_DESC=XT Tailwind - My Blog template, based on Tailwind CSS.
EXTENSION_CDN=http://cdn.extly.com
TRANSLATION_KEY=XTTAILWIND

RELEASE_VERSION=4.1.0
RELEASE_VERSION=5.0.0

LICENSE=GNU General Public License version 3 or later; see LICENSE.txt
LICENSE_CODE=GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
Expand Down
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ The original XT build files, used to build the extension, can be found here [ani

## Changelog

### 5.0.0

- Update to Tailwind CSS v2.0.2
- Clean dependencies to have Tailwind CSS and WebPack
- Purge with Tailwind CSS
- Remove @fullhuman/postcss-purgecss
- Remove @tailwindcss/custom-forms
- Integrate @tailwindcss/aspect-ratio
- Integrate @tailwindcss/forms
- Integrate @tailwindcss/line-clamp
- Usability improvements, optimizations and code styling

### 4.0.0

- Reorganization of the project in two repositories
Expand Down Expand Up @@ -126,6 +138,11 @@ Update to Tailwind CSS v1.2.0, including Tailwind UI support.

## Copyright & License

- Copyright (c)2012-2020 Extly, CB. All rights reserved.
- Copyright (c)2012-2021 Extly, CB. All rights reserved.
- Distributed under the GNU General Public License version 3 or later; see LICENSE
- This project is dedicated to [Andrea Gentil](http://www.twitter.com/andreagentil) ;-D


'/library/vendor_prefixed
'/xttailwind/vendor_prefixed

3 changes: 3 additions & 0 deletions build/build_core.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/sh

composer update --no-dev

cd template
npm i
npm run update-browserslist
npm run prod
cd ..

Expand Down
2 changes: 1 addition & 1 deletion build/templates/package/script.xttailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* @package XT Tailwind for Joomla
* @author Extly, CB. <[email protected]>
* @copyright Copyright (c)2012-2020 Extly, CB. All rights reserved.
* @copyright Copyright (c)2012-2021 Extly, CB. All rights reserved.
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
* @see https://www.extly.com
*/
Expand Down
6 changes: 3 additions & 3 deletions library/lib_xttailwind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<extension method="upgrade" type="library" version="1.0">
<name>XT Tailwind CSS Library</name>
<libraryname>xttailwind</libraryname>
<version>4.1.0</version>
<creationDate>2020-11-16</creationDate>
<version>5.0.0</version>
<creationDate>2021-01-29</creationDate>

<author>Extly, CB</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.extly.com</authorUrl>
<copyright>Copyright (c)2012-2020 Extly, CB All rights reserved.</copyright>
<copyright>Copyright (c)2012-2021 Extly, CB All rights reserved.</copyright>
<license>GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html</license>

<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package Extly Infrastructure Support for Joomla
*
* @author Extly, CB. <[email protected]>
* @copyright Copyright (c)2012-2020 Extly, CB. All rights reserved.
* @copyright Copyright (c)2012-2021 Extly, CB. All rights reserved.
* @license http://www.opensource.org/licenses/mit-license.html MIT License
*
* @see https://www.extly.com
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "extly-boilerplate-buildfiles-for-joomla",
"name": "extension-skeleton-for-joomla",
"version": "3.1.0",
"description": "Boilerplate files for Joomla! extensions.",
"description": "A skeleton repository for Extly's Extensions for Joomla.",
"main": "webpack.config.js",
"scripts": {
"build": "cross-env webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anibalsanchez/extly-boilerplate-buildfiles-for-joomla.git"
"url": "git+https://github.com/anibalsanchez/extension-skeleton-for-joomla.git"
},
"keywords": [],
"author": "Andrea Gentil - Anibal Sanchez",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/anibalsanchez/extly-boilerplate-buildfiles-for-joomla/issues"
"url": "https://github.com/anibalsanchez/extension-skeleton-for-joomla/issues"
},
"homepage": "https://github.com/anibalsanchez/extly-boilerplate-buildfiles-for-joomla#readme",
"homepage": "https://github.com/anibalsanchez/extension-skeleton-for-joomla#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
Expand Down
6 changes: 3 additions & 3 deletions package/pkg_xttailwind.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<packagerurl>https://www.extly.com</packagerurl>
<name>XT Tailwind CSS</name>
<description>XT Tailwind - My Blog template, based on Tailwind CSS.</description>
<version>4.1.0</version>
<creationDate>2020-11-16</creationDate>
<version>5.0.0</version>
<creationDate>2021-01-29</creationDate>

<author>Extly, CB</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.extly.com</authorUrl>
<copyright>Copyright (c)2012-2020 Extly, CB All rights reserved.</copyright>
<copyright>Copyright (c)2012-2021 Extly, CB All rights reserved.</copyright>
<license>GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html</license>

<!-- List of extensions to install -->
Expand Down
2 changes: 1 addition & 1 deletion package/script.xttailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* @package XT Tailwind for Joomla
* @author Extly, CB. <[email protected]>
* @copyright Copyright (c)2012-2020 Extly, CB. All rights reserved.
* @copyright Copyright (c)2012-2021 Extly, CB. All rights reserved.
* @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
* @see https://www.extly.com
*/
Expand Down

0 comments on commit a78ecb2

Please sign in to comment.