cg-select/CHANGELOG.md
2023-10-04 18:26:51 +03:00

94 lines
2.3 KiB
Markdown

# CG-SELECT
### 16.12.2022 - release version 0.1.0!
### 20.12.2022 - update 0.1.12.
Tested in JS and React. Errors in work in React applications are revealed.
- Changed the file structure of the application.
### 22.12.2022 - update 0.1.14.
- Changes in the location of the scss files.
- Fixed influence of select styles on JS application.
### 29.12.2022 - update 0.1.17
- Added ability to change select display on phones (native/cg-select).
- Added the ability to change the display of the sheet with a choice (normal / modal window).
- Fixed identified bugs.
- Fixed display of the example page on mobile devices.
- Updated documentation!
### 20.01.2023 - update 0.2.1
- All select rewritten to ts.
- Fixed bugs and shortcomings.
##### 24.01.2023 - fix 0.2.2 - Fixed documentation etc.
### 27.01.2023 - update 0.2.3
- Changed the theme selection function.
- Fixed documentation.
##### 31.01.2023 - fix 0.2.31
- Adding a new method to track select actions.
- Fixed documentation.
##### 08.02.2023 - fix 0.2.32
- Fixing Methods and Variables.
- Updating how themes work.
- Fixed documentation.
- Fixing bugs related to the cleanup of the select.
- Documentation navigation update.
- Added icon for example page and documentation.
### 20.02.2023 - update 0.2.4
- Added ability to create custom themes.
- Added style builder on homepage.
- Fixed documentation.
- Added a block describing how to create your own themes.
### 27.02.2023 - update 0.2.5
- Moving an example using a select to a separate repository.
- Fixed bugs.
- Changed structure.
### 01.03.2023 - update 0.2.6
- Added new theme creation mode.
### 01.03.2023 - update 0.2.7
- Switch to new webpack project builder.
##### 04.03.2023 - fix 0.2.71
- Select import fixed.
### 06.03.2023 - update 0.3.0
- Completely redesigned assembly to webpack and completed the transition to a new platform.
- Assembly bugs fixed
##### 04.03.2023 - fix 0.3.1
- Fixed import select.
##### 04.03.2023 - fix 0.3.12
- Optimized code.
- Added error messages when using public methods.
### 04.10.2023 - update 0.3.2
- Added the ability to set the name attribute for further sending data to the server. (\*nameSelect: string)
- Added a function to POST a request to the server when selecting an item. (\*getRequestUrl: string)
- Optimized code.