Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
00423cf
Strip Unicode combining marks in normalizeString
gnbm Apr 24, 2026
ff1dadc
Improve string normalization; add tests
gnbm Apr 24, 2026
6222556
Rebuild distribution files
gnbm Apr 24, 2026
4514a44
Create settings.local.json
gnbm Apr 24, 2026
aa6afcf
Create PULL_REQUEST_TEMPLATE.md
gnbm Apr 24, 2026
df15db8
Update deps
gnbm Apr 24, 2026
db429d1
Delete settings.local.json
gnbm Apr 25, 2026
7d3056a
Add examples for search without normalization
gnbm Apr 25, 2026
4eddec8
Use Unicode property regex for combining marks
gnbm Apr 25, 2026
1a8c16c
Rebuild virtual-select distro and docs assets
gnbm Apr 25, 2026
36e45ba
Hoist combining marks regex to module scope
gnbm Apr 25, 2026
7757ff1
Expand multilingual search tests; update builds/docs
gnbm Apr 25, 2026
cd3c4c3
Add multi-language search examples and tests
gnbm Apr 25, 2026
d4d64ce
Update utils and rebuild dist/docs assets
gnbm May 2, 2026
05d473d
Update examples.md
gnbm May 2, 2026
d7910e9
Potential fix for pull request finding
gnbm May 2, 2026
71d2934
Potential fix for pull request finding
gnbm May 2, 2026
faa0847
Strip non-letter chars in normalizeString; add regression tests
gnbm May 2, 2026
a626e39
Rebuild dist and docs assets
gnbm May 2, 2026
cdb0f75
Remove package-lock.json and update .gitignore
gnbm May 2, 2026
89b7412
Create package-lock.json
gnbm May 2, 2026
e8669c9
Update .gitignore
gnbm May 2, 2026
5f41536
Revert accidental vue.css change
gnbm May 9, 2026
0e4437e
Document punctuation and whitespace folding for searchNormalize
gnbm May 9, 2026
0053ad9
Drop redundant combining-marks regex pass in normalizeString
gnbm May 9, 2026
1a60ce5
Add browserslist to skip Unicode property escape transpilation
gnbm May 9, 2026
4578c9d
Untrack package-lock.json from .gitignore
gnbm May 9, 2026
dff746c
Rebuild dist and docs assets
gnbm May 9, 2026
2c6857f
Expand searchNormalize tests for whitespace, numbers, and edge cases
gnbm May 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Issue number: resolves #

---------

<!-- Please do not submit updates to dependencies unless it fixes an issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->

-
-
-

## Does this introduce a breaking change?

- [ ] Yes
- [ ] No

<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information.
-->


## Other information

<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
Comment thread
gnbm marked this conversation as resolved.
Comment thread
gnbm marked this conversation as resolved.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
node_modules
ts-types
videos
package-lock.json
Loading