Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
c440015
Configured github-actions
Nov 25, 2021
89a70b7
Upgraded formiojs to 4.13.9
Nov 25, 2021
a88bd8b
Adding automated versioning
Nov 25, 2021
775b295
ci: version bump to 0.3.6
gh-action-bump-version Nov 25, 2021
b12fa39
Removed bumping version from matrix
Nov 25, 2021
8b229c7
ci: version bump to 0.3.7
gh-action-bump-version Nov 25, 2021
46de465
Running git pull after bumping version
Nov 25, 2021
d309798
ci: version bump to 0.3.8
gh-action-bump-version Nov 25, 2021
566ade6
Adding release
Nov 26, 2021
02ed30d
Adding release
Nov 26, 2021
381ddd8
Adding release
Nov 26, 2021
b08a3da
ci: version bump to 0.3.9
gh-action-bump-version Nov 26, 2021
d3c1b48
Adding release
Nov 26, 2021
ba404e5
ci: version bump to 0.3.10
gh-action-bump-version Nov 26, 2021
2d2ffe5
Adding release
Nov 26, 2021
518c240
ci: version bump to 0.3.11
gh-action-bump-version Nov 26, 2021
ad368b4
Adding release
Nov 26, 2021
465b7bd
ci: version bump to 0.3.12
gh-action-bump-version Nov 26, 2021
83109c7
Adding release
Nov 26, 2021
26d204b
ci: version bump to 0.3.13
gh-action-bump-version Nov 26, 2021
9025909
Adding release
Nov 26, 2021
88600a8
ci: version bump to 0.3.14
gh-action-bump-version Nov 26, 2021
5e9166b
Adding release
Nov 26, 2021
404bb08
ci: version bump to 0.3.15
gh-action-bump-version Nov 26, 2021
86bd6a7
Adding release
Nov 26, 2021
fc64906
ci: version bump to 0.3.16
gh-action-bump-version Nov 26, 2021
1bad5cf
Adding release
Nov 26, 2021
76c0a03
ci: version bump to v0.3.17
gh-action-bump-version Nov 26, 2021
717f874
Adding release
Nov 26, 2021
37faac3
Adding release
Nov 26, 2021
955bdd1
ci: version bump to 0.3.18
gh-action-bump-version Nov 26, 2021
baef4f4
Adding release
Nov 26, 2021
396e3d1
ci: version bump to 0.3.19
gh-action-bump-version Nov 26, 2021
0ea2f1d
Adding release
Nov 26, 2021
86ba22a
ci: version bump to 0.3.20
gh-action-bump-version Nov 26, 2021
4d8180b
Adding release
Nov 26, 2021
d81a868
ci: version bump to 0.3.21
gh-action-bump-version Nov 26, 2021
4da7cb5
Adding release
Nov 26, 2021
9ddfb9c
ci: version bump to 0.3.22
gh-action-bump-version Nov 26, 2021
db721ed
Persisting formatted jsons
Jan 19, 2022
e94c7bd
ci: version bump to 0.3.23
gh-action-bump-version Jan 19, 2022
793e98d
Reduced indent to 2 spaces
Jan 19, 2022
996a247
ci: version bump to 0.3.24
gh-action-bump-version Jan 19, 2022
9cbf4ae
add custom components libruary
romanovskivadim Jun 27, 2022
81a55c8
fix pathes
romanovskivadim Jun 27, 2022
18f068a
add cathegory
romanovskivadim Jun 28, 2022
51cce22
Merge pull request #1 from hes-fintech/feat/add-custom-components
deulabs Jun 28, 2022
4e3fd5b
ci: version bump to 0.4.0
gh-action-bump-version Jun 28, 2022
3d8aa26
return advanced components
romanovskivadim Jul 5, 2022
a3e0023
Merge pull request #2 from hes-fintech/fix/return-advanced-components
romanovskivadim Jul 5, 2022
4edaed0
ci: version bump to 0.4.1
gh-action-bump-version Jul 5, 2022
e558daa
update componenet packeges
romanovskivadim Jul 6, 2022
703a4a6
Merge pull request #3 from hes-fintech/update-packeges
romanovskivadim Jul 6, 2022
5076ffb
ci: version bump to 0.4.2
gh-action-bump-version Jul 6, 2022
673d545
add new packages with slider
romanovskivadim Jul 7, 2022
554677e
Merge pull request #4 from hes-fintech/update-sliders
romanovskivadim Jul 7, 2022
29d0e48
ci: version bump to 0.4.3
gh-action-bump-version Jul 7, 2022
d5a9b0e
add fetch component
romanovskivadim Jul 13, 2022
e32414b
Merge pull request #5 from hes-fintech/feat/fetch-component
romanovskivadim Jul 13, 2022
278f489
ci: version bump to 0.5.0
gh-action-bump-version Jul 13, 2022
b747cdf
fix refresh component
romanovskivadim Jul 15, 2022
812b348
Merge pull request #6 from hes-fintech/fix/refresh-component
romanovskivadim Jul 15, 2022
3aafd06
ci: version bump to 0.5.1
gh-action-bump-version Jul 15, 2022
96bc66e
add int for slider
romanovskivadim Jul 19, 2022
c374365
Merge pull request #7 from hes-fintech/feat/slider-int
romanovskivadim Jul 19, 2022
e4d3006
ci: version bump to 0.6.0
gh-action-bump-version Jul 19, 2022
71d1353
fix prefix for slider
romanovskivadim Jul 19, 2022
34761b9
Merge branch 'master' into fix/slider-prefix
romanovskivadim Jul 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Node.js CI

on:
push:
branches: [ master ]

jobs:

bumpVersion:
outputs:
tag: ${{ steps.bump-version.outputs.newTag }}

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: bump-version
name: 'Automated Version Bump'
uses: 'phips28/gh-action-bump-version@master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build:
needs: bumpVersion

runs-on: ${{ matrix.os }}

strategy:
matrix:
include:
- os: macOS-latest
task: build-mac
paths: |
dist/*.dmg
dist/*.zip
- os: windows-latest
task: build-win64
paths: dist/*.exe
- os: ubuntu-latest
task: build-linux
paths: dist/*.AppImage
steps:
- uses: actions/checkout@v2
- run: git pull origin master
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
cache: 'npm'
- run: npm ci
- run: npm run ${{ matrix.task }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
path: ${{ matrix.paths }}

release:
needs:
- bumpVersion
- build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
- name: Release
uses: softprops/action-gh-release@v1
with:
files: 'artifact/*'
tag_name: ${{ needs.bumpVersion.outputs.tag }}
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2021 HiEndSys
Copyright (c) 2018 Artezio
Copyright (c) 2018 Form.io
Copyright (c) 2011-2020 Twitter, Inc.
Expand Down
Binary file modified data/icons/png/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading