Commit graph

51 commits

Author SHA1 Message Date
Mattia Astorino
1efecfe36b
fix: Improve JSX text readability 2020-01-08 10:14:10 +01:00
Mattia Astorino
8961e4308b
Upadate generator 2020-01-07 17:52:56 +01:00
Mattia Astorino
4b1db4e3fe
fix: Update generator and made new groups 2020-01-07 17:35:16 +01:00
Alessio Occhipinti
1ddcebf4c0 Feat/generator 3 iteration (#399)
* fix: vscode tasks and removed gulp files

* chore: cleanup deps and remove babel references

* chore: switch from cp to ncp
2019-12-24 11:28:38 +01:00
Alessio Occhipinti
c040e556ae Feat/generator 2 iteration (#398)
* chore: eslintrc fix

* chore: update package json with new build scripts, correct build folder

* feat: build ui scripts

* chore: start fixing eslint

* chore: fix interfaces name

* feat: add copy dist source to build with cp (for now)
2019-12-23 17:34:01 +01:00
Alessio Occhipinti
bf9a2bb6ed Feat/generator 1 iteration (#397)
* chore: added editor config and fix vscode settings

* fix: eslint and typescript

* chore: cleanup folders (gulp)

* feat: cleanup and working generator
2019-12-23 15:54:32 +01:00
Mattia Astorino
89b06d1a76
Test generator 2019-12-09 09:54:24 +01:00
Mattia Astorino
09300cd51a
Merge develop 2019-08-12 16:34:49 +02:00
Mattia Astorino
52c25619e3
Update support to new tokens 2019-08-12 16:32:36 +02:00
Mattia Astorino
db29bf511c
Develop (#377)
* fix: Fix search highlight matched result color

Close #358

* fix: Fix inputs selection background

Close #362

* Release: 29.1.0

* feat: Add support for tree's guidelines

* fix: Fix terminal cursor color

* Release 29.2

* chore(deps): bump handlebars from 4.1.0 to 4.1.2 (#368)

* Release 29.2 (#367)

* fix: Fix search highlight matched result color

Close #358

* fix: Fix inputs selection background

Close #362

* Release: 29.1.0

* feat: Add support for tree's guidelines

* fix: Fix terminal cursor color

* Release 29.2

* chore(deps): bump handlebars from 4.1.0 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump js-yaml from 3.12.1 to 3.13.1 (#369)

* Release 29.2 (#367)

* fix: Fix search highlight matched result color

Close #358

* fix: Fix inputs selection background

Close #362

* Release: 29.1.0

* feat: Add support for tree's guidelines

* fix: Fix terminal cursor color

* Release 29.2

* chore(deps): bump js-yaml from 3.12.1 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Update readme
2019-07-29 09:58:27 +02:00
dependabot[bot]
176bf7ecc6 chore(deps): bump tar from 2.2.1 to 2.2.2 (#371)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 18:14:39 +02:00
dependabot[bot]
3e7fd67b25 chore(deps): bump js-yaml from 3.12.1 to 3.13.1 (#369)
* Release 29.2 (#367)

* fix: Fix search highlight matched result color

Close #358

* fix: Fix inputs selection background

Close #362

* Release: 29.1.0

* feat: Add support for tree's guidelines

* fix: Fix terminal cursor color

* Release 29.2

* chore(deps): bump js-yaml from 3.12.1 to 3.13.1

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 17:54:53 +02:00
dependabot[bot]
644339d285 chore(deps): bump handlebars from 4.1.0 to 4.1.2 (#368)
* Release 29.2 (#367)

* fix: Fix search highlight matched result color

Close #358

* fix: Fix inputs selection background

Close #362

* Release: 29.1.0

* feat: Add support for tree's guidelines

* fix: Fix terminal cursor color

* Release 29.2

* chore(deps): bump handlebars from 4.1.0 to 4.1.2

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.0 to 4.1.2.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.0...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-04 17:54:24 +02:00
Mattia Astorino
16abb52173
Merge develop 2019-06-27 17:06:52 +02:00
Mattia Astorino
0a66c2c06a
fix: Fix search highlight matched result color
Close #358
2019-06-27 16:31:28 +02:00
Mattia Astorino
97aa537de1
Merge Develop into Master (#320)
* Consistent styling throughout README (#314) (#315)

Instituted a consistent styling method throughout the README. Before, some phrases would be capitalized in some places and lowercase in others, some phrases would have colons in one place and commas in others, and some of the grammar was slightly off.

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* chore: Update stale configuration

* chore: Update deps

* fix: Add support to the new FilterWidget. Fix #316.

* fix(#312): Fix color highlighting for meta.tag elements

* chore: Prepare for 2.7.0

* chore: Update README

* fix: accent setter reborn (#319)

* Create CODEOWNERS
2019-02-11 11:02:29 +01:00
Mattia Astorino
8ce1ab62c6
chore: Update deps 2019-02-08 10:35:49 +01:00
Alessio Occhipinti
50c057184c Feat/remove icons (#310)
* feat(Icons removal): Removed all related icons commands and files

* chore: fix (remove) all gulp related imports and task for icons

* chore: removed extensions folder and switch all imports (+ small fixes)

* chore: re-added defaults.json on root

* feat(Icons removal): Added vsc-material-theme-icons dependency
2019-01-31 21:35:51 +01:00
Alessio Occhipinti
3b3abd2a33 Feat/sanity (#298)
* chore: finishing sanity integration with correct schemas

* chore: adding sanity client (waiting for bug fix from sanity)

* feat: Sanity integration completed

* chore: removed useless bootstrap type
2018-12-23 17:35:38 +01:00
Mattia Astorino
0f9d586640
chore: Update deps 2018-10-25 13:26:47 +02:00
Alessio Occhipinti
751b7635b3 feat: added support for ext changelogs (WIP) (#275)
* feat: added support for ext changelogs

* chore: switch repo releases url
2018-10-25 13:01:51 +02:00
Alessio Occhipinti
d9ea7c2ea6 Feat/release note webview (#248)
* chore(deps): update dependencies

* chore: renamed custom-settings interface

* WIP: added new Webview handler main class

* WIP: added support for Settings webview

* WIP (webview): added gulp command for copying ui files

* WIP (preview): scripts for building updated

* chore: gitignore

* chore: switched to babel-preset-env and added browserify for bundling

* chore: small changes to webviews (added external interfaces file)

* chore: added new task on task explorer and small fix copy ui task

* WIP: webview HTML, JS and CSS added and ready to be developed

* chore: Test native elements

* chore(release): 2.3.0

* chore: init added release notes webview

* chore: Removed unused import

* chore: fixed build release-notes

* chore: Add release notes template

* chore: Update release notes

* chore: Update release notes template

* chore: Update release notes style

* Create stale.yml

* chore: Update release notes

* chore: Removed show-changelog command
2018-08-29 21:30:40 +02:00
Mattia Astorino
27624facde
fix: Fix status bar hover item background on Lighter variant.
Fix 203
2018-06-17 21:30:39 +02:00
Alessio Occhipinti
a2dd0fec4a Added get-remote-icons command (#192)
* gulp: get-remote-icons command added

* chore: deleted icons
2018-05-24 09:25:20 +02:00
Alessio Occhipinti
94189a72c3 Refactor/linting - tslint-xo (#178)
* refactor(deps): added tslint, cleanup, and activationEvents modified

* refactor(lint): linting...

* refactor(changelog): changelo method refactor (should be tested)

* refactor(theme-icons):  linting and small refactor

* refactor(accents-setter): linting and small refactor

* chore(travis): added travis file
2018-05-03 11:39:51 +02:00
Mattia Astorino
e84da5985f
chore: Update security 2018-04-30 10:20:33 +02:00
LasaleFamine
c9bfbd5e18 chore(yarn.lock): added yarn.lock 2018-04-21 18:22:47 +02:00
Mattia Astorino
ba969ccd3e
chore: Update README 2018-02-11 14:58:16 +01:00
Mattia Astorino
3faf54ebdf add yarn.lock deps 2018-02-11 14:53:18 +01:00
Mattia Astorino
972ed36775 chore: Update things 2017-09-27 18:29:36 +02:00
Mattia Astorino
195041fabd chore: Fix current and new deps version 2017-09-12 10:18:21 +02:00
Mattia Astorino
2fb5bc02e2 chore: update deps 2017-06-30 17:25:36 +02:00
Mattia Astorino
d0aeec0275 chore: Update deps 2017-06-30 17:19:21 +02:00
Mattia Astorino
9eb980e25e chore: Add textlink.foreground accent 2017-06-01 11:40:20 +02:00
Mattia Astorino
6ba22488b5 chore: Update dependencies 2017-05-25 11:39:55 +02:00
Mattia Astorino
9d6d2c18ae chore: Add dep tsc 2017-05-25 11:38:21 +02:00
Mattia Astorino
8923212ef7 chore: Update yarn.lock 2017-05-25 11:31:26 +02:00
Mattia Astorino
85375e5891 chore: Update dependencies 2017-05-11 08:51:48 +02:00
Mattia Astorino
500ad377c3 chore: Add watcher (to fix) 2017-05-10 09:37:48 +02:00
Mattia Astorino
1b724d010b chore: Update workbench theme 2017-05-10 09:03:44 +02:00
Mattia Astorino
f35bef6aad chore: Update dependencies and replace colors with gutil 2017-04-10 09:08:37 +02:00
Sundeep Malladi
5aa24248a1 Swapping in real template vars 2017-04-06 09:42:41 -05:00
Sundeep Malladi
3ddbee30ec First pass at building themes 2017-04-06 07:24:02 -05:00
Mattia Astorino
4ccb17a2bb chore: Add icons theme builder 2017-02-18 19:29:35 +01:00
Mattia Astorino
b4dead10f1 feat: first beta release 2017-02-06 22:38:46 +01:00
Mattia Astorino
7d3b7bd295 feat: Add Material Theme icon-theme 2017-02-06 21:31:52 +01:00
Mattia Astorino
1d80882bf6 chore: Remove icons 2017-02-04 22:55:05 +01:00
Mattia Astorino
8cbd95a449 chore: Add icons builder 2017-02-04 22:01:06 +01:00
Mattia Astorino
e062daac58 chore: Add tasks 2017-02-04 14:56:29 +01:00
Mattia Astorino
543e41cdea chore: add icons parser 2017-02-04 12:31:33 +01:00