cg-select/CHANGELOG.md
2023-04-04 17:33:14 +03:00

74 lines
1.7 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.
### 00.03.2023 - update 0.2.6
- Added new theme creation mode.
### 00.03.2023 - update 0.2.7
- Switch to new webpack project builder.
##### 00.03.2023 - fix 0.2.71
- Select import fixed.