Releases: userfrosting/UserFrosting
Releases · userfrosting/UserFrosting
v4.2.0-beta.2
See Upgrade Guide : https://learn.userfrosting.com/4.2/upgrading/41-to-42
Added
sprinkle:list
bakery commandNoCache
middleware to prevent caching of routes with dynamic content- Sample test environment for Docker
- Added
validateMigrationDependencies
helper method toBaseSeed
- Greek locale (Thanks @lenasterg!; [#940])
Changed
- Sprinkle list in the bakery
debug
command to uses the newsprinkle:list
table routerCacheFile
config now only contains filename. Locator is used to find the full path- Updated Docker integration
- Moved some constants from
app/defines.php
toapp/sprinkles/core/defines.php
- Move route initialization from system to core sprinkle as router service is located in the core sprinkle
Fix
- Fix for
Test
Bakery command- Added
coverage-format
andcoverage-path
options totest
Bakery command - Sprinkle Testscope is now case insensitive
- Class testscope now relative to
/
instead of/UserFrosting/Sprinkle/
for more intuitive usage and to enable testing of non sprinkle tests - Detect and use the sprinkle
phpunit.xml
config when testing a specific sprinkle
- Added
- SprinkleManager Improvements :
- Added public
getSprinklePath
method to get path to the sprinkle directory - Added public
getSprinkleClassNamespace
method to get sprinkle base namespace - Added public
getSprinkle
method. Returns the sprinkle name as formatted insprinkles.json
file, independent of the case of the search argument. - Public
isAvailable
method now case insensitive. - Added public
getSprinklesPath
&setSprinklesPath
to return or set the path to the sprinkle dir (app/sprinkles/
) - Added
JsonException
ifsprinkles.json
doesn't contain valid json. - Added specific tests for sprinkleManager with 100% test coverage
- Added public
- Ignore existing
package-lock.json
which caused incorrect dependencies to be installed when upgrading from older versions of UserFrosting. - Vendor assets not found in production mode
- Various Docker specific edge cases and misconfigurations
- Fix path issue on Windows
v4.2.0-beta.1
- See Changelog
v4.1.22
v4.1.21
- Locked Whoops to version 2.2.1 until they fix that
[internal]
issue.
v4.2.0-alpha.2
Note: This is a pre-release of the 4.2.0 release cycle. This should only be use for dev purposes.
v4.1.20
- Added
route:list
command to list all registered routes (#903; Thanks @apple314159 !) - Added warning in configuration file regarding disabling registration and email verification (#900; Thanks @linkhousemedia !)
v4.1.19
v4.2.0-alpha.1
Note: This is the first pre-release of the 4.2.0 release cycle. This should only be use for dev purposes.
v4.1.18
v4.1.17
- Lock
gulp-uf-bundle-assets
at v2.28.0 until userfrosting/gulp-uf-bundle-assets#5 is resolved (see #859) - Add missing getInfo methods for GroupController and RoleController (#837)
- Drop alpha