[release] 1.0.0 - Main thread #109
Description
From another issue comment from @CMTegner, here's the general 'remaining tasks before v1' list.
@sprjr good to have you back! Here's my take on v1:
Blockers
#94
Nice-to-have (bugfixes, changes, improvements)52
#68
#84
#92
#93
#103
#104
#106
There's a couple of topics we need to address either before v1 or soon thereafter:Menu styling/positioning: The current implementation and default setup is not great. I'm tempted to just ditch it all and force the user to decide how to render the menu (we'll provide offset and other meta data). The alternative is to go for a relatively positioned menu, which we could easily do since we wrap both the input and the menu with a div. I could mock up both suggestions unless you have a better suggestion. Here are some issues for reference: #69, #70, #75, #100, #102
highlightedIndex: #52 and #106 try to fix some of the issues, but the fact is that highlightedIndex isn't updated when props.items changes. This needs to be fixed properly.
To be closed (already fixed, no longer applicable, etc)13
15
30
45
50
53
64
74
95
97
99
105
- more, these were just the obvious ones