This website requires JavaScript.
Explore
Help
Sign In
plausible
/
analytics
Watch
1
Star
1
Fork
0
You've already forked analytics
mirror of
https://github.com/plausible/analytics.git
synced
2024-12-18 14:51:57 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13d0dce901
analytics
/
.tool-versions
4 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Elixir & Docker upgrade (#566) * Elixir upgrade - upgraded Elixir to 1.11.2 - upgraded Erlang to 23.2.1 - upgraded Phoenix to 1.5.7 - Upgraded: bamboo_postmark 0.6.0 => 0.7.0 (minor) bcrypt_elixir 2.2.0 => 2.3.0 csv 2.3.1 => 2.4.1 ecto 3.4.6 => 3.5.5 ecto_sql 3.4.4 => 3.5.3 elixir_make 0.6.0 => 0.6.2 ex_machina 2.4.0 => 2.5.0 excoveralls 0.12.3 => 0.13.4 (minor) file_system 0.2.8 => 0.2.10 gettext 0.18.0 => 0.18.2 httpoison 1.6.2 => 1.7.0 nanoid 2.0.2 => 2.0.5 phoenix_ecto 4.1.0 => 4.2.1 phoenix_live_reload 1.2.2 => 1.3.0 postgrex 0.15.5 => 0.15.7 sentry 7.2.4 => 7.2.5 timex 3.6.2 => 3.6.3 tzdata 1.0.3 => 1.0.5 yamerl 0.8.0 => 0.8.1 * Elixir & Docker upgrade upgraded to 1.11.3 * Docker - fixed missing python3 package for newer Alpine linux
2021-01-13 11:31:16 +03:00
elixir 1.11.3-otp-23
erlang 23.2.1
Add nodejs to .tool-versions
2020-12-07 16:56:20 +03:00
nodejs 15.3.0
Fix for details button misbehaving on mobile (#1114) * chore(make): convenience commands for installation & dev server * docs: easier development env instructions * docs: add note about docker volumes * docs: detail pre-commit configuration * style: eslint and prettier changes * Allow for passing custom classes to fade-in * style: eslint & prettier for the details button component * style: react lifecycle methods to come first * docs: add instructions to disable pre-commit * style: devices components * Move render methods to the last (together) in the order list * Remove unused component import * React lifecycle to come first before our own methods * General styling and eslint changes * Cleaner renderContent method using switch/case (fixes an eslint error as well!) * Cleaner renderPill method with proper spacing + removing uncessary else * style: more eslint/prettier for pages components * Use newer Fragment syntax * Remove unnecessary else statement * Use backtick strings for concatenating strings * Remove unnecessary space * Remove unused imports and variable declarations * Bunch render methods together as last in the order list * fix: details button to drop to the bottom naturally on smaller screens This _mostly_ fixes one of the issues being tracked on #972, titled "Details button issue on Firefox specifically" * refactor: reduce usage of our CSS class in favor of tailwind's util classes * refactor: remove our css classes in favor of Tailwind's util classes
2021-06-15 10:34:43 +03:00
python 3.9.4
Reference in New Issue
Copy Permalink