Víctor Losada Hernández
fec6bf290b
Merge branch 'master' into makeCurlyInjectorsAppendNotOverwrite
2024-05-04 01:27:36 +02:00
Trevor Buckner
2418e42655
Align input texts for mustache tests
2024-05-03 17:10:12 -04:00
Trevor Buckner
dce86580ce
Added additional tests for injection
2024-05-03 17:02:12 -04:00
Trevor Buckner
f6997871be
Try to make tests work on both circleCI and windows
2024-05-03 15:01:21 -04:00
Trevor Buckner
660a586a7c
Clarify comments
2024-05-03 15:01:04 -04:00
Trevor Buckner
193cde0925
Passes all tests
2024-05-03 14:31:34 -04:00
Trevor Buckner
1a33e6e631
Passing almost all tests
2024-05-03 12:48:19 -04:00
Trevor Buckner
bb8ade435d
Now passing many previously failing tests
2024-05-03 12:40:03 -04:00
Trevor Buckner
94905f8151
Back to passing all tests (not the "failing" tests yet)
2024-05-03 12:12:55 -04:00
Víctor Losada Hernández
05a30f00e3
Merge branch 'master' into link-to-edit-if-author
2024-05-02 11:39:48 +02:00
Víctor Losada Hernández
3c1f8804af
initial commit
2024-05-02 11:38:00 +02:00
Trevor Buckner
716e3d7143
Merge pull request #3428 from 5e-Cleric/paint-order-fix
...
drop shadow filter to text stroke
2024-05-01 17:21:15 -04:00
Víctor Losada Hernández
a0e6487a7b
Merge branch 'master' into paint-order-fix
2024-05-01 21:58:31 +02:00
Víctor Losada Hernández
076599f05c
to cm
2024-05-01 21:58:15 +02:00
Trevor Buckner
9fb0f37718
Pass CSS props from curly spans/divs as an object for finer control
2024-04-30 23:52:19 -04:00
David Bolack
b86502aec7
Merge branch 'master' of github.com:naturalcrit/homebrewery
2024-04-30 21:35:29 -05:00
David Bolack
88ccb955ce
Merge branch 'master' into brew_themes_user_selection
2024-04-30 20:11:32 -05:00
dependabot[bot]
822f8a2cd0
Bump superagent from 9.0.1 to 9.0.2
...
Bumps [superagent](https://github.com/ladjs/superagent ) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/ladjs/superagent/releases )
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/ladjs/superagent/compare/v9.0.1...v9.0.2 )
---
updated-dependencies:
- dependency-name: superagent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-30 14:10:06 -04:00
Trevor Buckner
d2965e1122
Merge pull request #3444 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.3.3
...
Bump mongoose from 8.3.2 to 8.3.3
2024-04-30 14:09:57 -04:00
dependabot[bot]
37e211937c
Bump mongoose from 8.3.2 to 8.3.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 8.3.2 to 8.3.3.
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/8.3.2...8.3.3 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-30 14:08:20 -04:00
Trevor Buckner
e7a03dc7d6
Merge pull request #3445 from naturalcrit/dependabot/npm_and_yarn/babel/preset-env-7.24.5
...
Bump @babel/preset-env from 7.24.4 to 7.24.5
2024-04-30 14:07:57 -04:00
Trevor Buckner
a469b88fd2
Merge branch 'master' into dependabot/npm_and_yarn/babel/preset-env-7.24.5
2024-04-30 14:05:44 -04:00
Trevor Buckner
45244c8e5d
Merge pull request #3407 from Gazook89/errorPage.jsx-cleanup
...
Convert errorPage.jsx to functional component.
2024-04-30 13:43:20 -04:00
Trevor Buckner
fad5817353
Merge branch 'master' into errorPage.jsx-cleanup
2024-04-30 13:41:10 -04:00
Trevor Buckner
c0a8b79acc
Small tweak
2024-04-30 13:40:39 -04:00
dependabot[bot]
34a41fd610
Bump @babel/preset-env from 7.24.4 to 7.24.5
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.24.4 to 7.24.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-30 03:58:07 +00:00
G.Ambatte
eb0440d36d
Fix ID removal
2024-04-28 01:13:12 +12:00
G.Ambatte
cd82db16d5
Add DOMPurify config options
2024-04-28 00:49:03 +12:00
G.Ambatte
bdad601ebc
Remove now-obsolete sanitization function
2024-04-27 23:58:55 +12:00
G.Ambatte
97a74902ef
Add DOMPurify to BrewRenderer
2024-04-27 23:58:23 +12:00
G.Ambatte
ab30b6a799
Add DOM-Purify package
2024-04-27 23:38:55 +12:00
Víctor Losada Hernández
da6bc497fc
eldeberry misstype rise dead
2024-04-26 23:07:06 +02:00
Trevor Buckner
06c3168868
Merge pull request #3429 from naturalcrit/dependabot/npm_and_yarn/multi-812b0dc3fc
...
Bump formidable, superagent and supertest
2024-04-25 10:45:55 -04:00
dependabot[bot]
86be90adb2
Bump formidable, superagent and supertest
...
Bumps [formidable](https://github.com/node-formidable/formidable ) to 3.5.1 and updates ancestor dependencies [formidable](https://github.com/node-formidable/formidable ), [superagent](https://github.com/ladjs/superagent ) and [supertest](https://github.com/ladjs/supertest ). These dependencies need to be updated together.
Updates `formidable` from 2.1.2 to 3.5.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits/v3.5.1 )
Updates `superagent` from 8.1.2 to 9.0.1
- [Release notes](https://github.com/ladjs/superagent/releases )
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md )
- [Commits](https://github.com/ladjs/superagent/compare/v8.1.2...v9.0.1 )
Updates `supertest` from 6.3.4 to 7.0.0
- [Release notes](https://github.com/ladjs/supertest/releases )
- [Commits](https://github.com/ladjs/supertest/compare/v6.3.4...v7.0.0 )
---
updated-dependencies:
- dependency-name: formidable
dependency-type: indirect
- dependency-name: superagent
dependency-type: direct:production
- dependency-name: supertest
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-25 14:28:34 +00:00
Trevor Buckner
a296678d20
Merge pull request #3409 from naturalcrit/dependabot/npm_and_yarn/mongoose-8.3.2
...
Bump mongoose from 8.3.1 to 8.3.2
2024-04-25 10:27:36 -04:00
Trevor Buckner
f768990fb1
Merge branch 'master' into dependabot/npm_and_yarn/mongoose-8.3.2
2024-04-25 09:39:13 -04:00
Trevor Buckner
313543d0d1
Merge pull request #3424 from naturalcrit/dependabot/npm_and_yarn/react-router-dom-6.23.0
...
Bump react-router-dom from 6.22.3 to 6.23.0
2024-04-25 09:39:03 -04:00
Víctor Losada Hernández
2ebe8d80e9
fix ei poison piercing
2024-04-25 15:15:07 +02:00
Víctor Losada Hernández
8c20422fef
initial commit
2024-04-25 15:09:25 +02:00
dependabot[bot]
2197a9b782
Bump react-router-dom from 6.22.3 to 6.23.0
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.22.3 to 6.23.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.23.0/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-24 03:27:56 +00:00
Gazook89
928a8b351e
Merge branch 'master' into RPG-Awesome-Redux
2024-04-21 20:12:56 -05:00
David Bolack
980ed8e265
Merge branch 'master' into brew_themes_user_selection
2024-04-20 21:55:59 -05:00
David Bolack
2a148cb138
Update Menus and standardize CSS Names
...
Update addh4, addh5, addh6 class names to addToCH4, addToCH5, addToCH6
Update menu items for Table of contents with better labels and addToC
2024-04-20 21:53:02 -05:00
David Bolack
9426c6acd9
Merge branch 'issue_2994_css_style' of github.com:dbolacksn/homebrewery-broken into issue_2994_css_style
2024-04-20 21:48:13 -05:00
David Bolack
90ce48b170
Adapt Recursive Toc function from 3254
2024-04-20 21:46:32 -05:00
David Bolack
448af683a0
Merge branch 'master' into issue_2994_css_style
2024-04-20 21:36:42 -05:00
David Bolack
ec5f8254f1
Merge branch 'master' of github.com:naturalcrit/homebrewery
2024-04-20 19:12:29 -05:00
Gazook89
7ca38b88ad
add RPG awesome icons
...
This branch just does the same thing as the RPG Awesome repo, but more closely aligns with the code used in the other icon fonts and isn't an NPM package.
2024-04-19 23:15:02 -05:00
G.Ambatte
9f31a2c8a2
I can spell, honest
2024-04-20 14:06:33 +12:00
G.Ambatte
09cf5a9b04
Fix test
2024-04-20 14:02:46 +12:00