1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00
Foris JS library is a set of components and utils for reForis and plugins.
Go to file
2020-01-06 09:45:16 +01:00
docs Core review docs fixes. 2019-09-30 11:26:06 +02:00
scripts Fix README.md publishing. 2019-12-06 17:26:01 +01:00
src Display datepicker above input 2020-01-06 09:45:16 +01:00
translations Extract reboot button from reForis. 2019-11-29 16:29:31 +01:00
.eslintignore Extract the library from reforis. 2019-08-21 17:04:26 +02:00
.eslintrc.js Shared lint configs 2019-11-13 10:11:11 +00:00
.gitignore Added virtual environment and packages required for translations. 2019-11-14 11:28:28 +01:00
.gitlab-ci.yml Flat structure of published package 2019-11-01 09:28:28 +00:00
babel.cfg Add translations. 2019-08-29 10:54:47 +02:00
babel.config.js Flat structure of published package 2019-11-01 09:28:28 +00:00
jest.config.js Move css to the library. 2019-09-26 16:10:52 +02:00
Makefile Added virtual environment and packages required for translations. 2019-11-14 11:28:28 +01:00
package-lock.json Display datepicker above input 2020-01-06 09:45:16 +01:00
package.json Display datepicker above input 2020-01-06 09:45:16 +01:00
README.md Fix README.md publishing. 2019-12-06 17:26:01 +01:00
requirements.txt Added virtual environment and packages required for translations. 2019-11-14 11:28:28 +01:00
styleguide.config.js Download docs css via NPM. 2019-09-30 11:27:13 +02:00

foris-js

Set of utils and common React elements for reForis.

Publishing package

Beta versions

Each commit to dev branch will result in publishing a new version of library tagged beta. Versions names are based on commit SHA, e.g. foris@0.1.0-beta.d9073aa4.

Preparing a release

  1. Crete a merge request to dev branch with version bumped
  2. When merging add [skip ci] to commit message to prevent publishing unnecessary version
  3. Create a merge request from dev to master branch
  4. New version should be published automatically