Current section

43 Versions

Jump to

Compare versions

20 files changed
+180 additions
-94 deletions
  @@ -1,5 +1,11 @@
1 1 # CHANGELOG
2 2
3 + ## v0.7.0 (2022-09-21)
4 +
5 + * Support and require Phoenix.LiveView 0.18.0
6 + * Add fullscreen when viewing the app info
7 + * Use csp_nonces on os_mon page
8 +
3 9 ## v0.6.5 (2022-02-20)
4 10
5 11 * Support and require Phoenix.LiveView 0.17.7
  @@ -165,13 +165,11 @@ Additionally, you may pass some options to enable Ecto testing. For example, to
165 165
166 166 Alternatively, run `iex -S mix dev [flags]` if you also want a shell.
167 167
168 - Assets are minimized by default. If you'd like to skip assets optimization and run webpack in development mode you can do it using the `NODE_ENV` environment variable:
168 + Before submitting a pull request, discard any changes that were made to the `priv` directory.
169 169
170 - $ NODE_ENV=development mix dev
170 + For example, to rollback using git restore:
171 171
172 - or
173 -
174 - $ NODE_ENV=development iex -S mix dev
172 + $ git restore priv
175 173
176 174 ## License
unknowndist/css/app.css
File is too large to be displayed (100 KB limit).
unknowndist/js/app.js
File is too large to be displayed (100 KB limit).
  @@ -1,2 +0,0 @@
1 - /* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
2 - * @license MIT */
Loading more files…