diff --git a/.env b/.env index 3f4f29e..b95083f 100644 --- a/.env +++ b/.env @@ -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 diff --git a/README.md b/README.md index 0749e8d..47896f6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 + diff --git a/build/build_core.sh b/build/build_core.sh index b19f84d..28c264e 100755 --- a/build/build_core.sh +++ b/build/build_core.sh @@ -1,7 +1,10 @@ #!/bin/sh +composer update --no-dev + cd template npm i +npm run update-browserslist npm run prod cd .. diff --git a/build/templates/package/script.xttailwind.php b/build/templates/package/script.xttailwind.php index eaef64f..de0e601 100644 --- a/build/templates/package/script.xttailwind.php +++ b/build/templates/package/script.xttailwind.php @@ -3,7 +3,7 @@ /* * @package XT Tailwind for Joomla * @author Extly, CB. - * @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 */ diff --git a/library/lib_xttailwind.xml b/library/lib_xttailwind.xml index 2e4bc6a..5008c6e 100644 --- a/library/lib_xttailwind.xml +++ b/library/lib_xttailwind.xml @@ -2,13 +2,13 @@ XT Tailwind CSS Library xttailwind - 4.1.0 - 2020-11-16 + 5.0.0 + 2021-01-29 Extly, CB team@extly.com https://www.extly.com - Copyright (c)2012-2020 Extly, CB All rights reserved. + Copyright (c)2012-2021 Extly, CB All rights reserved. GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html diff --git a/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php b/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php index 0ecfe56..4318bdb 100644 --- a/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php +++ b/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php @@ -4,7 +4,7 @@ * @package Extly Infrastructure Support for Joomla * * @author Extly, CB. - * @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 diff --git a/package.json b/package.json index 7500e77..0d2c0c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "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", @@ -9,15 +9,15 @@ }, "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", diff --git a/package/pkg_xttailwind.xml b/package/pkg_xttailwind.xml index 0743750..4ca4fcb 100644 --- a/package/pkg_xttailwind.xml +++ b/package/pkg_xttailwind.xml @@ -5,13 +5,13 @@ https://www.extly.com XT Tailwind CSS XT Tailwind - My Blog template, based on Tailwind CSS. - 4.1.0 - 2020-11-16 + 5.0.0 + 2021-01-29 Extly, CB team@extly.com https://www.extly.com - Copyright (c)2012-2020 Extly, CB All rights reserved. + Copyright (c)2012-2021 Extly, CB All rights reserved. GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html diff --git a/package/script.xttailwind.php b/package/script.xttailwind.php index 611fa82..a399643 100644 --- a/package/script.xttailwind.php +++ b/package/script.xttailwind.php @@ -3,7 +3,7 @@ /* * @package XT Tailwind for Joomla * @author Extly, CB. - * @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 */