592 Commits

Author SHA1 Message Date
Micha
b87ac53dc8 Update dist files and package-lock.json 2025-10-09 19:02:50 +02:00
Micha
6011c7ba4b Bump version to 1.5.4 - fix Select2 RC peer dependency compatibility 2025-10-09 19:02:09 +02:00
Micha
3e37ef14e4 Update package title and rebuild dist files with correct name 2025-10-09 15:21:04 +02:00
Micha
b11250262c Fix package name to match npm registry: x-editable-bootstrap5 2025-10-09 15:19:21 +02:00
Micha
b137f68801 Modernize Select2 integration and fix popover page jumping
- Upgraded Select2 from bundled v3.4.4 (2013) to v4.x peer dependency
- Removed legacy Select2 v3.x bundled files from lib directory
- Updated Select2 input to use v4.x API (events, AJAX, templates)
- Fixed Bootstrap 5 popover page jumping issue with multi-timeout scroll restoration
- Added comprehensive migration documentation in README-select2-upgrade.md
- Rebuilt all distribution files with updated source code

Breaking Changes:
- Select2 now requires separate installation as peer dependency
- AJAX configuration updated for v4.x format
- Event names changed (select2:select vs select2-loaded)
- Template functions renamed (templateResult vs formatResult)
2025-10-09 15:14:25 +02:00
Micha
1dbf4d2fa7 bufixed on json source 2025-07-02 17:41:13 +02:00
Micha
fa96bccbf3 datepicker working 2025-03-09 12:19:33 +01:00
Micha
8d6ea5e084 added bs5 images 2025-03-04 14:51:12 +01:00
Micha
55d950d703 added bs5 images 2025-03-04 14:33:33 +01:00
Micha
80932401bd added bs5 images 2025-03-04 14:24:35 +01:00
Micha
af31afd34b fixed jQuery dprecations 2025-03-03 12:53:00 +01:00
Micha
30f1b9a6a9 fixed jQuery dprecations 2025-03-03 12:43:56 +01:00
Micha
d0d10a7e90 fixed jQuery dprecations 2025-03-03 12:16:55 +01:00
Micha
8176c13006 fixed jQuery dprecations 2025-03-03 11:59:50 +01:00
Micha
4d360c3749 fixed jQuery dprecations 2025-03-03 11:57:30 +01:00
Micha
323de3b9e3 fixed jQuer dprecations 2025-03-03 11:56:17 +01:00
Micha
2d450fe257 updted README.md 2025-02-23 17:56:24 +01:00
Micha
39bb5a3e71 updted README.md 2025-02-23 15:59:23 +01:00
Micha
5209d2f85d adapted README.md 2025-02-21 17:32:33 +01:00
Micha
aab5a76501 Merge branch 'bootstrap-5.3' 2025-02-21 17:25:47 +01:00
Micha
263c9ab3c4 Bootstrap 5 works 2025-02-21 17:25:26 +01:00
Micha
94b34e6256 Bootstrap5 support 2025-02-21 16:57:59 +01:00
Vitaliy Potapov
ce55af42ca Update README.md 2025-02-11 13:56:24 +04:00
MarQuis Knox
bbbd2e2b40 Update README.md 2017-01-10 13:37:34 +01:00
MarQuis Knox
5e3f54c0dd UPDATED: README.md
Updated branch to submit Pull Requests
2017-01-10 13:35:55 +01:00
MarQuis Knox
b510cc86b9 Update README.md 2016-12-20 18:31:11 +01:00
MarQuis Knox
dc8967d116 Update README.md 2016-12-18 22:26:41 +01:00
lorvent
3e983bc6d2 Merge pull request #898 from wenzhixin/patch-1
fix #897: success is not defined bug
2016-05-08 09:54:23 -04:00
wenzhixin
fe5b56a9c2 fix #897: success is not defined bug 2016-05-08 14:49:27 +08:00
lorvent
e03afb2436 Merge pull request #876 from psaintlaurent/patch-1
Incorrect deferred implementation
2016-03-18 21:19:28 +05:30
Patrick St. laurent
93789de24d Typo in github editor 2016-03-11 12:35:35 -05:00
Patrick St. laurent
a55709c990 Update bootstrap-editable.js 2016-03-11 12:33:08 -05:00
Patrick St. laurent
9275da7cfc Incorrect deferred implementation
This function creates a success object and a deferred object but the success object is never established as a handler for the deferred.  In practice this means that the display callback is never executed and values are never rendered.
2016-03-11 01:14:54 -05:00
lorvent
717d7f8594 Merge pull request #872 from AleksandrChernyavenko/master
default value for combodate.maxYear ( must be current year, not 2015 )
2016-03-02 01:03:55 +00:00
AleksandrChernyavenko
85fa502f2c default value for combodate.maxYear
Set default value  for combodate.maxYear to current year
2016-03-01 11:48:55 +02:00
lorvent
565f730945 Merge pull request #697 from tasarsu/patch-1
Bower jquery version change
2016-02-09 01:06:11 -05:00
lorvent
c54078cb23 Merge pull request #859 from PerformanceHorizonGroup/add-slider-editor
added Slider editor extension
2016-02-05 05:04:40 -05:00
Georgi Kostov
c2e64bc989 removed commented out code 2016-02-05 09:40:05 +02:00
lorvent
42b6d07a6b Merge pull request #849 from moradrouaguy/patch-1
Update bootstrap-editable.js
2016-02-04 13:48:15 -05:00
lorvent
28210f5cbb Merge pull request #690 from ma-si/patch-1
Update composer.json
2016-02-04 13:44:38 -05:00
Georgi Kostov
6099e5176d added Slider editor 2016-01-21 12:40:50 +02:00
moradrouaguy
76cdd53091 Update bootstrap-editable.js
I just put the current Year for the default maxDate (combodate).
2016-01-05 15:22:47 +00:00
Tim Uy
8de8dde8b6 Merge pull request #694 from smasala/master
stop css breaking in a popup BS3
2015-11-11 08:18:15 -08:00
Tim Uy
0cf3b10e8e Merge pull request #713 from powellzer/master
Check if select2 input exists before destroy
2015-11-11 08:12:50 -08:00
Tim Uy
5160ac6564 Merge pull request #836 from 304NotModified/patch-1
fixed syntax highlighting
2015-11-11 08:04:24 -08:00
Julian Verdurmen
f58b301414 fix syntax highlighting 2015-11-11 12:57:34 +01:00
Tim Uy
ccf1705213 Update README.md 2015-11-10 12:58:01 -08:00
E. Timothy Uy
80c93e2a8f Merge pull request #771 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-11-09 17:08:26 -08:00
E. Timothy Uy
b70f19a04e Merge pull request #807 from pablo/master
Fix a typo
2015-09-26 22:29:31 -07:00
Pablo Santa Cruz
3e87256663 Fix a typo
Fix a very small typo in a comment.
2015-08-31 09:44:35 -04:00