1.0.0 • Published 11 months ago

fmlxcustomcomponent v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

fmlxcomponent

Formulatrix WebUI component for React

How to add to your project

npm set registry https://verdaccio.formulatrix.com
  • Execute below command to install fmlx-component in your react project
npm install -save fmlxcomponent
  • To import a component to your react project, you can use typical import syntax, for example
import {FmlxButton} from 'fmlxcomponent'

Documentation Component

Change log

v0.1.78

  • Component Updates
    • FmlxDropdown - add disabled menu item v0.1.77
  • Component Updates
    • ComboBox

      • refactor get fixed menu position.

v0.1.76 v0.1.74

  • Component Updates
    • NumBox
      • add validation in case of user input an alphabet (matches A-Za-z+)
  • add react-spring dependecies

v0.1.72

  • Component Updates
    • TextBoxArea
      • forwarding ref to inner textbox

v0.1.71

  • Component Updates
    • Numbox
      • forwarding ref to inner input

v0.1.70

  • Component Updates
    • FmlxNotification
      • support fade out on onblurz

v0.1.68

  • Component Updates
    • FmlxModal
      • support contained modal

v0.1.66

  • Component Updates
    • Numbox
      • fix type 0.00xx with min value 0

v0.1.65

  • Component Updates
    • FmlxNotification
      • add customize autoHide and costume close btn;

v0.1.64

  • Component Updates
    • FmlxDropdown
      • add customItem

v0.1.62

  • Component Updates
    • FmlxTable
      • Provide renderRow props to allow row customization

v0.1.61

  • Component Updates
    • Numbox
      • move handler on componentDidUpdate to getDerivedStateFromProps

v0.1.60

  • Component Updates
    • Numbox
      • fix min and max validation if min or max has 0 as the value

v0.1.58

  • Component Updates
    • FmlxTable
      • add onBlur and onRowContextMenu props

v0.1.57

  • Component Updates
    • Numbox
      • fix precision for 0 value after comma

v0.1.56

  • Fix Missing dependencies
  • Component Updates
    • Numbox
      • prevent minus sign when min value is non-negative

v0.1.55

  • Update dependencies version

v0.1.51

  • Component Updates
    • FmlxTable
      • added costumize header class from column

v0.1.50

  • Update dependencies version

v0.1.49

  • Component Updates
    • MenuIconDropdownItem
    • MenuIcon
      • added costumize input file can add multiple

v0.1.47

  • Component Updates
    • FmlxNotification
      • added specfic icon
      • added available set content text using element

v0.1.46

  • Component Updates
    • FmlxTabs
      • added tab item click event

v0.1.45

  • Component Updates
    • FmlxNotification
      • added specfic icon
      • added available set content text using element

v0.1.44

  • Component Updates
    • NumBox
    • NumBoxSpin
    • TextBox
      • fix should component update lifecycle.

v0.1.43

  • Component Updates
    • FmlxSelect
      • handle costumize placeholder.
      • fix should component update lifecycle.

v0.1.40

  • Component Updates
    • NumBox
      • fix precision float type.

v0.1.38

  • Component Updates
    • MenuIconDropdownItem
      • add new props: multiple. to allow multiple files selection.

v0.1.32

  • Component Updates
    • MenuIconDropdownItem
      • clear input value after input file finished.

v0.1.29

  • Component Updates
    • FmlxNumpad
      • add image backspace in delete button.
    • FmlxTabs
      • add props costumize show navigate tab button.

v0.1.28

  • Component Updates
    • FmlxNumpad
      • add new props 'disabled' numpad buttons.

v0.1.27

  • Component Updates
    • MenuIconDropDownItem
      • add new props 'accept' to filter file input

v0.1.26

  • Component Updates
    • MenuIconDropDown
      • change hide display to none, instead of remove the component

v0.1.25

  • Component Updates
    • DropdownMenu
      • fix handling show-hide menu.
      • fix handling onChange file menu item.

v0.1.24

  • Component Updates
    • TextBox
      • fix lifecylcle getderivedprops.
    • CheckBox
      • fix undefined label.

v0.1.23

  • Component Updates
    • FmlxNotification
    • CheckBox
      • added multiline label.

v0.1.21

  • fix dependencies version.

v0.1.17

  • Component Updates
    • FmlxProgressBar
      • fix style container component.
    • MenuIconDropdown
      • refactor set state show menu.

v0.1.16

  • Component Updates
    • FmlxTable
      • resize scroll bar if only data length is changed.

v0.1.15

  • downgrade babel-loader version to "^8.0.6".

v0.1.14

  • downgrade webpack version to "^4.29.6".

v0.1.13

  • added style enum.
  • Component Updates
    • FmlxDrawer
      • refactor style wrapper and container component.
    • FmlxModal
      • added costumize prop backdrop.
    • FmlxNotification
      • fix style enum component.

v0.1.12

  • Component Updates
    • FmlxNumpad
    • FmlxNumpadKeys
      • added new utility class to wrapping a component into new component
    • MenuIconDropDown
      • fix disabled property.
    • FmlxButton
      • fixed comparation properties should component update.
      • added custom style rounded component.
      • added custom title component.

v0.1.11

  • Component Updates
    • FmlxTable
      • added onDropped props.

v0.1.10

  • Component Updates
    • ComboBox
      • fix get ref component container.
    • DatePicker
      • fix get ref component container.
    • FmlxButton
      • added costumize prop rounded component container.
    • FmlxTable
      • added property selectedRowKey in dragDropHOC component.

v0.1.9

  • Component Updates
    • FmlxButton
      • refactore style with no text childern.
    • FmlxTable
      • fix incoming costumize prop selectedRowKeys, disabledRowKeys and filterValueMap from parant.

v0.1.8

  • Component Updates
    • FmlxTable
      • add drag and drop ability.

v0.1.7

  • Update markdown document components.
  • Component Updates
    • MenuIconDropdown
      • fix bug undefined icon.
  • fixed all component with costumize prop classname.

v0.1.6

  • Update markdown document components.
  • Component Updates
    • FmlxTable
      • refactore resize column and visible column.
    • NumBoxSpin
      • fixed style button spin and input component.

v0.1.5

  • Update markdown document components.
  • Component Updates
    • Renamed component Spinner to GridDotSpinner
    • FmlxTable
      • refactore property sort column table.
    • MenuIconDropdown
      • refactore prop type.
      • refactor style menu dropdown
    • MenuIcon
      • refactore prop type.
    • GroubMenuIcon
      • refactore prop type.
    • HeaderNavigation
      • refactore prop on Enter input component.
    • SimpleSlider
      • fixed style margin dot slider.