Skip to content

Latest commit

 

History

History
76 lines (70 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

76 lines (70 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 - 2023-06-25

Added

  • Fields
    • Checkbox
    • Basic Select with icon
    • Switch
    • Textarea

Changed

  • Bump Eslint & Stylelint versions and fix deprecations
  • Notification toasts usage
  • Event bus usage
  • Store: Redux to Valtio
  • Lodash-es to Lodash
  • Vite config

1.0.0-rc.1 - 2022-09-26

Added

  • Eslint
  • Stylelint
  • prettier
  • Vite bundler
  • react-router-dom
  • store
  • axios api
  • CI/CD
    • gitlab-ci
    • werf.yaml
  • Dockerfile
  • nginx.conf
  • static dir as public dir
    • branding static files
    • styles and files for init-loader
    • noscript files
  • sanity-check
  • ErrorHandler
  • Event Bus by mitt
  • i18n localization
  • MathUtil
  • DateUtil
  • Styles structure
  • commons
    • AppButton
    • App logo
    • App navbar
    • Collapse
    • ErrorMessage
    • Icon
    • Loader
      • Spinner
    • Modal
    • NoDataMessage
    • Notification
  • Fields
    • InputField
    • CheckboxField
    • SelectField
  • hooks
    • useForm
    • useFormValidation
  • Unit tests

1.0.0-rc.0 - 2022-06-30

Under the hood changes

  • Initiated and setup project