-
Notifications
You must be signed in to change notification settings - Fork 6
/
version.yaml
35 lines (35 loc) · 1.26 KB
/
version.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1.0.1:
- Theme initialization
- Before use PLEASE READ the SPECIFIC UPDATES INSTRUCTIONS in Readme file
1.0.2:
- Fix no such file 'assets/javascript/theme.js' issue
- Modified file custom_loaders/theme-filter-loader.js
1.0.3:
- Fix issue which didn't copy all the files
- Modified file custom_loaders/theme-filter-loader.js
1.0.4:
- Fix typo causing error 404 on theme.js in the layout import
- Modified file src/layouts/default.htm
1.1.0:
- Major release!! You do not have to watch the modified files anymore.
- !!!! PLEASE READ THE NEW USE INSTRUCTIONS !!!!
1.1.1: Bump tailwindcss to ^1.4.5
1.1.2: Fix boilerplate's plugin dependency
1.2.0:
- Move PurgeCSS to the new TailwindCSS Built-in process
- Bump tailwindcss to ^1.4.6
- Clean unused packages
- Add more friendly errors
1.3.0:
- Upgrade to TailwindCSS 2 and PostCSS8
- Add tailwindcss forms, aspect-ratio and forms as default plugins
- Cleanup packages
1.3.1:
- Added support for multi-filters like {{ 'my-image.jpg'|theme|resize(30) }}
- Added APP_PORT config from .env file
1.3.2:
- Update blank-src packages
1.3.3:
- Fix ternary operator in twig markup and html markup in PHP section
1.3.4:
- Fix 'No HTML was found' error when a folder is empty