Skip to content

Latest commit

 

History

History
373 lines (233 loc) · 23.2 KB

CHANGELOG.md

File metadata and controls

373 lines (233 loc) · 23.2 KB

3.0.21 (2024-10-31)

Other Changes
  • update type declaration for getPropFromObject (1c849fe6)

3.0.20 (2024-10-25)

Other Changes
  • update form parent searching (962ed981)

3.0.19 (2024-10-18)

3.0.18 (2024-10-18)

New Features
  • add test for autonomic forms, Hot fix for dispatching events to parent form from autonomic form. (904c0165)

3.0.17 (2024-10-18)

Documentation Changes
  • add information about autonomic (51c3eae9)
New Features
  • add autonomic params in the form (c5750508)

3.0.16 (2024-09-04)

3.0.15 (2024-07-26)

Bug Fixes
  • update method to calc numeric value (300c484c)

3.0.14 (2024-03-03)

Breaking Changes
  • remove update-input-position.ts (30ee8b1c)
Documentation Changes
  • update ru info about input-select (3c4350bb)
New Features
Tests
  • modify tests, add input-select effect for Shift (e6f3e9dc)

3.0.13 (2024-02-20)

New Features
  • add limit attr to input-select (03b2a72d)
  • add multiple attr, update title and select handler. (907b3fe2)
Tests
  • add tests for multiple select. (900ac31f)

3.0.12 (2024-02-01)

Documentation Changes
  • add new information about 'handlers' of input-date. (58780903)
New Features
  • add widgets prop for main import (649e5f80)
Bug Fixes
  • update handlers for input-date. Add new tests. (64826cf3)
  • update version to 3.0.9. Add DateController. Add handlers for input-date (c3d5f1d6)
  • update version to 3.0.8 (139c8958)
  • update vue version (34cb35b8)

3.0.6 (2023-12-09)

Bug Fixes

3.0.5 (2023-12-09)

Documentation Changes
  • add information about isSimpleEqual (2f56f6b5)
  • update information about new Method (48133a28)
Bug Fixes
Other Changes

3.0.4 (2023-11-18)

Documentation Changes
Bug Fixes
Other Changes
  • update test for password's eye. Update vitepress version. (0d313715)

3.0.3 (2023-09-22)

Bug Fixes
  • changed field ownership check when mixing (a14602e3)
  • adding min-size for element-input-checkbox (dbce50d3)

3.0.2 (2023-08-28)

Bug Fixes
  • common to module. remove type module in package.json (0e1f1a1e)

3.0.1 (2023-08-27)

Breaking Changes
  • remove isEndPointValue, fix merging input-types. (b8be24cd)
  • remove method check-deep-value.ts (85e72020)
Documentation Changes
  • translate specification files. (99055448)
  • add specification and tests for password (b82036b4)
  • add specification for radio(also single). Add values props for single-radio (80d7f01b)
  • add specification for checkbox and single-checkbox. (26368845)
  • add docs for primitive value, add test for primitive value (1ec59513)
  • add documentation for check-composite-name.ts, update tests. (ecede3b8)
  • add documentation for bypassObject, update tests (0fabfbae)
New Features
  • update test for input-select, add specification for select. (8ccd8f0a)
  • tests/specification for switch, date. Add get-next-from-toggle-values.ts (099bbe00)
  • tests/specification for range (83adf787)
  • update input tel, remove '+', add spec/tests for input-tel. (1d653ab7)
  • add specification for input-text (ed4ee51e)
  • update test for input-number, add input-number specification (380cc246)
  • add specification for textarea (340574a2)
  • update input-radio logic, fix tabindex (52325829)
Bug Fixes
  • input-number new parse string (4b37aec3)
Other Changes
Tests
  • Resolve #171. Add test for single-checkbox (ed2f3ddf)
  • add test for single-radio (5d277aa5)
  • add test for input-checkbox, add hasError in element-input-checkbox (ee270b6d)
  • update test for input-select (5ad33ec1)
  • Resolve #151, add static method getEventAvailabilityByName. (fb5ae0dd)
  • add test for input-number (3a655fb3)

3.0.0 (2023-08-23)

Breaking Changes
  • remove method getValues (5d90b4b5)
  • remove check-dependence-for-changed-status. (4956fcd7)
Documentation Changes
  • update docs for accepts changes. (3b21023a)
  • add ru/en language, update logo. (51a4924c)
  • add form/values/peculiarities (1ce6f846)
  • add information about compare-merge-changes, compare-difference (00179029)
New Features
  • Resolve 149, new method acceptChanges, test for acceptChanges. (5cbc712f)
  • add availability page. (4977ff4a)
  • add page with validation info. Rename FormInputValidation to FormFieldValidation (4d604060)
  • update debug, remove all console.log from /src (258ec6e4)
  • move all files to src folder. (54ca2496)
  • add state/values hooks, add test for them. (02b3f21b)
  • provide v-model to form-field (953b7f05)
  • pretty input-date. (9fa85552)
  • add Date controller (e748867b)
  • update test for input-text (c9d43a3b)
  • add validate method, add test. Resolve #129 (f14a56e1)
  • new util findNearestPrefixFromArray, update available method. (2585def3)
  • new util isPrefixName, update form availability (9371cf72)
  • add id, version, wait. Resolve #128 (4a288374)
  • add reactive for clean methods. Resolve #124 (c0993d05)
  • update set for clean values, modify setter form.value (3429399f)
  • add super compare function, Resolve #123 (0219a9ad)
  • Resolve #96. (95bdfda5)
  • update form.setValues. Adding new utils. (b0df950f)
  • saving changes for dependency queue (f892e362)
  • modify dispatch event. Add recursive dispatching event to children depends. (e57777e3)
  • update event (35e4b53e)
  • new compare-changes.ts function. (3ab4a5cd)
Bug Fixes
  • Resolve #144, fix closing calendar, update click-outside.ts (3abbc4ef)
  • update input-date to UTC only. (c8edbc51)
  • update calendar grid (2b334dd5)
Other Changes
Refactors
  • creating compare function. (abf7325a)
  • update oninput event (0d94262b)
  • move some files to /src folder, deprecate proxy form (76cfdb09)
Tests
  • add full liveCircle test (8434ffd1)
  • adding test for input-date. Resolve #111 (e6d29a50)
  • resolve input-text checking (5d6618bf)
  • update tests for input-text, fix useModify (221990e6)
  • add test for input-text (80a0ff13)
  • add test for onavailability. Resolve #131 (b1616822)
  • new test for disable/enable form (067ebb71)
  • adding test for saving process (7d5bfde3)
  • adding test for readData. Fix run promises. (47754857)
  • update compare method. add checkDeepValue (0e03c5f8)

2.3.23 (2023-06-14)

New Features
  • add values to single-checkbox (b4081329)
Bug Fixes
  • update input-number disabled, add check-point in use-modify.ts (ba812111)
Tests
  • form-proxy subscribe to form. (10892809)

2.3.22 (2023-05-14)

Tests
  • form-proxy subscribe to form. (10892809)

2.3.20 (2023-05-13)

Bug Fixes
  • add copy of object in use-input-state.ts (07d02266)
  • add copy of object in use-input-state.ts (cca6ddd9)

2.3.19 (2023-04-22)

Documentation Changes
  • add information about new prop 'changed'. Add info about converting options. (edc8d091)
New Features
  • update input-number, add suffix (b37e123f)
  • fix pretty, update regex for text[numeric] (839f6c7f)
  • update name to checkDependenceForChangedStatus. add new test for it. (e42b9364)
  • new prop in the input-state "changed" (a1d2fcd8)
  • new until check-name-in-object (96daed74)
Bug Fixes
  • update input-number disabled, add check-point in use-modify.ts (ba812111)

2.3.18 (2023-04-17)

New Features
  • update input-number, add suffix (b37e123f)
  • fix pretty, update regex for text[numeric] (839f6c7f)

2.3.17 (2023-04-05)

Documentation Changes
  • add information about new prop 'changed'. Add info about converting options. (edc8d091)
New Features
  • update name to checkDependenceForChangedStatus. add new test for it. (e42b9364)
  • new prop in the input-state "changed" (a1d2fcd8)
  • new until check-name-in-object (96daed74)

2.3.16 (2023-04-03)

Refactors
  • Update input-select, fix for input-number, add new page(all-inputs) to docs-example. (c43f6a48)
  • Update input-range. (d28d49c8)
  • Update tabindex for input-radio. Add inputs to all-inputs. (87e3312b)
  • update input-password, input-number, Add key.up and key.down handles for input-number. (9cf7fd58)
  • move checkbox to element-input-checkbox, update CSS for checkbox (a957819c)
  • Update input-tel (5b62e215)
  • Adding new variables, Update input-wrap.vue (9f651fee)
Code Style Changes
  • update classes and styles for input-switch (06f0422f)
  • new vars, change font-size, border-color, background, disabled, active (650c21fe)

2.3.15 (2023-04-02)

Bug Fixes
  • remove changelog-generate file (0681f007)
Other Changes

2.3.14 (2023-03-31)

Bug Fixes

2.3.13 (2023-03-31)

Build System / Dependencies
  • removing rollup, build by vite (57de6cf4)

2.3.12 (2023-03-31)

Documentation Changes
  • input-text: New page about input[type='text'] (3ff5e2a5)
Bug Fixes
  • input-text: Update types, width, maxlength (038a87ff)