RealSlimMahdi
7ec357003f
update tp react17 using npm v6
2021-05-22 11:07:32 +02:00
Elisha Nuchi
54f9483a24
Merge pull request #85 from enuchi/update/babel-optional-chaining
...
Update/babel optional chaining
2021-05-01 13:17:58 -04:00
Elisha Nuchi
472bdd2e19
Update .babelrc
...
fix formatting
2021-05-01 13:05:00 -04:00
Elisha Nuchi
3910ebed5b
Update package-lock.json
2021-05-01 13:04:09 -04:00
Mahdi About
98558685c7
add Babel optional chaining plugin
2021-04-24 12:10:57 +02:00
Elisha Nuchi
2b8f0dc9d4
Docs/React DevTools documentation ( #80 )
...
Add documentation on using React DevTools
2021-04-24 00:55:27 -04:00
dependabot[bot]
e6fbab0f5b
Bump ssri from 6.0.1 to 6.0.2 ( #79 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-24 00:17:19 -04:00
dependabot[bot]
4b7b79267d
Bump y18n from 4.0.0 to 4.0.1 ( #78 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-23 23:51:31 -04:00
Juan Ignacio Telechea
18fb03d42c
docs: webpack config line updated ( #77 )
2021-03-18 22:48:23 -04:00
dependabot[bot]
f9292c0ddc
Bump elliptic from 6.5.3 to 6.5.4 ( #75 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 22:47:49 -04:00
dependabot[bot]
b5928f9316
Bump ini from 1.3.5 to 1.3.7 ( #70 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-18 22:47:14 -04:00
Elisha Nuchi
e73e51e56e
fix: allow jsDoc comments for custom functions ( #66 )
...
Allows jsDoc comments for custom sheets functions to remain in builds so that autocomplete works correctly
2020-10-28 15:10:55 -04:00
Roy
dc3613395c
cross-env, mkdirp, and rimraf dev dependencies + escaped quotes in setup script ( #63 )
...
* Added cross-env, mkdirp, and rimraf dev dependencies. Escaped quotes causing issues with setting root dir in setup script
2020-10-11 12:10:33 -04:00
dependabot[bot]
2721e34053
Bump node-fetch from 2.6.0 to 2.6.1 ( #59 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 20:58:13 -04:00
Nikola Miljković
471cdc843d
Exclude "impl" files from being pushed during development ( #58 )
2020-09-09 17:19:11 -04:00
Ganapati V S
ad59879440
Fix server eslintrc ( #54 )
2020-08-20 09:02:04 -04:00
Elisha Nuchi
08baee043d
Upgrade copy-webpack-plugin ( #53 )
...
Also remove unused .tern-project file
2020-08-18 02:12:32 -04:00
Elisha Nuchi
886ec2e72a
Update README.md
...
Update acknowledgements
2020-08-16 22:35:16 -04:00
Elisha Nuchi
688d771192
Update LICENSE
...
Sections adapted from github.com/labnol/apps-script-starter MIT License Copyright (c) 2018 Amit Agarwal
-- Moving to main README for github license detection
2020-08-16 22:33:16 -04:00
Elisha Nuchi
7ea2af3ae2
Update LICENSE
2020-08-16 22:30:53 -04:00
Elisha Nuchi
35a641d0f7
v2 Enable local development ( #52 )
...
- Create local dev environment
- Add gas-client and google-apps-script-webpack-dev-server packages for development
- Add dev/ wrapper app
- Update webpack config to support development environment
- Redesigned READMEs
- Support typescript
- Update npm scripts
- Organize and update .gitignore file
- Add .vscode settings for clasp files
- Remove tracking for files in dist/
2020-08-15 13:09:04 -04:00
Elisha Nuchi
5030a2f81e
Merge pull request #48 from enuchi/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-08-01 10:56:03 -04:00
Elisha Nuchi
071d212f07
Merge pull request #51 from enuchi/dependabot/npm_and_yarn/elliptic-6.5.3
...
Bump elliptic from 6.5.2 to 6.5.3
2020-08-01 10:55:21 -04:00
dependabot[bot]
c40c1affb2
Bump elliptic from 6.5.2 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 06:28:24 +00:00
Elisha Nuchi
70d5a31327
Merge pull request #50 from AgustinBrst/patch-1
...
Fix server magic implementation link
2020-07-27 09:22:25 -04:00
Agustin Burset
b346f4fede
Fix server magic implementation link
2020-07-27 10:14:27 -03:00
dependabot[bot]
ad3e337cf8
Bump lodash from 4.17.15 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-16 09:59:09 +00:00
Elisha Nuchi
b97995ea59
Merge pull request #47 from enuchi/add-bootstrap-example
...
Add bootstrap example
2020-07-12 20:25:22 -04:00
Elisha Nuchi
f2a259ce66
add Bootstrap working example
...
• re-organize file structure with one directory per dialog
• add index.html file per dialog
• add bootstrap styling and dynamic cdn loading
• clean up react code and stylesheet
npm setup script update
adds force flag
"setup": "rm -f .clasp.json ..."
Update README.md
Move clasp to devDependencies
update dynamic cdn urls
Add repository field
2020-07-12 20:18:40 -04:00
Elisha Nuchi
f4351f1a49
Merge pull request #39 from enuchi/cdn-webpack-verbose-false
...
Don't print DynamicCdnWebpackPlugin logs
2020-05-12 01:37:33 -04:00
Elisha Nuchi
482e608305
Don't print DynamicCdnWebpackPlugin logs
...
• set verbose: `false`
• add comment
2020-05-12 01:36:34 -04:00
Elisha Nuchi
c3802d3afd
Merge pull request #36 from enuchi/add-minimize-flag
...
remove npm start and set minimize: true
2020-05-06 00:17:15 -04:00
Elisha Nuchi
d66c0c8e94
remove npm start and set minimize: true
2020-05-06 00:13:08 -04:00
Elisha Nuchi
be35cda5a3
Merge pull request #33 from enuchi/update-clasp-create
...
update webpack, update packages, dev experience, readme
2020-05-04 03:34:54 -04:00
Elisha Nuchi
4385be0f6b
fix readme issues
2020-05-04 03:31:47 -04:00
Elisha Nuchi
381e2c95ae
Update README.md
2020-05-04 03:21:08 -04:00
Elisha Nuchi
0ea874e8b4
update webpack, update packages, dev experience
...
update webpack, clasp, client code, eslint, prettier, readme, packages to latest
2020-05-03 05:12:50 -04:00
Elisha Nuchi
f898046c06
Merge pull request #25 from enuchi/update-webpack
...
optimize webpack and other minor changes
2020-02-11 00:19:50 -05:00
Elisha Nuchi
ad490675c1
optimize webpack and other minor changes
2020-02-11 00:17:02 -05:00
Elisha Nuchi
ac658369f7
Merge pull request #22 from enuchi/dependabot/npm_and_yarn/eslint-utils-1.4.3
...
Bump eslint-utils from 1.3.1 to 1.4.3
2019-11-17 14:16:01 -05:00
dependabot[bot]
07cae41236
Bump eslint-utils from 1.3.1 to 1.4.3
...
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils ) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases )
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-10-21 19:31:28 +00:00
Elisha Nuchi
edb6d9b977
Merge pull request #18 from enuchi/update-readme
...
update readme
2019-07-16 23:45:15 -04:00
Elisha Nuchi
7f5e236e6a
update readme
...
new installation instructions, explain more features such as multiple entrypoints and google.script.run 'server'
2019-07-16 23:44:47 -04:00
Elisha Nuchi
72acf8e31b
Merge pull request #17 from enuchi/support-multiple-entrypoints
...
Support multiple entrypoints
2019-07-16 23:38:38 -04:00
Elisha Nuchi
7e65e0b2bb
clean webpack.config.js
2019-07-16 23:38:00 -04:00
Elisha Nuchi
a2e2a13a63
update readme and add about page
2019-07-16 23:34:49 -04:00
Elisha Nuchi
f62cb5fee9
style change
2019-07-16 20:54:04 -04:00
Elisha Nuchi
bf078de592
sample about page
2019-07-15 00:35:15 -04:00
Elisha Nuchi
54e527f634
multiple entrypoints
2019-07-14 19:04:48 -04:00
Elisha Nuchi
2faa13fd28
Merge pull request #16 from enuchi/use-react-hooks
...
Use react hooks, remove main.js, convert server methods to promises
2019-07-14 13:39:21 -04:00