- add sourcemaps to the built code
- fix cloning of the event class on the mergeEventHandler utility
- make the merging utility for event handlers allow for stopping the subsequent event handlers
- fix type narrowing for the function that extends the recognized Form fields
- custom fields for createForm and allow fields to be associated with object types
- new createDismissableListener primtiive for use with popovers and usage of it on Datepicker and Select
- Rename the Dropdown to Popover, add position to its props and use solid-floating-ui for its positioning
- fix misaligned icon and text in select options
- fix inputs not appearing without a InputLikeBase
- Input: Allow to completely modify the InputLikeBase through Solid's Select: Fix positioning of the checkmark on selected options
- add sizes into the Select and propagate into used components
- fix values being set to the same when the values store is provided with predefined content in the form
- Fix zero values being ignored on Form Field initilization due to a
||
- remove default font family definition from styles
- b963c3b: fix tailwind-colors breaking with accent colors that have numbers
- fix non-granular updates for form fields
- Fixed the Input's background appearing after SSR
- name prop for most fields for use with the element
- remove dbg from useIsHydrating
- One extra adjustment to the useIsHydrating primitive
- fix hydartion errors on Ripple
- fix certain fields not validating on blur
- allow users to pass their own store of values to the createForm
- add missing opacity variant for tailwind's colors
- fix tailwind colors generation not using the css variables
- changes
- Add rail, track and thumb options to the Slider to make it more flexible
- fix wrong export for the Input component through the Form
- testing release
- Fix overall SSR
- fix (forms):errors on other deep methods
- fix getByPath problem with single property deep accesses
- update typescript and solid
- add size variant treatment for the Select's dropdown
- fix setter for manually controlled form fields
- fix onChange of Input having wrong types
- fix positioning of the rightmost icon for the input-like base
- fixed error on the FormField component
- change the name from InputContainer to InputLikeBase
- new field definition pattern that is more extendable
- export all form components
- fix input container's design for all sizes
- fix label being 5px instead of 9 when focused
- fix not using group-data attribute for the label on the input container
- fix label for input container getting too small
- fix InputContainer's label being misplaced and wrong border radius for small size
- add size variants to all fields using the InputContainer
- add size variants to the input container
- fix deep get type
- add ForceManualControl component
- do not remove fields after the component for them cleans up
- unwrap initial value passed onto the createForm
- make the provider value for the form inside of the createForm and return it instead of defining it in the Form component
- add a way to get the form provider value directly by defining a function in the children of the form
- fix input type number not parsing value into a float before updating form
- fix problems with types on the Input and with the RadioGroup
- fix placeholder not appearing on inputs without labels, content and with placeholder
- fix type issues with Select.Dropdown
- fix types for Select.Dropdown
- improved composability for the Select component
- remove field internal wrapper's padding
- 450f324: fix content's opacity disappearing on the Input
- fix problems with class merging and the input's layout
- add missing extendPropsFrom key on dropdown
- add align prop to the Dropdown and use align="right" on all fields that use it
- Fixed exports from
themes
- make the positioning of the Dropdown automatic depending on weather it will be outside the screen or not
- fixed most ssr problems with solid by generating code for the server and client and making them both hydrated
- remove extra styles css addition
- make the recursive css copying have limitless depth
- include the css files in the source folder
- use rollup-preset-solid to have hydratable markers
- remove baseDir and the aliases it provided from all imports
- remove all aliases from source code and fix all imports
- preserve jsx for vite to compile depending on the solid app cofig
- initial testing version