Comparing version 1.6.0 to 1.6.1
# Changelog for v1.6 | ||
See the [upgrade guide](https://gist.github.com/chrismccord/2ab350f154235ad4a4d0f4de6decba7b) to upgrade from Phoenix 1.5.x. | ||
Phoenix v1.6 requires Elixir v1.9+. | ||
## 1.6.1 (2021-10-08) | ||
### Enhancements | ||
* [phx.new] Add external flag to esbuild for fonts and image path loading | ||
* [phx.gen.auth] No longer set `argon2` as the default hash algorithm for `phx.gen.auth` in favor of bcrypt for performance reasons on smaller hardware | ||
### Bug Fixes | ||
* Fix race conditions logging debug duplicate channel joins when no duplicate existed | ||
### JavaScript Client Bug Fixes | ||
* Export commonjs modules for backwards compatibility | ||
## 1.6.0 (2021-09-24) 🚀 | ||
@@ -6,0 +20,0 @@ |
{ | ||
"name": "phoenix", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "The official JavaScript client for the Phoenix web framework.", | ||
"license": "MIT", | ||
"module": "./priv/static/phoenix.esm.js", | ||
"main": "./priv/static/phoenix.cjs.js", | ||
"unpkg": "./priv/static/phoenix.min.js", | ||
"jsdelivr": "./priv/static/phoenix.min.js", | ||
"exports": { | ||
"import": "./priv/static/phoenix.esm.js" | ||
"import": "./priv/static/phoenix.esm.js", | ||
"require": "./priv/static/phoenix.cjs.js" | ||
}, | ||
@@ -12,0 +14,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
338536
23
4864