From c85df6c3c5501d2dd9cee498d7b71684180bbb43 Mon Sep 17 00:00:00 2001 From: Andrew Kirwin Date: Tue, 22 Oct 2024 12:53:23 +0100 Subject: [PATCH] fixup! convert to v2 addon --- CHANGELOG.md | Bin 0 -> 956 bytes README.md | Bin 2991 -> 956 bytes ember-auto-focus/CHANGELOG.md | 168 ++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 ember-auto-focus/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..d7521d7da519a906d444e973d0a5cbd8381b724a GIT binary patch literal 956 zcmY+CJ#5oZ5XaB`Kt;-swy3QH5*F%+iAhqYK}gj3P&4#{fiQKzu^lC96HB(MRuu!4 zx*|F;G0?puBSQ!1#LxkCV(5^80f|b84H5q5-b=|z|J?8H-g~}#d5s|0Bv{7@6Tb*% z9gK2zEX}`c&9&lr&poxTBBIs^st87T9bg~MEG=>iz zYye;?zWAIBHHcrnxj9r14~OHz+u?Y>w!xzf_W%0+I*C6LH1Z3DvQf$vOGY(cwTgDZ zs@PUp^}o-1pr6yjo^$;D41AUu^LgEN12~wOS(%Ja9q$QDWr=R#jKBSUpU-2Pf%sMK zCK28pI3>k2cu9B(YzjXEw}k8e@pJGC$&ctnx->BkK9qbK{9bqx{8e}g{6Tmc{7F~` tlbmCM)%n^9Q7mgF!6+p*b%J*)dF||aeHzUFFWc-T?(Pcd9{9eT{||>}V!!|Z literal 0 HcmV?d00001 diff --git a/README.md b/README.md index 4794d8668d54226899ca5c1fabaaabaf6cade8c1..29389b1b5cea1aac9fe5959909dd2d835da10288 100644 GIT binary patch literal 956 zcmY+CF-RL>6vyA0SSn7!Kze9WtR=Xi3C-otW&<%7C{eid#ekc1p z*Zwx^N1nsg@P-&Wv$G_<=>-EwCViA0Qj#Fw2? zwchZ8ioTdr^|W$0#*KG-DqP=vCYqEQ%Y0+m$z;|rQ&SluHJx5CvQwF?kx%8VjGeY} zwzZ)8-{TtS*KqI3F}^>6HOY+m%Jpgy*qNDGnT$`h@*GS>iJsw%zwLIL&tn^b_^aFr zJ$!fIm?Y!idEt4mDZB=*2p9h2ci;~a@6(BNX`&z8lz1HcLwFE;B|HQ^5grDg3F}~z sb4;*0Uppmg$euwkQlSl<;yabNcG=w@2lM~SHu`|KdqjE(ekJGs1BcFG761SM literal 2991 zcmd6pUvJws6vf~5DQ=O6v_K`rNu0!i8!T(nKUmrfYdT;Ef|!yhi;W~|BxTnNvd_MA zDLGEuWI(Z(z1j5T<>l|5bLkEG=`U%W60xijX+qID9p*Z1Z4g{MyEx%RI!mlHGifd_ zx**+u4-=71<>hzFttl^qVEil$2|3;=_r6W&ICV=)T|OSX<^C6oyAA zqi(7`>W~WO8haSWs+vZ&P_oQyq;!mscosi(mB`Mf_tJ!%dzETFpGVmL)kdkV;zp#` zVk)1^6+B-5DqVLEpX&*-@m!nhywr0Wzy1(=hFyh^Ao!uYJ<{OuHmy?mE-stsEA>U# zIP5A8*R{}3)~O_&`}MoM5&hh{my~I2ueB>wJ>|W&g>3(9ITQ9}(%9urD=N7> zB?^M`Lg8Glo*JWPDtlN)r8AW)XyZ2Y;XTO|$I`RiFgEz9$L9oo+iEx=1?p~Lp=XUZVb{p<-$6;aUbzoSBht4A#$9JdoXfkC*Qp)TRG&QW2 z-J{}KgUjhWzefZrj_8xd5O9TXzL%6p+*s+>P>P9A>p6H@jb%WK2W4L!*9*cB!87PeG^#p(hLmPD{%+lQd}zO0V7L)WE+Oe|1J(ire@u(vBmG8t`c4br__ZXM)ee(DTFRmM4N|82v9H4z{+! z)4^cZW8Co=A5J(tlDT9S3S2?Q%_Sz-z31F(4VDCQ{N03yk_GIGPYf2iWN`tOx3$81 z&gS^H?Rcxvf6O|kQk1gbX>4>mEojoe$WbO74DX`#(6?O$lmCV~5rg6W-i{n5+XFdF l)BVx*?#|9A%l3xD?Lj))8>Vu9d;5p=Iv7B(gI%Bw{s9E2B7*<` diff --git a/ember-auto-focus/CHANGELOG.md b/ember-auto-focus/CHANGELOG.md new file mode 100644 index 0000000..9d108fd --- /dev/null +++ b/ember-auto-focus/CHANGELOG.md @@ -0,0 +1,168 @@ +# Changelog + +## 5.2.2 + +- Run ember-cli-update +- Upgrade dependencies + +## 5.2.1 + +- Correct implementation from 5.2.0 + +## 5.2.0 + +- Pass options through to `.focus()` + +## 5.1.3 + +- Upgrade dependencies +- Convert tests to `.gjs` + +## 5.1.2 + +- Update `@zestia` scoped packages + +## 5.1.1 + +- Re-release of 5.1.0 but published to GH Packages instead of NPM + +## 5.1.0 + +- Run `ember-cli-update` + +## 5.0.0 + +- Update `ember-modifier` to v4 + +## 4.5.1 + +- Fix accidental release of a major version change of `ember-modifier` + +## 4.5.0 + +- Upgrade dependencies + +## 4.4.0 + +- Upgrade dependencies + +## 4.3.0 + +- Resolve ember-modifier deprecations + +## 4.2.0 + +- Upgrade dependencies +- Add Embroider support +- Allow nesting of auto-focus modifier + +## 4.1.7 + +- Upgrade dependencies + +## 4.1.6 + +- Upgrade dependencies +- Run ember-cli-update + +## 4.1.5 + +- Upgrade dependencies + +## 4.1.4 + +- Upgrade dependencies + +## 4.1.3 + +- Upgrade dependencies + +## 4.1.2 + +- Upgrade dependencies + +## 4.1.1 + +- Upgrade dependencies + +## 4.1.0 + +- Correct typo with `programmaticallyFocused` + +## 4.0.6 + +- Upgrade dependencies + +## 4.0.5 + +- Upgrade dependencies + +## 4.0.4 + +- Upgrade dependencies + +## 4.0.3 + +- Upgrade dependencies + +## 4.0.2 + +- Wait until afterRender before focusing + (Fixes focusin not firing on parent node) + +## 4.0.1 + +- Rename export + +## 4.0.0 + +- BREAKING: Switch from a component to an element modifier + +## 3.0.11 + +- Migrate to Glimmer component + +## 3.0.10 + +- Upgrade dependencies + +## 3.0.9 + +- Fix backwards compatibility + +## 3.0.8 + +- Internal refactor +- Upgrade dependencies + +## 3.0.7 + +- Upgrade dependencies + +## 3.0.6 + +- Upgrade dependencies + +## 3.0.5 + +- Upgrade dependencies + +## 3.0.4 + +- Introduce a way to distinguish between user focus and programmatic focus + +## 3.0.3 + +- Update dependencies + +## 3.0.2 + +- Update dependencies + +## 3.0.0 + +- Removes use of positional parameter `{{auto-focus ".my-element"}}` + +## < 3.0.0 + +- No changelog