Foris JS library is a set of components and utils for reForis and plugins.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Maciej Lenartowicz 7ab1d2aaa4 Updated translation messages after moving WiFi form. 4 years ago
docs Core review docs fixes. 5 years ago
scripts Wi-Fi settings form 4 years ago
src Moved moment-timezone to devDependencies. 4 years ago
translations Updated translation messages after moving WiFi form. 4 years ago
.eslintignore Extract the library from reforis. 5 years ago
.eslintrc.js Shared lint configs 5 years ago
.gitignore Added virtual environment and packages required for translations. 5 years ago
.gitlab-ci.yml Flat structure of published package 5 years ago
Makefile Wi-Fi settings form 4 years ago
README.md Fix README.md publishing. 5 years ago
babel.cfg Updated translation messages after moving WiFi form. 4 years ago
babel.config.js Fix for exposed libraries. 4 years ago
jest.config.js Moved moment-timezone to devDependencies. 4 years ago
package-lock.json Updated translation messages after moving WiFi form. 4 years ago
package.json Updated translation messages after moving WiFi form. 4 years ago
requirements.txt Added virtual environment and packages required for translations. 5 years ago
styleguide.config.js Download docs css via NPM. 5 years ago

README.md

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