Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.33.0](v1.32.6...v1.33.0) (2020-10-01) ### Bug Fixes * acceptance merge conflict ([a813644](a813644)) * add custom model config from form ([059aa5c](059aa5c)) * add input variable option to input in form ([03d1c16](03d1c16)) * add property list values to checkbox group ([421d0c1](421d0c1)) * add radix parameter ([96e4143](96e4143)) * add table title and table column content ([a7cdf1f](a7cdf1f)) * add table title and table column content ([#200](#200)) ([f9a8b33](f9a8b33)) * add use24hourClockTime key back to timePicker ([e90e2f7](e90e2f7)) * allow only one data type ([1f12c51](1f12c51)) * change category to navigation ([#205](#205)) ([182967d](182967d)) * change tabs category ([#194](#194)) ([742d820](742d820)) * changed visible var setup ([0bb5d60](0bb5d60)) * checkbox group icon ([fae93c9](fae93c9)) * cleaner if/else ([a24f764](a24f764)) * decimal label ([d62ab2e](d62ab2e)) * fix merge conflicts ([5266ff0](5266ff0)) * form textField prefab ([d4f3512](d4f3512)) * hide type option based on an existing option ([80a3b36](80a3b36)) * linter ([7cf925b](7cf925b)) * linting errors ([530a5e6](530a5e6)) * merge conflict remove old code ([c4ff316](c4ff316)) * nameAttribute value ([5efda9e](5efda9e)) * optional pagination, optional sorting, use property content ([c166a38](c166a38)) * priceInput value type ([ed9caba](ed9caba)) * remove action component option from textfield ([0195f4e](0195f4e)) * remove custom model config from form ([7635759](7635759)) * remove duplicate actionInputId ([a8b4ab9](a8b4ab9)) * remove duplicate input option ([6556a39](6556a39)) * remove extra characters in key ([a8e148d](a8e148d)) * remove key generateCustomModel ([0ddd75a](0ddd75a)) * remove nameAttribute truthy check ([e1d7d18](e1d7d18)) * remove redundant variable ([7aab8eb](7aab8eb)) * remove the model modal config in the form prefab ([e4d5765](e4d5765)) * remove unused const ([5c84796](5c84796)) * rename checkbox to checkbox group and singlecheckbox to checkbox ([74199dc](74199dc)) * set icon color to important to override MUI ([4aa3b3e](4aa3b3e)) * ternary lint errors ([1309a1e](1309a1e)) * timePicker icon fix ([de3f0c3](de3f0c3)) * turn opacity on for auto repeated content ([6d427d7](6d427d7)) * update cli version ([35c069e](35c069e)) * update Data name to Model ([6b176c3](6b176c3)) * use property label in column heading ([#203](#203)) ([0d217bd](0d217bd)) * useHistory broke linter ([4fb4862](4fb4862)) * variant flat instead of elevation level 0 ([66b012f](66b012f)) * visible var change ([6913164](6913164)) ### Features * add corresponding labels to date time pickers ([d181c5f](d181c5f)) * add custom model and input variable to form ([06cd72b](06cd72b)) * add custom model attribute option to textfield ([7596f02](7596f02)) * add custom model attribute to 10 components ([791d8df](791d8df)) * add custom model attribute to all form components ([bd098c8](bd098c8)) * add custom model attribute to datetime pickers ([f2e3e1b](f2e3e1b)) * add custom model attribute with label ([c52e5b5](c52e5b5)) * add custom model handling to form components ([b575d0a](b575d0a)) * add custom model variable to form data ([6b8578f](6b8578f)) * add decimal prefab & add custom model attribute to number input ([5f36693](5f36693)) * add form data option to form ([a3abf29](a3abf29)) * add gating for when results does not exist ([6bff533](6bff533)) * add hidden input component ([#211](#211)) ([d59e5f2](d59e5f2)), closes [#208](#208) * add option for attribute generation inside form text component ([7fa3990](7fa3990)) * add property optionType, make nameAttribute variable type ([f6027c2](f6027c2)) * add single checkbox component ([1a5afc5](1a5afc5)) * add stepper component ([f64fea5](f64fea5)) * add sticky header option ([0e23654](0e23654)) * add support for multiple checkboxes ([0facaa8](0facaa8)) * added a showhide function and fixed visibility ([ffad817](ffad817)) * disable button and show spinner if parent loading ([bd4a476](bd4a476)) * prevent decimals when using number type ([dee44da](dee44da)) * replace GetOneProvider->ModelProvider ([33e28de](33e28de)) * replace property & propertyLabelOverride with nameAttribute ([f7162a6](f7162a6)) * show dialog by default ([ee852a3](ee852a3)) * split up dateTimePicker to 3 prefabs, with correct options ([98ec4e5](98ec4e5)) * split values on commas for default values ([#197](#197)) ([cfe3ec5](cfe3ec5)) * use material datatable instead of custom one ([9a6c0b9](9a6c0b9)) * use state to control checkbox ([ed231e1](ed231e1)) * use triggerEvent to tiggle submit button loading state ([f02db7f](f02db7f))
- Loading branch information