Hi everyone,
Today we released version 1.4.1 which is a significant release!
What's Changed
- 🆕 Full support for both Postgres (now the new default) and SQL Server. Previously we only supported SQL Server. #226
- 🆕 TinyMCE wysiwig has been replaced with a ground up implementation of TipTap. TinyMCE used to be MIT license and then switched away. #196
- 🆕 Monaco editor replaced with CodeMirror 6 to decrease build times from 2 minutes to 20 seconds. #228
- 🔧 SMTP password field converted to type=password #224 (thanks @kipergil)
- 🔧 Fixed crash when trying to login with an empty password box #223
- 🔧 Updated all nuget packages #231
- 🔧 Updated all npm packages #232
Breaking changes
- There is a database migration for this release
- Because of #196, we made the decision that any long_text fields will be converted to wysiwig. And new long_text fields will be a longer text field, but with no formatting options at all.