🌐 AI搜索 & 代理 主页
Skip to content

Commit 2efd38a

Browse files
authored
fix(changelog): correct typos (#3950)
1 parent adf82a0 commit 2efd38a

File tree

2 files changed

+49
-47
lines changed

2 files changed

+49
-47
lines changed

CHANGELOG-OLD.md

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This changelog file contains all previous commits. For the latest changes, refer
3333
- **dropdown:** fix condition for when position-static is applied
3434
([#1477](https://github.com/bootstrap-vue/bootstrap-vue/issues/1477))
3535
([1717edb](https://github.com/bootstrap-vue/bootstrap-vue/commit/1717edb))
36-
- **dropdown:** fixed aria-labbeledby for non-split dropdowns
36+
- **dropdown:** fixed aria-labelledby for non-split dropdowns
3737
([d597dbc](https://github.com/bootstrap-vue/bootstrap-vue/commit/d597dbc))
3838
- **dropdown:** prevent toggle click from closing in collapsed navbar
3939
([#1475](https://github.com/bootstrap-vue/bootstrap-vue/issues/1475))
@@ -62,10 +62,10 @@ Released: 2017-12-15
6262
([41a46b2](https://github.com/bootstrap-vue/bootstrap-vue/commit/41a46b2))
6363
- **carousel:** clear timers on beforeDestroy
6464
([fa1c083](https://github.com/bootstrap-vue/bootstrap-vue/commit/fa1c083))
65-
- **carousel:** remove un-needed `aria-` atribute on slides
65+
- **carousel:** remove un-needed `aria-` attribute on slides
6666
([#1448](https://github.com/bootstrap-vue/bootstrap-vue/issues/1448))
6767
([260919f](https://github.com/bootstrap-vue/bootstrap-vue/commit/260919f))
68-
- **carousel:** uncaught typeerror on empty slides.
68+
- **carousel:** uncaught TypeError on empty slides.
6969
([#1401](https://github.com/bootstrap-vue/bootstrap-vue/issues/1401))
7070
([cadae79](https://github.com/bootstrap-vue/bootstrap-vue/commit/cadae79))
7171
- **dropdown:** use class `position-static` instead of inline style
@@ -93,7 +93,7 @@ Released: 2017-12-15
9393
([f7e80a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/f7e80a8))
9494
- **table:** better custom css specificity for when nesting tables
9595
([7acccb9](https://github.com/bootstrap-vue/bootstrap-vue/commit/7acccb9))
96-
- **table:** correct fixd-top row scoped slot properties
96+
- **table:** correct fixed-top row scoped slot properties
9797
([debf8e2](https://github.com/bootstrap-vue/bootstrap-vue/commit/debf8e2))
9898
- **table:** initial busy of true always makes table busy
9999
([#1400](https://github.com/bootstrap-vue/bootstrap-vue/issues/1400))
@@ -110,7 +110,8 @@ Released: 2017-12-15
110110
[#1464](https://github.com/bootstrap-vue/bootstrap-vue/issues/1464)
111111
- remove listenOnRoot handlers in beforeDestroy
112112
([e594490](https://github.com/bootstrap-vue/bootstrap-vue/commit/e594490))
113-
- SFC transpilation in es buld ([#1410](https://github.com/bootstrap-vue/bootstrap-vue/issues/1410))
113+
- SFC transpilation in es build
114+
([#1410](https://github.com/bootstrap-vue/bootstrap-vue/issues/1410))
114115
([3ef9572](https://github.com/bootstrap-vue/bootstrap-vue/commit/3ef9572))
115116

116117
### Features v1.4.0
@@ -165,15 +166,15 @@ Released: 2017-12-15
165166
- **dropdowns:** use non reactive property to store popper.js instance
166167
([#1416](https://github.com/bootstrap-vue/bootstrap-vue/issues/1416))
167168
([379d9a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/379d9a8))
168-
- evalute slots() once in functional component render functions
169+
- evaluate slots() once in functional component render functions
169170
([#1438](https://github.com/bootstrap-vue/bootstrap-vue/issues/1438))
170171
([3c42477](https://github.com/bootstrap-vue/bootstrap-vue/commit/3c42477))
171172

172173
<a name="1.3.0"></a>
173174

174175
## [v1.3.0](https://github.com/bootstrap-vue/bootstrap-vue/compare/v1.2.0...v1.3.0)
175176

176-
Relased: 2017-11-29
177+
Released: 2017-11-29
177178

178179
### Bug Fixes v1.3.0
179180

@@ -182,7 +183,7 @@ Relased: 2017-11-29
182183
([96fb934](https://github.com/bootstrap-vue/bootstrap-vue/commit/96fb934))
183184
- **carousel:** clear timers on beforeDestroy
184185
([53ea1b4](https://github.com/bootstrap-vue/bootstrap-vue/commit/53ea1b4))
185-
- **carousel:** uncaught typeerror on empty slides.
186+
- **carousel:** uncaught TypeError on empty slides
186187
([#1401](https://github.com/bootstrap-vue/bootstrap-vue/issues/1401))
187188
([a2ee9b6](https://github.com/bootstrap-vue/bootstrap-vue/commit/a2ee9b6))
188189
- **dropdowns:** prevent memory leak on destroy
@@ -195,7 +196,7 @@ Relased: 2017-11-29
195196
([37ab5cb](https://github.com/bootstrap-vue/bootstrap-vue/commit/37ab5cb))
196197
- **table:** better custom css specificity for when nesting tables
197198
([4a2d121](https://github.com/bootstrap-vue/bootstrap-vue/commit/4a2d121))
198-
- **table:** correct fixd-top row scoped slot properties
199+
- **table:** correct fixed-top row scoped slot properties
199200
([7e042f1](https://github.com/bootstrap-vue/bootstrap-vue/commit/7e042f1))
200201
- **table:** initial busy of true always makes table busy
201202
([#1400](https://github.com/bootstrap-vue/bootstrap-vue/issues/1400))
@@ -208,7 +209,8 @@ Relased: 2017-11-29
208209
([89618de](https://github.com/bootstrap-vue/bootstrap-vue/commit/89618de))
209210
- detach listenOnRoot handlers in beforeDestroy
210211
([7f7eba1](https://github.com/bootstrap-vue/bootstrap-vue/commit/7f7eba1))
211-
- SFC transpilation in es buld ([#1410](https://github.com/bootstrap-vue/bootstrap-vue/issues/1410))
212+
- SFC transpilation in es build
213+
([#1410](https://github.com/bootstrap-vue/bootstrap-vue/issues/1410))
212214
([ce80809](https://github.com/bootstrap-vue/bootstrap-vue/commit/ce80809))
213215

214216
### Features v1.3.0
@@ -417,7 +419,7 @@ Released: 2017-11-07
417419

418420
## [v1.0.1](https://github.com/bootstrap-vue/bootstrap-vue/compare/v1.0.0...v1.0.1)
419421

420-
Relesed: 2017-11-07
422+
Released: 2017-11-07
421423

422424
### Bug Fixes v1.0.1
423425

@@ -549,7 +551,7 @@ importing.
549551
- **tooltip:** emit correct `$root` event name
550552
([87e5eb2](https://github.com/bootstrap-vue/bootstrap-vue/commit/87e5eb2)) Closes
551553
[#1094](https://github.com/bootstrap-vue/bootstrap-vue/issues/1094)
552-
- **tooltip+popover:** prevent orphaned tooltip/popover divs
554+
- **tooltip+popover:** prevent orphaned tooltip/popover div's
553555
([f8cdf26](https://github.com/bootstrap-vue/bootstrap-vue/commit/f8cdf26)) Closes
554556
[#1208](https://github.com/bootstrap-vue/bootstrap-vue/issues/1208)
555557
- **package.json:** move Bootstrap back to devDep and update popper.js version
@@ -584,7 +586,7 @@ importing.
584586
- **form-select:** emit `change` event on user interaction
585587
([3cc0f05](https://github.com/bootstrap-vue/bootstrap-vue/commit/3cc0f05)) Closes
586588
[#959](https://github.com/bootstrap-vue/bootstrap-vue/issues/959)
587-
- **modal:** add Bootstrap v4 anticipated verticaly centered modal
589+
- **modal:** add Bootstrap v4 anticipated vertically centered modal
588590
([#1246](https://github.com/bootstrap-vue/bootstrap-vue/issues/1246))
589591
([4a8ce2c](https://github.com/bootstrap-vue/bootstrap-vue/commit/4a8ce2c))
590592
- **navbar-nav:** new `b-navbar-nav` component
@@ -652,7 +654,7 @@ to generate a series of radio inputs.
652654
([#1042](https://github.com/bootstrap-vue/bootstrap-vue/issues/1042))
653655
([3e7e17d](https://github.com/bootstrap-vue/bootstrap-vue/commit/3e7e17d)), closes
654656
[#1041](https://github.com/bootstrap-vue/bootstrap-vue/issues/1041)
655-
- **carousel:** Prevent reflow trigger from being optimised out
657+
- **carousel:** Prevent reflow trigger from being optimized out
656658
([#995](https://github.com/bootstrap-vue/bootstrap-vue/issues/995))
657659
([d765976](https://github.com/bootstrap-vue/bootstrap-vue/commit/d765976))
658660
- **docs:** Adjust source link if component is a functional component
@@ -678,7 +680,7 @@ to generate a series of radio inputs.
678680
([01735e6](https://github.com/bootstrap-vue/bootstrap-vue/commit/01735e6))
679681
- **jumbotron:** Accept string or number for header-level
680682
([ff223a8](https://github.com/bootstrap-vue/bootstrap-vue/commit/ff223a8))
681-
- **lform-group:** Missing return in target ID selection
683+
- **form-group:** Missing return in target ID selection
682684
([3323531](https://github.com/bootstrap-vue/bootstrap-vue/commit/3323531))
683685
- **link:** clear router-link/href collision and remove old link mixin
684686
([#1016](https://github.com/bootstrap-vue/bootstrap-vue/issues/1016))
@@ -694,22 +696,22 @@ to generate a series of radio inputs.
694696
([6cfc682](https://github.com/bootstrap-vue/bootstrap-vue/commit/6cfc682))
695697
- **nav-item-dropdown:** remove custom hover styling
696698
([c794fef](https://github.com/bootstrap-vue/bootstrap-vue/commit/c794fef))
697-
- **nav-toggle:** Use new namespaced collape events
699+
- **nav-toggle:** Use new namespaced collapse events
698700
([6f87c23](https://github.com/bootstrap-vue/bootstrap-vue/commit/6f87c23))
699701
- **object mixin:** Add polyfill Object.is for IE
700702
([beed2c3](https://github.com/bootstrap-vue/bootstrap-vue/commit/beed2c3))
701-
- **observedom:** Adjustments to mutation type detection
703+
- **observe-dom:** Adjustments to mutation type detection
702704
([75e92d3](https://github.com/bootstrap-vue/bootstrap-vue/commit/75e92d3))
703-
- **observedom:** Callback not being called for changes other than childList changes
705+
- **observe-dom:** Callback not being called for changes other than childList changes
704706
([#1025](https://github.com/bootstrap-vue/bootstrap-vue/issues/1025))
705707
([88cfaef](https://github.com/bootstrap-vue/bootstrap-vue/commit/88cfaef))
706-
- **observedom:** Callback not being called for changes other than node insert/remove
708+
- **observe-dom:** Callback not being called for changes other than node insert/remove
707709
([92ef7eb](https://github.com/bootstrap-vue/bootstrap-vue/commit/92ef7eb))
708710
- **popover:** getting title from title attribute
709711
([685de6a](https://github.com/bootstrap-vue/bootstrap-vue/commit/685de6a))
710712
- **popover:** remove deprecated target-id prop
711713
([472fa79](https://github.com/bootstrap-vue/bootstrap-vue/commit/472fa79))
712-
- **popover+tooltip:** Allow indiviual component imports
714+
- **popover+tooltip:** Allow individual component imports
713715
([#999](https://github.com/bootstrap-vue/bootstrap-vue/issues/999))
714716
([dcc7504](https://github.com/bootstrap-vue/bootstrap-vue/commit/dcc7504))
715717
- **radios checkboxes:** Parent group should emit change event
@@ -732,11 +734,11 @@ to generate a series of radio inputs.
732734
- **scrollspy:** typo ([ec36379](https://github.com/bootstrap-vue/bootstrap-vue/commit/ec36379))
733735
- **scrollspy:** Use new offset and position dom utilities
734736
([dc68eef](https://github.com/bootstrap-vue/bootstrap-vue/commit/dc68eef))
735-
- **tabs:** Remove aria-expanded in favor of aria-seleted
737+
- **tabs:** Remove aria-expanded in favor of aria-selected
736738
([5790b39](https://github.com/bootstrap-vue/bootstrap-vue/commit/5790b39))
737739
- **tooltip:** remove deprecated target-id prop
738740
([a06d5a6](https://github.com/bootstrap-vue/bootstrap-vue/commit/a06d5a6))
739-
- Add lodash.startcase to dependancies
741+
- Add lodash.startcase to dependencies
740742
([febecfc](https://github.com/bootstrap-vue/bootstrap-vue/commit/febecfc))
741743
- **tooltip popover:** illegal invocation errors when tooltip inside v-if elements
742744
([#1057](https://github.com/bootstrap-vue/bootstrap-vue/issues/1057))
@@ -745,7 +747,7 @@ to generate a series of radio inputs.
745747
- **tooltip-popover:** Click not triggered for elements with inner HTML elements in Chrome
746748
([#1006](https://github.com/bootstrap-vue/bootstrap-vue/issues/1006))
747749
([39caf8a](https://github.com/bootstrap-vue/bootstrap-vue/commit/39caf8a))
748-
- **tooltip+popover:** Check if trigger element is in DOM during vsibility check
750+
- **tooltip+popover:** Check if trigger element is in DOM during visibility check
749751
([55c4ff0](https://github.com/bootstrap-vue/bootstrap-vue/commit/55c4ff0))
750752
- **tooltip+popover:** Remove relatedTarget on hidden event object
751753
([8af36ba](https://github.com/bootstrap-vue/bootstrap-vue/commit/8af36ba))
@@ -771,7 +773,7 @@ to generate a series of radio inputs.
771773
([7916981](https://github.com/bootstrap-vue/bootstrap-vue/commit/7916981))
772774
- **docs:** starter examples ([#1061](https://github.com/bootstrap-vue/bootstrap-vue/issues/1061))
773775
([dfc615f](https://github.com/bootstrap-vue/bootstrap-vue/commit/dfc615f))
774-
- **docs:** TOC add scroll into iview support
776+
- **docs:** TOC add scroll into view support
775777
([d72f87a](https://github.com/bootstrap-vue/bootstrap-vue/commit/d72f87a))
776778
- **docs:** Updated b-img examples
777779
([3ec187a](https://github.com/bootstrap-vue/bootstrap-vue/commit/3ec187a))
@@ -807,7 +809,7 @@ to generate a series of radio inputs.
807809
- **modal:** Add props to change the variant of the default modal buttons
808810
([#1004](https://github.com/bootstrap-vue/bootstrap-vue/issues/1004))
809811
([36acf4e](https://github.com/bootstrap-vue/bootstrap-vue/commit/36acf4e))
810-
- **modal:** Improve modal transitions, padding adjustments, and aditional features
812+
- **modal:** Improve modal transitions, padding adjustments, and additional features
811813
([#1024](https://github.com/bootstrap-vue/bootstrap-vue/issues/1024))
812814
([dd5ddb0](https://github.com/bootstrap-vue/bootstrap-vue/commit/dd5ddb0))
813815
- **nav-item-dropdown:** Add shorter aliases
@@ -860,7 +862,7 @@ Released: 2017-09-01
860862

861863
- **docs:** Fix examples in b-img
862864
([7607a00](https://github.com/bootstrap-vue/bootstrap-vue/commit/7607a00))
863-
- **docs:** Fix multipe collapse example
865+
- **docs:** Fix multiple collapse example
864866
([65ba276](https://github.com/bootstrap-vue/bootstrap-vue/commit/65ba276))
865867
- **dropdowns:** Minor code update & comments
866868
([54a2546](https://github.com/bootstrap-vue/bootstrap-vue/commit/54a2546))
@@ -872,7 +874,7 @@ Released: 2017-09-01
872874
- **scrollspy:** Undefined value during bind()
873875
([#967](https://github.com/bootstrap-vue/bootstrap-vue/issues/967))
874876
([5c35e07](https://github.com/bootstrap-vue/bootstrap-vue/commit/5c35e07))
875-
- **tolltip+popover:** Hide original element title attribute
877+
- **tooltip+popover:** Hide original element title attribute
876878
([#970](https://github.com/bootstrap-vue/bootstrap-vue/issues/970))
877879
([82e46e6](https://github.com/bootstrap-vue/bootstrap-vue/commit/82e46e6))
878880
- **tooltip:** ToolTip.fixTransition undefined value
@@ -945,7 +947,7 @@ Released: 2017-08-30
945947
([4666b37](https://github.com/bootstrap-vue/bootstrap-vue/commit/4666b37))
946948
- **dropdown:** hover/focus shading for active items
947949
([b2b6ad9](https://github.com/bootstrap-vue/bootstrap-vue/commit/b2b6ad9))
948-
- **dropdowns:** Allow gracefull fallback if Popper.js not defined
950+
- **dropdowns:** Allow graceful fallback if Popper.js not defined
949951
([#920](https://github.com/bootstrap-vue/bootstrap-vue/issues/920))
950952
([41b5947](https://github.com/bootstrap-vue/bootstrap-vue/commit/41b5947))
951953
- **dropdowns:** Migration to popper.js positioning
@@ -955,16 +957,16 @@ Released: 2017-08-30
955957
([aeb11be](https://github.com/bootstrap-vue/bootstrap-vue/commit/aeb11be))
956958
- **nav-item-dropdown:** hover/focus shading for active items
957959
([5bd2b23](https://github.com/bootstrap-vue/bootstrap-vue/commit/5bd2b23))
958-
- **popove:** tooltip import
960+
- **popover:** tooltip import
959961
([8a75d10](https://github.com/bootstrap-vue/bootstrap-vue/commit/8a75d10))
960962
- **popover:** Remove old tether popover mixin
961963
([#947](https://github.com/bootstrap-vue/bootstrap-vue/issues/947))
962964
([e500836](https://github.com/bootstrap-vue/bootstrap-vue/commit/e500836))
963965
- **progress-bar:** aria-valuenow fix
964966
([f0b486e](https://github.com/bootstrap-vue/bootstrap-vue/commit/f0b486e))
965-
- **progress-bar:** Minor adjutment to style calculation
967+
- **progress-bar:** Minor adjustment to style calculation
966968
([14819ef](https://github.com/bootstrap-vue/bootstrap-vue/commit/14819ef))
967-
- **progress-bar:** remove unessesary this in template
969+
- **progress-bar:** remove unnecessary this in template
968970
([c04df8c](https://github.com/bootstrap-vue/bootstrap-vue/commit/c04df8c))
969971
- **scrollspy:** Make work with new nav-link functional component
970972
([#909](https://github.com/bootstrap-vue/bootstrap-vue/issues/909))
@@ -1021,7 +1023,7 @@ Released: 2017-08-21
10211023
- **alert:** Emit dismiss-count-down at 0 seconds
10221024
([#839](https://github.com/bootstrap-vue/bootstrap-vue/issues/839))
10231025
([8dc90bb](https://github.com/bootstrap-vue/bootstrap-vue/commit/8dc90bb))
1024-
- **alert:** Fix auto-dimissing alert "bug"
1026+
- **alert:** Fix auto-dismissing alert "bug"
10251027
([#897](https://github.com/bootstrap-vue/bootstrap-vue/issues/897))
10261028
([eccd63e](https://github.com/bootstrap-vue/bootstrap-vue/commit/eccd63e))
10271029
- **badge:** badge default variant
@@ -1053,7 +1055,7 @@ Released: 2017-08-21
10531055
- **carousel:** Typo ([4c80576](https://github.com/bootstrap-vue/bootstrap-vue/commit/4c80576))
10541056
- **carousel:** Typo in transition
10551057
([9693872](https://github.com/bootstrap-vue/bootstrap-vue/commit/9693872))
1056-
- **coursel:** Ensure minimum interval of 1 second
1058+
- **carousel:** Ensure minimum interval of 1 second
10571059
([467ec27](https://github.com/bootstrap-vue/bootstrap-vue/commit/467ec27))
10581060
- **docs:** Minor update to navbar example
10591061
([4a62e1b](https://github.com/bootstrap-vue/bootstrap-vue/commit/4a62e1b))
@@ -1165,7 +1167,7 @@ Released: 2017-08-21
11651167
- **dropdowns:** functional dropdown sub-components and testing
11661168
([#848](https://github.com/bootstrap-vue/bootstrap-vue/issues/848))
11671169
([2bd562b](https://github.com/bootstrap-vue/bootstrap-vue/commit/2bd562b))
1168-
- **form:** Swith to functional component
1170+
- **form:** Switch to functional component
11691171
([#865](https://github.com/bootstrap-vue/bootstrap-vue/issues/865))
11701172
([c9f054d](https://github.com/bootstrap-vue/bootstrap-vue/commit/c9f054d))
11711173
- **form-file:** Propagate `capture` attribute to file input
@@ -1192,7 +1194,7 @@ Released: 2017-08-21
11921194
- **nav:** new functional nav components
11931195
([#864](https://github.com/bootstrap-vue/bootstrap-vue/issues/864))
11941196
([ecec23d](https://github.com/bootstrap-vue/bootstrap-vue/commit/ecec23d))
1195-
- **navbar:** change navbar-toggelable to navbar-expand-\*
1197+
- **navbar:** change navbar-toggleable to navbar-expand-\*
11961198
([1fab033](https://github.com/bootstrap-vue/bootstrap-vue/commit/1fab033))
11971199
- **pagination-nav:** New navigation pagination component
11981200
([#816](https://github.com/bootstrap-vue/bootstrap-vue/issues/816))
@@ -1256,13 +1258,13 @@ Released: 2017-08-10
12561258
- **docs:** myToggle0 ([a0ef988](https://github.com/bootstrap-vue/bootstrap-vue/commit/a0ef988))
12571259
- **docs:** serve fonts on https
12581260
([51209dd](https://github.com/bootstrap-vue/bootstrap-vue/commit/51209dd))
1259-
- **form-input:** isTextArea varname correction
1261+
- **form-input:** isTextArea variable name correction
12601262
([#785](https://github.com/bootstrap-vue/bootstrap-vue/issues/785))
12611263
([cb44652](https://github.com/bootstrap-vue/bootstrap-vue/commit/cb44652))
12621264
- **form-radio:** Add missing classes in button mode
12631265
([#779](https://github.com/bootstrap-vue/bootstrap-vue/issues/779))
12641266
([ed4f4ef](https://github.com/bootstrap-vue/bootstrap-vue/commit/ed4f4ef))
1265-
- **tabs:** Tabls not clickable (issue
1267+
- **tabs:** Tabs not clickable issue
12661268
[#789](https://github.com/bootstrap-vue/bootstrap-vue/issues/789))
12671269
([#790](https://github.com/bootstrap-vue/bootstrap-vue/issues/790))
12681270
([c234580](https://github.com/bootstrap-vue/bootstrap-vue/commit/c234580))
@@ -1362,7 +1364,7 @@ Released: 2017-08-09
13621364
- **scrollspy:** Adjustments to the resizeThrottle scheduler
13631365
([#640](https://github.com/bootstrap-vue/bootstrap-vue/issues/640))
13641366
([bfaef7d](https://github.com/bootstrap-vue/bootstrap-vue/commit/bfaef7d))
1365-
- **table:** aria-labeledby set to header element
1367+
- **table:** aria-labelledby set to header element
13661368
([e13e093](https://github.com/bootstrap-vue/bootstrap-vue/commit/e13e093))
13671369
- **table:** Remove redundant ARIA roles from b-table
13681370
([#662](https://github.com/bootstrap-vue/bootstrap-vue/issues/662))
@@ -1426,7 +1428,7 @@ Released: 2017-08-09
14261428
[#761](https://github.com/bootstrap-vue/bootstrap-vue/issues/761))
14271429
([#762](https://github.com/bootstrap-vue/bootstrap-vue/issues/762))
14281430
([6f04090](https://github.com/bootstrap-vue/bootstrap-vue/commit/6f04090))
1429-
- **listenonroot:** Use a constant for private property name
1431+
- **listen-on-root:** Use a constant for private property name
14301432
([#700](https://github.com/bootstrap-vue/bootstrap-vue/issues/700))
14311433
([26c8a3e](https://github.com/bootstrap-vue/bootstrap-vue/commit/26c8a3e))
14321434
- **modal:** Make enforceFocus configurable

0 commit comments

Comments
 (0)