All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.4.1 (2022-08-06)
- core: enable
experimentalImportInjection
to ensure compatibility with Vite/NextJS builds (053c8eb) - deps: update all non-major dependencies (#271) (7896b9c)
3.4.0 (2022-05-10)
- add forum mention icon (#244) (eea0ee7)
- add OP tag to profiles (+ author info style fixes) (#245) (9206d4f)
- add role icons (#243) (b2a4dd0)
3.3.1 (2022-04-25)
- core: emit
[@vite-ignore](https://github.com/vite-ignore)
comments on dynamic imports (ba84b9e) - deps: update all non-major dependencies (#240) (e0e22fe)
3.3.0 (2022-04-06)
- add
discord-time
component (#229) (cdf0810) - add ephemeral messages and highlight fixes (#230) (c5fc8f3)
3.2.0 (2022-04-04)
- deps: update all non-major dependencies (#217) (3c391b6)
- deps: update all non-major dependencies (#225) (87349f3)
- add new components to react bundle (3055336)
- added multiple style specific components (80ed132), closes #220
3.1.1 (2022-03-10)
- bump
@stencil/core
dependency (ecca4d8) - deps: update all non-major dependencies (#200) (c95dd81)
- deps: update all non-major dependencies (#209) (2c0dd8a)
- match rebranded syles (#216) (7ea32a9)
- rebuild react code (e1d3766)
3.1.0 (2022-01-12)
3.0.1 (2022-01-08)
- react: use createElement named import for better compatibility with Vite (1d770da)
3.0.0 (2022-01-08)
- fixed embed description and footer disappearing when dynamically editing title (bdec29c)
discord-embed
no longer takes the propertiesfooter-image
andtimestamp
, they are moved to thediscord-embed-footer
component.- The embed description now has to go into its own component,
discord-embed-description
<discord-embed slot="embeds">
- Custom emojis in the embed description:
+ <discord-embed-description slot="description">Custom emojis in the embed description:</discord-embed-description>
</discord-embed>
- The embed footer now has to go into its own component,
discord-embed-footer
- <discord-embed slot="embeds" footer-image="/static/sapphire.png" timestamp="03/20/2021">
+ <discord-embed slot="embeds">
{ /* other embed components */ }
- <span slot="footer">Open source libraries to aid in the creation of Discord bots</span>
+ <discord-embed-footer slot="footer" footer-image="/static/sapphire.png" timestamp="03/20/2021">
+ Open source libraries to aid in the creation of Discord bots
+ </discord-embed-footer>
</discord-embed>
2.13.0 (2021-12-22)
2.12.1 (2021-12-06)
- deps: update all non-major dependencies (#177) (36a4c5d)
- discord-embed: hide embed description when not provided (f3f3302), closes #180
2.12.0 (2021-11-13)
2.11.6 (2021-11-08)
- react: fix ESM loading (8a43f53)
2.11.5 (2021-11-08)
- react: only output ESM bundle (cf9da04)
2.11.4 (2021-11-08)
- docs: update nextjs codesandbox link (4d6382f)
2.11.3 (2021-11-08)
Note: Version bump only for package root
2.11.3-alpha.3 (2021-11-08)
- react: add dependency on tslib (cc0b85e)
2.11.3-alpha.2 (2021-11-08)
- react: no longer use esbuild for bundling (d03ed4d)
2.11.3-alpha.1 (2021-11-08)
- debump required nodejs engine to 14.0.0 (310f9bc)
2.11.3-alpha.0 (2021-11-08)
- deps: update all non-major dependencies (#158) (069255e)
- deps: update all non-major dependencies (#166) (8d22036)
2.11.2 (2021-10-03)
- re-fix react bundle. The output file has to be mjs for this to all work (946652b)
- Revert "fix(react): fixed output targets" (129f14f)
2.11.1 (2021-10-03)
- react: fixed output targets (ba9faf1)
2.11.0 (2021-10-02)
2.10.1-alpha.0 (2021-09-21)
- output react bundle as
.js
to fix a Webpack issue, not loading named imports of.mjs
files (bc166f6)
2.10.0 (2021-09-12)
2.9.1 (2021-09-12)
Note: Version bump only for package root
2.9.1-alpha.0 (2021-09-10)
Note: Version bump only for package root
2.9.0 (2021-09-05)
2.8.1 (2021-08-18)
2.8.0 (2021-08-18)
2.7.1 (2021-08-07)
- react: minify build output (932aaf8)
2.7.0 (2021-08-07)
2.6.0 (2021-08-05)
- specify string union type for DiscordMention#type prop (3b8204e)
2.5.0 (2021-08-04)
- fixed published bundle (5f5c545)
2.4.0 (2021-07-25)
- add option to make reactions non-interactive (b5f61b0)
2.3.0 (2021-07-25)
- add click event handler to reactions (7686af8)
- add reactions (#96) (3bb19a6)
- add voice type to mentions (#97) (9b9fcb2)
2.2.0 (2021-07-22)
2.1.1 (2021-07-10)
- readme: update urls and add nextJS demo (551f9e7)
2.1.0 (2021-06-26)
2.0.9 (2021-06-21)
- css: update to discord rebrand colors (fe03134)
2.0.8 (2021-06-21)
2.0.7 (2021-05-20)
Note: Version bump only for package root
2.0.7-alpha.0 (2021-05-19)
- core: specify exports for loader (b94604f)
2.0.6 (2021-05-19)
- specify sideEffects and fix
es2015
andes2017
file paths (b759b3c)
2.0.5 (2021-05-15)
- core: update mention colours to match Discord May 2021 redesign (a7c7a84)
2.0.4 (2021-05-15)
- change links from discord-message-components to discord-components (5a8e1e1)
- readme: update preview images (a9dc715)
2.0.3 (2021-05-15)
Note: Version bump only for package root
2.0.3-alpha.3 (2021-05-15)
- "chore: re-add prepublishOnly" (3609469)
2.0.3-alpha.2 (2021-05-15)
- react: include polyfills again (43ca559)
2.0.3-alpha.1 (2021-05-15)
- fixed Avatar options (2b97ca8)
- fixed package bundling (11d2627)
- styling of components (#72) (b440c2f)
- use whitney font as default font (d7c9267)
2.0.3-alpha.0 (2021-03-20)
- core: export options on top level (d128f13)
- core: use proper lifecycle for embed (e17ddb9)
- react: move core from peer to regular dependencies (8d1e3ff)
- change lifecycle hooks to
componentWillRender
so props are recomputed on re-renders (e19f9c3) - fixed readmes and such (bdb8846)
- Revert "chore: run build for prepublishOnly" (6b405bc)
2.0.2 (2020-10-26)
- react: allow peer dependency of React 17 and Core 2 (ae5fb27)
2.0.1 (2020-10-07)
- core: fixed date parsing for discord-embed (515d243)
2.0.0 (2020-09-05)
- bumped stencil-core to v2 (59ef71e), closes /github.com/ionic-team/stencil/blob/master/CHANGELOG.md#-200-2020-08-31 #12
- IE11, Edge 16-18, Safari 10 and ES5 builds and support for them is fully removed now. Also some files are exported under different names in core. For a full list see
1.3.0 (2020-07-26)
- rename master branch to main (0bc3666)
1.2.2 (2020-07-13)
- core: fixed layout of messages (5def145)
1.2.1 (2020-07-08)
- attachments: remove width/height modifier size (4aea4bd)
1.2.0 (2020-07-07)
- update highlighted mention styling (98e4827)
- embed-field: set title to white to match Discord revert (2e6007f)
- core: add discord-attachment component (adef9b1)
1.1.4 (2020-07-06)
- core: fixed that lib didn't load when not defining window.$discordMessage (64293a6)
1.1.3 (2020-07-06)
- fixed the unpkg/jsdelivr builds (d863049)
1.1.2 (2020-06-27)
- bump package, regenerate react output (07af3cc)
1.1.1 (2020-06-06)
- bump packages, fixing some stenciljs bugs (2ac34a9)
1.1.0 (2020-05-19)
- core: fixed parsing of global profile (8b31278)
- core: allow 3-aside inline embed fields (ec05f33), closes #3
- embed: embedding videos (1678248), closes #1
- embed: provider option (bf23e66), closes #2
1.0.1 (2020-05-10)
- mention: fixed discord mentions rendering type (d94a092)
- message: add hover background to match Discord (d2c8f32)
1.0.0 (2020-05-10)
Note: Version bump only for package root
1.0.0-alpha.1 (2020-05-10)
Note: Version bump only for package root
- create packages (1ad5856)