Dorian Niemiec DorianNiemiecSVRJS
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-13 18:57:24 +01:00
a49654aecb fix: make images in email messages inline
DorianNiemiecSVRJS pushed to main at svrjs/svrjs-nextjs-website 2024-11-12 20:20:48 +01:00
4a584cde2d chore: update dependencies to latest versions
7ef8ac23bd docs: update the documentation to reflect the features of SVR.JS 4.2.0
Compare 2 commits »
DorianNiemiecSVRJS pushed to stable at svrjs/svrjs 2024-11-12 20:19:04 +01:00
5452ef37af chore: release SVR.JS 4.2.0
DorianNiemiecSVRJS pushed tag 4.2.0 to svrjs/svrjs 2024-11-12 20:02:15 +01:00
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 19:56:52 +01:00
1d69eb6c29 fix: revert the forbidden path checking middleware to using the current working directory
3b437eb8cf fix: fix the webroot normalization in static file serving functionality
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 19:45:50 +01:00
56cdaeaf2b fix: check if the SVR.JS root is the same as the webroot instead of the working directory
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 19:39:23 +01:00
0ca6ec5437 fix: use a function that normalizes the webroot
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 19:07:21 +01:00
313e1c16d8 build: configure lint-staged to lint TypeScript declaration files (.d.ts)
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 19:00:44 +01:00
3a43c0c303 docs: clarify that the type definition file is only on a single file
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 18:57:03 +01:00
3f808cd313 fix: deep clone the SVR.JS Core configuration when initializing SVR.JS Core
DorianNiemiecSVRJS pushed to main at svrjs/svrjs 2024-11-12 18:43:01 +01:00
474a01ea54 docs: update file structure in README
5b7cb8d2ad feat: add TypeScript declarations to SVR.JS Core
Compare 2 commits »
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 20:22:12 +01:00
fbd3878b98 fix: add relative position to the message <div>
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 20:19:08 +01:00
1348717fa4 fix: replace fixed and sticky positions with absolute one to decrease the breakage of the webmail
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 19:58:25 +01:00
8f20cb0905 fix: remove setting the targets for links and forms
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 19:57:04 +01:00
5c878e1aa9 fix: fix the background of the "close" button in the mobile menu
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 19:53:34 +01:00
85005c0079 fix: fix action preventions with some links and forms in emails
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 18:42:50 +01:00
2e2c789e64 fix: set table width to automatic for email message contents
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 18:38:45 +01:00
c1e8419f80 fix: set custom defaults for heading elements
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 17:58:07 +01:00
7b804a547d fix: inherit <strong>, <b>, and <blockquote> elements' colors from their parents
DorianNiemiecSVRJS pushed to main at mernmail/mernmail 2024-11-11 17:55:15 +01:00
e959a32925 fix: inherit <pre> elements' color from the parent in the message view