Arnab Sen
cb4d19d05c
tests for new button
2022-04-16 10:36:32 +05:30
Arnab Sen
f6cf7766f3
Cypress integrated with some tests
2022-04-16 00:31:32 +05:30
Kushagra Gour
432143ba3e
update app.jsx to 5.0
2022-04-07 13:37:43 +05:30
Kushagra Gour
48c475d17b
Merge pull request #509 from chinchang/v5
...
V5
2022-04-07 13:26:25 +05:30
Kushagra Gour
a8ca9b878e
bump to v5.0.0
v5.0.0
2022-04-07 13:24:42 +05:30
Kushagra Gour
f01f048c29
add changelog
2022-04-07 13:24:20 +05:30
Kushagra Gour
65d1e15112
add es translation
2022-04-07 13:18:01 +05:30
Kushagra Gour
3279fe0024
remove mo file
2022-04-07 13:13:27 +05:30
Kushagra Gour
c287ef784e
Merge pull request #429 from leninalbertolp/v5
...
Translated
2022-04-07 13:10:07 +05:30
Kushagra Gour
b08c34ff59
fix bugs
2022-04-07 13:01:07 +05:30
Kushagra Gour
98590c3ddf
Update package.json homepage url
2022-04-07 12:07:05 +05:30
Kushagra Gour
b23b632bff
fix sw generation
2022-04-06 20:29:39 +05:30
Kushagra Gour
a5c218e0cd
add nvmrc
2022-04-04 01:24:31 +05:30
Kushagra Gour
f968765a41
update package-lock
2022-04-04 00:45:04 +05:30
Kushagra Gour
bf1c5b5a3b
Merge pull request #506 from chinchang/v5-fix-503
...
Fixes in the gulpfile
2022-04-04 00:39:49 +05:30
Arnab Sen
6d0e034173
Add a flag to avoid bundling of css in the template html
2022-04-03 20:46:08 +05:30
Kushagra Gour
fe6ee271cf
Merge pull request #508 from chinchang/v5-fix-507
...
v5: Fix Type-Error on opening Modals
2022-04-03 11:25:50 +05:30
Arnab Sen
c7e2084d15
fix: update the syntax from class components to functional
2022-04-02 21:06:27 +05:30
Arnab Sen
3f97bb7072
Fixes in the gulpfile
...
- there is no vendor.js file hence removed the minifyJs call on that
- added callback function parameter to the anonymous function of release
and devRelease
2022-03-26 15:29:05 +05:30
Kushagra Gour
ea740823da
Merge pull request #505 from chinchang/v5-fix-397
...
Add functionality of coming back from full preview in files mode
2022-03-21 10:08:54 +05:30
Arnab Sen
5eab670298
Update tooltip message on Full Screen Preview btn
2022-03-20 22:03:24 +05:30
Arnab Sen
0ceb4ecc5e
Adds functionality of toggling Full Screen in Files Mode
2022-03-20 17:52:32 +05:30
Kushagra Gour
1e0d04d7a0
Merge branch 'v5' of github.com:chinchang/web-maker into v5
2022-03-12 14:18:25 +05:30
Kushagra Gour
1eaebeaacb
update package-lock
2022-03-12 14:16:46 +05:30
Kushagra Gour
2863d1296b
Merge pull request #502 from chinchang/v5-fix-443
...
(v5) fix detached preview not working in Files mode and some nits
2022-03-12 14:13:18 +05:30
Arnab Sen
d13e7981e0
Replace preview with index in the check
...
The iframe where the output is displayed in case of Files Mode has
the url http(s)://<domain>/index.html and not preview.html.
2022-03-12 12:26:23 +05:30
Arnab Sen
d97430880a
Package concurrently added to run gulp and preact
...
Previously we had to run two separate commands to start the gulp preview
server and the actual preact app. This new dev package will run those
commands concurrently under the hood. We just have to use npm run
start.
2022-03-12 12:00:56 +05:30
Arnab Sen
4437069580
fix: remove this on onKeyDownHandler
2022-03-12 11:17:24 +05:30
Kushagra Gour
a78a686ef1
Merge pull request #501 from chinchang/v5-fix-498
...
(v5) fix top header buttons misaligned
2022-03-11 22:18:46 +05:30
Arnab Sen
c62592bf57
Remove stylesheets from html and include in js
...
The stylesheets that were linked in the index.html were redundant, as
they were already bundled by the webpack. The style.css was again imported in
the components/app.jsx. Now, it is placed in the index.js in a
order that style.css overrides the other stylesheets.
2022-03-11 20:05:28 +05:30
Kushagra Gour
43db944c0d
set engine to node 16 🔥
2022-03-08 12:39:12 +05:30
Kushagra Gour
5e548d681c
Merge remote-tracking branch 'origin/master' into v5
2022-03-08 12:37:56 +05:30
Kushagra Gour
18a5007a2a
upgrade firebase and import css files
2022-03-08 12:31:44 +05:30
Kushagra Gour
887cc68943
update node version
2022-02-26 17:10:34 +05:30
Kushagra Gour
cbe0b695e0
Update README.md
2022-02-26 02:20:14 +05:30
Kushagra Gour
c0eac0392e
Update README.md
2022-02-24 01:07:01 +05:30
Kushagra Gour
1a22e6ad1a
Merge pull request #490 from chinchang/RELEASE-v4.2.0
...
Release v4.2.0
2022-02-21 21:27:21 +05:30
RuntimeTerror10
f4e4565f3b
bump to 4.2.0
2022-02-20 22:28:13 +05:30
RuntimeTerror10
736219297c
fix changelog message
2022-02-20 22:28:07 +05:30
RuntimeTerror10
2952ffab31
add changelog
2022-02-20 15:45:46 +05:30
Kushagra Gour
ad4f65eaed
Merge pull request #489 from chinchang/add-build-extension-task
...
Add build extension task in gulpfile.js
2022-02-20 14:41:43 +05:30
Kushagra Gour
0611a1df8d
Update RELEASE.md
2022-02-20 14:09:32 +05:30
RuntimeTerror10
fe05e7c9c2
update .gitignore
2022-02-20 14:07:41 +05:30
RuntimeTerror10
c7faa25a7c
Add build-extension task in gulpfile.js
2022-02-20 14:05:37 +05:30
Kushagra Gour
5d11b9f6be
add RELEASE.md
2022-02-20 13:48:13 +05:30
Kushagra Gour
3d62101282
Merge pull request #487 from chinchang/fix-{476}-add-strict-node-version
...
add strict node version
2022-02-20 13:01:17 +05:30
RuntimeTerror10
d7ce1c4b69
strictly mention node version in package.json
2022-02-18 23:48:41 +05:30
RuntimeTerror10
d3a7acf95c
strictly mention node version in package.json
2022-02-18 20:23:50 +05:30
Kushagra Gour
3332629211
Update README.md
2022-02-16 18:13:12 +05:30
Kushagra Gour
12f3c8e3c7
Merge pull request #478 from LoganDark/patch-1
...
Add tailwind CDN to CSP and bump minor version
2022-01-01 18:59:16 +05:30