Skip to content

Latest commit

 

History

History
719 lines (425 loc) · 52.1 KB

CHANGELOG.md

File metadata and controls

719 lines (425 loc) · 52.1 KB

1.31.1 (2020-08-28)

Bug Fixes

  • old version of lodash vulnerability (999af20)

1.31.0 (2020-08-26)

Features

  • add required option to select, checkbox and radiogroup (ba136fb)

1.30.5 (2020-08-26)

Bug Fixes

  • list component breaks when data option is set (2b002f3)

1.30.4 (2020-08-24)

Bug Fixes

  • make chip component avatar configuration more clear (c2fca99)

1.30.3 (2020-08-10)

Bug Fixes

  • form action error message passed (ed157b2)

1.30.2 (2020-08-05)

Bug Fixes

  • trigger loading state for button only when it's true (fc60e4b)
  • update value in state when option changes (946b4b1)

1.30.1 (2020-08-04)

Bug Fixes

1.30.0 (2020-08-04)

Bug Fixes

  • alert doesnt break on show when object is passed (352e6e2)
  • login interaction works with form again (b8aaa47)

Features

  • progress component has visibility option and interactions (786d658)

1.29.1 (2020-07-30)

Bug Fixes

1.29.0 (2020-07-30)

Features

  • trigger loading after mount (752a193)

1.28.0 (2020-07-30)

Features

  • make date picker compatible with backend time format (b681f64)

1.27.0 (2020-07-30)

Bug Fixes

  • move search input to separate component (bcc3c1d)
  • update searchFilter to use searchTerm instead of search (4dd2dd4)

Features

  • add nested search and sort to datalist (e09275a)
  • add nested search and sort to dataTable (bf914ad)

1.26.1 (2020-07-29)

Bug Fixes

  • move the show error option on the form (cfc4f16)

1.26.0 (2020-07-27)

Features

  • get font size from theme type (a73bac9)
  • overwrite theme styles for text, title, avatar and list item (c2ba12e)

1.25.0 (2020-07-27)

Features

  • data table and list based on hook and added refetch interaction (c29214f)
  • search debounce on data list (e3d3209)

1.24.0 (2020-07-27)

Bug Fixes

  • ensure condition parameters are numbers (9d14ec7)

Features

  • add more conditions to conditional component (89ca058)

1.23.0 (2020-07-27)

Bug Fixes

  • select component not to break on data type (724ad6c)

Features

  • add refetch in data components (7ac471e)
  • call useAction only if the linkType is Action (e68a1fa)
  • change the button and list to use hooks (5faa3bf)
  • don't trigger noresult if there's no modal (2c3f87d)
  • execute usegetAll when model has been defined (dc27ca1)
  • migrate form, radio, checkbox, select and autocomplete component (204f35e)
  • trigger onSuccess and onError events (d721762)

1.22.3 (2020-07-24)

Bug Fixes

  • background options position in box (0a8662f)

1.22.2 (2020-07-20)

Bug Fixes

  • empty helper / validation message in textfield component (0c6804d)

1.22.1 (2020-07-15)

Bug Fixes

  • remove extra onnoresult calls with data (3e0c0a8)

1.22.0 (2020-07-15)

Features

  • add gating for when results does not exist (03ce70f)
  • change from user interaction to custom (c0a2597)
  • change the label to interaction (0f66022)
  • don't provide a result on no results (2b4a842)
  • remove the total cout check (899944b)
  • send the message on trigger error (2bfa484)
  • show error message in components that fetch data (57ac26b)
  • use a button group, expose onLoad and onSuccess (64b2f3e)

1.21.1 (2020-07-15)

Bug Fixes

  • show all steps or any selected step in runtime (3fec38e)
  • update stepper and tabs with props from child components (458d38f)

1.21.0 (2020-07-15)

Features

  • add color options to file upload component (cbd0d93)

1.20.1 (2020-07-15)

Bug Fixes

  • border color in textfield in error state (939921c)

1.20.0 (2020-07-14)

Bug Fixes

  • linter (90375b9)
  • only set errorState on change when set (06416f9)
  • ordering validation messages and show helper text in page builder (6931681)
  • refactor blur and change handlers (c646e74)
  • remove error option and group validation options (1e317f6)
  • remove unnes argument (4527482)
  • state change only after firstInvalidation (b7f92da)

Features

  • add Disable function (d9db3e8)
  • add minlength and maxlength validation to form components (65150bc)
  • add validation messages as options to form components (4a8d7b5)
  • added passwordPattern (82078a4)
  • added validations in helperText (55f0179)
  • invalid state plus events (6279731)
  • sycned HTML5 validity state with component (b1ab343)

1.19.0 (2020-07-14)

Bug Fixes

  • add form component styling options to form prefab (90f51d1)
  • add styling options to all textfields (6f31235)

Features

  • add component styling options to form components (b63bf9e)

1.18.0 (2020-07-13)

Features

  • add set search function (3276ce8)

1.17.0 (2020-07-10)

Bug Fixes

  • add fallback default to accept so empty field doesn't fail (102f754)
  • add formatting to the error message so it's correctly shown (474b02e)
  • add inline error to file component and allow it to be turned off (ffda544)
  • alignment, events, and file listing in file upload (ee5406b)
  • don't allow children in the file upload component (de65276)
  • fire onerror only when network returns an error (ce9047c)
  • improve error handling with helper text feedback (cb71b22)
  • move loading outside the component show section (1cbc6a1)
  • only show file list when there are files to remove margin (841c494)
  • only show last occurring failure message (32773e2)
  • remove condition for useFileUpload hook (57f1978)
  • simplify some code to get the value for the helper (4aac907)

Features

  • add file upload component (9383551)
  • add support for public file upload and enforce mime type accept (81e83dd)

1.16.3 (2020-07-09)

Bug Fixes

  • properly set interactions on button (069fc84)
  • use rounded buttons on hover for all icon types (48ec484)

1.16.2 (2020-07-08)

Bug Fixes

  • required option for auto complete when multiple (78faeb0)

1.16.1 (2020-07-08)

Bug Fixes

  • add useText around labels (9d26e1f)

1.16.0 (2020-07-02)

Bug Fixes

  • box options in all prefabs (e392328)
  • set fixed position to absolute in dev (747f9e6)

Features

  • add background and positioning options to box (45442f0)

1.15.1 (2020-07-01)

Bug Fixes

  • trigger change event in autocomplete (a7bf809)

1.15.0 (2020-07-01)

Bug Fixes

  • set elevation to zero when variant is flat (9912a33)

Features

  • add custom interactions to toggle expansion component (d8176b2)
  • rename the expansion panel interactions (42de090)

1.14.4 (2020-06-30)

Bug Fixes

  • hide vertical line for a horizontal stepper (33cceba)

1.14.3 (2020-06-30)

Bug Fixes

  • make sure menu bar buttons don't change direction (35539df)

1.14.2 (2020-06-29)

Bug Fixes

  • register interactions when option type is data (fe3ea85)

1.14.1 (2020-06-29)

Bug Fixes

  • set the progress to 100 percent of container if it's linear (765bf53)

1.14.0 (2020-06-29)

Bug Fixes

  • added CONTAINER_COMPONENT to allowed types (6471cf0)
  • removed unnesc argument (c3d02c1)

Features

  • made tabs optional and added functions (49e115a)
  • removed box from tab to remove inner space (6a892a3)

1.13.1 (2020-06-29)

Bug Fixes

  • hide button when visible is unchecked (fb641ae)

1.13.0 (2020-06-24)

Bug Fixes

  • avatar width in repeated datatable columns (067a351)

Features

  • add belongs to and width option to datatable (56e6531)

1.12.0 (2020-06-24)

Features

  • replace getOneProvider with the new ModelProvider (2974f77)

1.11.3 (2020-06-22)

Bug Fixes

  • add autocomplete clear function (760c92e)

1.11.2 (2020-06-22)

Bug Fixes

  • container height option (ea948cb)

1.11.1 (2020-06-22)

Bug Fixes

1.11.0 (2020-06-17)

Bug Fixes

  • conditional option based on type of grid (643a9ad)
  • improve grid component (17c5ccd)
  • update box prefab with new options (ad3cfcc)

Features

  • add repeated children to grid when based on model (c05f661)

1.10.0 (2020-06-17)

Features

  • add alignment options to alert (9197b77)

1.9.0 (2020-06-16)

Features

  • add option for row hover background color (d4189fd)
  • add row click handler and event trigger on table row (a82c2e7)

1.8.0 (2020-06-16)

Features

  • add dialog component (112ca5b)
  • add sample prefabs to the dialog (3db2172)
  • fix positioning of the overlay (0648dc2)
  • show dialog by default (58457b0)
  • show dialog by default if visible is set to true (d0199b8)
  • use button instead of icon (695c370)

1.7.2 (2020-06-12)

Bug Fixes

  • default descending ordering in datatable (4fe4513)

1.7.1 (2020-06-12)

Bug Fixes

  • set nested drawer to be 100% of the parent (f51abb5)

1.7.0 (2020-06-12)

Features

  • reload page when form redirect is current location (6eb585d)

1.6.0 (2020-06-12)

Bug Fixes

  • add new box options to form prefab (ef2f30f)
  • use material breakpoints (e92e6a6)

Features

  • add grid component (b1127d8)
  • add inner space, outer space and background color to box (f2ab6a3)
  • add model and filter option to grid component (52a7a16)

1.5.1 (2020-06-12)

Bug Fixes

  • broken endpoint option in form and breadcrumbitem (8fce6f4)

1.5.0 (2020-06-10)

Bug Fixes

Features

  • add prefabs for drawer (f2b9ac9)
  • appBar above drawer and visible drawer while mounting (fe9ff44)
  • show different types of drawers (fc7b7c3)
  • updated drawer component (6e19017)
  • use appbar component and show responsive and unresponsive bar (0393618)
  • use nested children in drawer (2193548)
  • wip (33c1eae)

1.4.0 (2020-06-09)

Bug Fixes

  • add property to dependency list (9845eff)
  • handleStep for last step (58854ba)
  • remove React namespace (3744493)

Features

1.3.0 (2020-06-09)

Features

  • adds show and hide functions to alert (5938eba)
  • adds triggers to form component (f383ad2)

1.2.0 (2020-06-04)

Features

  • add hidden input component (f46443f)

1.1.1 (2020-06-04)

Bug Fixes

  • prerelease should be channel next (8947508)

1.1.0 (2020-06-04)

Bug Fixes

Features

  • add modal configuration to form prefab (#161) (97aad9a)
  • check changelog generation on acceptance (b660861)

1.0.0 (2020-05-20)

Bug Fixes

  • add adornments to all textfields (22294eb)
  • add on to deployment config (ebfc281)
  • add on to deployment config (4254f0f)
  • add outerspace option to submit button (10959f8)
  • add test script (9baad58)
  • add width to empty placeholder (e2cd4be)
  • alignment in cardactions (95510c0)
  • allow users to create forms that don't need a model (604279e)
  • breadcrumbItem rendering (9ee28d1)
  • build before deploy (00b7e30)
  • bump cli to get correct exit code on component build (8ffa3a6)
  • bump travis to newer node version (caea511)
  • Capitalize component name in structure (05c82c5)
  • capitalize paper component name (256552b)
  • change helper and placeholder to variable option (4bb4cdd)
  • change missing allowed types (2f4499b)
  • changed default colors for the action button (2a7d5c4)
  • conditional option for internal and external link (18a9474)
  • data container repeating items (55acb4f)
  • dataTableColumn component usage of style instead of theme (d82be58)
  • declare datepicker const first to fix the interactions (4f392da)
  • default value of filter option (2964d8d)
  • depend link priority on linktype (ffd21f1)
  • deply script (b6b6402)
  • empty row height (6691de4)
  • expand behavior on canvas (bf75af0)
  • exports in bundle and date-io version (f7b067c)
  • external link in the button (cb3f2e5)
  • fix interactions in button (bf2a520)
  • handle case when no label property is selected (5f2e205)
  • handle optional label array (6dc430d)
  • Improve formatting so it no longer fails because of linter (e3f6102)
  • input label width on blur (46c2f14)
  • make sure building of bundle is also tested (63af8e0)
  • map variable option value before join (c910cc1)
  • margin default to normal (6ada570)
  • margin normal in generated textfield (1def154)
  • Merge branch 'master' into feat/add-tab-component-TA-1360 (521491e)
  • mixup in used variables (b66a8b4)
  • MR conflict (456da97)
  • MR conflict (3c0aa6a)
  • naming (d5f385a)
  • no need to use usecallback (643371c)
  • only trigger onblur when there was a label set (31ff0ad)
  • pagination properties (#25) (f4550fc)
  • pass actual value instead of array to getRawValue (66b6823)
  • preserve material app bar styling in anchor (4eb1ded)
  • prettier issues (0418876)
  • remove multiline config (1363cc8)
  • Remove not working call to publish bundle (91c9569)
  • remove onblur handler (23e304c)
  • remove unneeded raised option and added title to img and svg placeholder (373cfca)
  • removed filter logic from components and use filter option (ac3626c)
  • removed the redirect option from form component (6ee6f39)
  • render children when no data has been found (5c5fe7b)
  • rendering of undefined in alert (711c38c)
  • replace text for label (acad03d)
  • same spacing issue in datatable (b396199)
  • set button option default to text (9728fc7)
  • set button option default to text (4958455)
  • set default for card media and set pointerevents to none (830237a)
  • set elevation option to dropdown and variant to buttongroup (f813643)
  • set min height on search wrapper (81acd3c)
  • set minimal space when button text is empty (2031aca)
  • subtract margin from fullwidth in submit button (bd0392e)
  • textInput component (77213e7)
  • theme undefined (b804a3f)
  • typo in default value secondary text option (da4538e)
  • typo in travis.yml (ecd4881)
  • typo IN travis.yml (3718abd)
  • typo IN travis.yml (7238df8)
  • unneeded rerendering of autocomplete (700451a)
  • Update readme to work with new component set (d2e449c)
  • use before script (a2c0ea1)
  • use default value for autocomplete (023541d)
  • use label instead of form input value (e14e3a1)
  • use theme colors to override material colors (2ab0c0c)
  • wrapper for showing the component toolbar (daf4428)
  • write textfield in separate parts to enable interactions (1535d83)

Features

  • add aria-label to label (ad3465a)
  • add avatar, icon and size options (1387a0c)
  • add breadcrumb options and empty state (001e4df)
  • add card header and paper component (ffbb067)
  • add checkbox component (c085ee5)
  • add close and checkbox options to autocomplete (dbc0176)
  • add conditional component (6d99a66)
  • add conditional link to option (41bb41d)
  • add custom model generation to form component (68d5a4b)
  • add data components (b8f43d3)
  • add data table column at 692 (#22) (4b488c5)
  • add datepicker (76ec8fa)
  • add default label, remove full width, and add a size option (70e214e)
  • add deploy for each env (df458c4)
  • add expansion panel properties and remove old panel (2b47714)
  • add filter (4538d1e)
  • add icons for new components (40b18e1)
  • add layout components to form (ab82203)
  • add layout components to form (#5) (e6a09c8)
  • add list and list item properties (f1b4096)
  • add login form (c7f7d04)
  • add margin and handle onchange properly (6374214)
  • add margin option to submit button (12e02de)
  • add material autocomplete component (287aed9)
  • add material select component (e674f23)
  • add material submit button (cf42cd8)
  • add material tab component (dfa3b12)
  • add material text field (d3a0df3)
  • add material ui bundler (60122f3)
  • add model filter option to select (a1324f3)
  • add multiline config to variable type (80b14f7)
  • add radio group component (f9cb5f4)
  • add responsive appbar component (7c9ffc3)
  • add show option to column component (bc574fc)
  • add subtitle color and icon color option (35843be)
  • add TextField and TextArea (9954b34)
  • add travis config with quality stage (bc56922)
  • adds input variable filtering to the data components (5edcfe3)
  • also update dataList and dataTable (4c4fc65)
  • apply type convention to allowed types component set (801a800)
  • change all links to conditional (20d0b46)
  • change from value to defaultValue (3091da1)
  • condense build stages to 1 (dd22c33)
  • form improvements - expand allowed types (508c59d)
  • let there be components (fcc0203)
  • Link helpers should use endpoint prop (1fce7d8)
  • Make sure both bundle and config files are uploaded (2528821)
  • merge form and formV1 into one form (7e732bc)
  • remove login form component (6d7edcb)
  • set cli to stable version (38d0583)
  • set text option as multiline field (db66fca)
  • support external links (ed7234c)
  • sync gitlab prod to github (6365ae3)
  • update cli (29f7d99)
  • use a text and variable option for helper-text (238628a)
  • use input variable to generate the name (0962324)