David Wheatley
92463465e6
chore: bump bundled extension constraint to core 1.1
2021-10-13 08:06:02 +01:00
Alexander Skvortsov
126b457604
Release v1.1.0
2021-10-11 21:05:20 -04:00
flarum-bot
66065a33e8
Bundled output for commit b054ae7dcb
...
Includes transpiled JS/TS.
[skip ci]
2021-08-25 20:07:22 +00:00
David Wheatley
b054ae7dcb
Update JS imports to new namespaced style ( #39 )
2021-08-25 16:06:28 -04:00
flarum-bot
738db107b1
Bundled output for commit 05a2ded71a
...
Includes transpiled JS/TS.
[skip ci]
2021-08-05 07:42:52 +00:00
David Wheatley
05a2ded71a
Fix issue with Twemoji frontend rendering ( #40 )
2021-08-05 08:41:41 +01:00
flarum-bot
6f925c1229
Bundled output for commit e681d3eb00
...
Includes transpiled JS/TS.
[skip ci]
2021-07-10 20:40:18 +00:00
David Wheatley
e681d3eb00
Format with prettier, bump deps ( #37 )
...
General repo maintenance
2021-07-10 21:39:20 +01:00
Daniel Klabbers
122f1ff5e5
fix branch alias
2021-05-25 22:45:40 +02:00
Daniel Klabbers
cf6e1e5a5a
changes for stable
2021-05-25 15:31:57 +02:00
Alexander Skvortsov
6bcbe36654
Bump composer reqs for 1.0.0
2021-05-16 18:27:04 -04:00
David Wheatley
163e6d1337
Update copyright year
2021-05-15 00:49:28 +01:00
Daniel Klabbers
6aad164ed7
Release v0.1.0-beta.16
2021-03-15 11:21:14 +01:00
Charlie
b92854c8fb
Change category ( #35 )
2021-03-08 14:21:08 -05:00
flarum-bot
f79506ea9f
Bundled output for commit 40a0f2e0c9
[skip ci]
2021-03-02 04:36:18 +00:00
Alexander Skvortsov
40a0f2e0c9
Fix dropdown going off top of screen
...
The previous solution didn't properly account for document scroll, so when replying to posts, the parent offset would be extremely large, and it'd fall back to the top coordinate, which is out of bounds on small screens.
2021-03-01 23:34:47 -05:00
flarum-bot
e83b88d17d
Bundled output for commit 720ea6c576
[skip ci]
2021-02-26 21:19:24 +00:00
Alexander Skvortsov
720ea6c576
Update for Editor Drivers Abstraction ( #34 )
2021-02-26 16:18:32 -05:00
Robert Korulczyk
5c1fa4aea8
Move locale files from language pack to extension. ( #32 )
2021-02-17 16:24:42 -05:00
Daniël Klabbers
d6751934bd
changelog and constraint for beta 15
2020-12-14 22:14:15 +01:00
dependabot[bot]
3fd689a4bb
Bump ini from 1.3.5 to 1.3.7 in /js
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 17:37:58 +00:00
Alexander Skvortsov
0d17e59c9a
Update composer metadata for admin dashboard
2020-12-08 19:54:23 -05:00
Alexander Skvortsov
717cf5bfad
Add composer metadata for admin ux redesign
2020-11-25 01:12:40 -05:00
Matt Kilgore
89cd712e1f
Update changelog for v0.1.0.-beta.14
2020-10-15 20:02:03 -04:00
flarum-bot
3889b4d654
Bundled output for commit 97c89bcc42
[skip ci]
2020-10-15 22:51:08 +00:00
David Sevilla Martín
97c89bcc42
Add lazy loading attribute to twemoji rendered images & autocomplete ( #31 )
2020-10-15 18:50:00 -04:00
flarum-bot
1b08d47f6e
Bundled output for commit 0b1fe99ec5
[skip ci]
2020-10-15 22:29:20 +00:00
David Sevilla Martín
0b1fe99ec5
Add CDN constant & use jsDelivr in all places ( #30 )
...
* Add CDN file for twemoji version & assets base URL
* Add /assets/ to the URL so it's not repeated as much
* The previous MaxCDN URL didn't need /assets/ because it was specificly for twemoji
* Remove export of CDN - shouldn't be part of this PR
2020-10-15 18:28:30 -04:00
Daniël Klabbers
acf0c51cb4
changelog and dep for v0.1.0-beta.14
2020-10-15 11:17:59 +02:00
flarum-bot
b90d637731
Bundled output for commit 77d5e2cd83
[skip ci]
2020-09-24 02:47:59 +00:00
Alexander Skvortsov
77d5e2cd83
Mithril 2 Update ( #29 )
...
Update for Mithril 2
- Please note that AutocompleteDropdown is now a Fragment, not a Component. Accordingly, it's location has been changed.
2020-09-23 22:46:54 -04:00
dependabot[bot]
61c99013ab
Bump elliptic from 6.5.2 to 6.5.3 in /js ( #28 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 01:08:32 +02:00
flarum-bot
b96d8dba50
Bundled output for commit 505068de95
[skip ci]
2020-07-24 22:34:32 +00:00
Franz Liedke
505068de95
Fix extension to work with Composer state changes
...
Refs flarum/core#2162 .
2020-07-25 00:28:06 +02:00
dependabot[bot]
86e77812b8
Bump lodash from 4.17.15 to 4.17.19 in /js ( #26 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:47:31 +02:00
flarum-bot
3e6f4260a2
Bundled output for commit a00619d75c
[skip ci]
2020-07-01 21:16:15 +00:00
David Wheatley
a00619d75c
Update to Twemoji 13 ( #25 )
...
* Update dependencies to Twemoji 13
* Update to simple-emoji-map 0.4.1
2020-07-01 17:15:20 -04:00
Alexander Skvortsov
3e9c764546
Add empty locale extender to clear cache properly on enable/disable.
...
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
2020-06-19 22:20:14 -04:00
Franz Liedke
5719d62415
Release v0.1.0-beta.13
2020-05-01 13:08:44 +02:00
Franz Liedke
6abc44f20f
Update Webpack CLI
2020-05-01 12:02:14 +02:00
Franz Liedke
03212a4e6e
Update Webpack
2020-05-01 11:51:03 +02:00
flarum-bot
a39a7349a8
Bundled output for commit a54425b926
[skip ci]
2020-05-01 09:30:11 +00:00
Golden
a54425b926
Use different CDN for loading Twemoji assets ( #24 )
...
Use jsDelivr to increase the loading speed (when compared to MaxCDN) in China.
2020-05-01 11:29:25 +02:00
Franz Liedke
474b1296b6
npm audit fix
2020-04-24 14:30:27 +02:00
dependabot[bot]
f847051413
Bump acorn from 6.4.0 to 6.4.1 in /js ( #23 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-17 20:24:14 +01:00
Daniël Klabbers
a3455b7f30
remove author, updated deps
2020-03-03 13:27:43 +01:00
flarum-bot
969c081276
Bundled output for commit deaa4ad43c
[skip ci]
2020-02-11 20:46:34 +00:00
Franz Liedke
deaa4ad43c
Update Webpack
2020-02-11 21:45:24 +01:00
Franz Liedke
caf5bd22dc
Apply fixes from StyleCI
2019-11-29 23:01:54 +00:00
Franz Liedke
fb8670da7a
Update copyright claims in LICENSE
2019-11-30 00:00:59 +01:00