UNPKG

poe-custom-elements

Version:

Path of Exile custom elements

160 lines (84 loc) 2.74 kB
# poe-custom-elements ## 0.3.20 ### Patch Changes - 8550684: add Outfoxed card image ## 0.3.19 ### Patch Changes - a5f3dc8: Add 3.27 cards ## 0.3.18 ### Patch Changes - 89ddb36: add public folder ## 0.3.17 ### Patch Changes - 9b14c07: update cards data ## 0.3.16 ### Patch Changes - ff5b885: 3.26: Add 5 new cards ## 0.3.15 ### Patch Changes - 3281bc6: Improve accessibility ## 0.3.14 ### Patch Changes - b2e0b7d: stash-tab: prevent outer scrolling before next item check. ## 0.3.13 ### Patch Changes - 8e18ad6: update lit to 3.2.1 ## 0.3.12 ### Patch Changes - 3d026b1: Build with tsc. Update tsconfig: (+NodeNext, +isolatedDeclarations, +declarationMap) - bac70cb: Prevent outer scrolling when the arrow keys are pressed while focus is inside the stash tab. ## 0.3.11 ### Patch Changes - 897848f: tooltip: remove animation, improve behaviour ## 0.3.10 ### Patch Changes - 8295551: Add customElements field to package.json ## 0.3.9 ### Patch Changes - f254d11: update custom-elements.json and add package.json missing fields ## 0.3.8 ### Patch Changes - 44ff493: bump cards data ## 0.3.7 ### Patch Changes - bc67908: Add Father's Love card image ## 0.3.6 ### Patch Changes - b1a953b: Card element: Add 3.25 card images ## 0.3.5 ### Patch Changes - 8bc8e8f: Divination card: Do not set view-transition-name on any link element clicked. Dispatch navigate event instead. ## 0.3.4 ### Patch Changes - 2dea13e: Expose divination card data /divination-card/data.js ## 0.3.3 ### Patch Changes - 8dc1b60: use slugs for divination card url ## 0.3.2 ### Patch Changes - 41b4127: poe-item-card: automatically derive maxStackSize - ecc4298: item-card: fix icon url ## 0.3.1 ### Patch Changes - 7a3adf0: DivinationStashTab: add search bar for cards - 952acea: DivinationStashTab: manually update reset item x to prevent cards collision inside quad tab ## 0.3.0 ### Minor Changes - 85f7af4: BREAKING: All assets are under /poe-ce-assets folder now. Copy to your public folder. There is also setBasePath function for customization. poe-item: highlight maxed stacksize only for divination cards poe-item: rename showSockets(attr: show-sockets) to alwaysShowSockets(attr: always-show-sockets) ## 0.2.1 ### Patch Changes - 383b786: poe-item and poe-item-card: add css-props --poe-item-size and --stack-size-font-size ## 0.2.0 ### Minor Changes - 6f0e7d5: Add poe-item-card element - Itemized divination card, that requires only a card name. Copy item-card folder to your public dir ## 0.1.0 ### Minor Changes - 4cc258a: Add divination card element Item: highlight maxed stack size Item: show divination card element on hover ## 0.0.1 ### Patch Changes - initital release