Features
- Exclude the page from search by default by @kof in #3323
- Parse complex values with available parsers for sections by @JayaKrishnaNamburu in #3319
- Add support for
backdrop-filter
property in style panel by @JayaKrishnaNamburu in #3317 - Add support for
text-shadow
property in style-panel by @JayaKrishnaNamburu in #3318
Fixes
- Close the dialog when a navigable link within it is clicked by @istarkov in #3329
- Prevent failing npm install on peer mismatch by @TrySound in #3311
- Buttons native disabled support by @istarkov in #3320
- Dev command by @istarkov in #3324
- Do not show bind button if it disabled by @istarkov in #3325
- Form action in case of undefined should use Remix Form to avoid reload by @istarkov in #3327
- Do not check user authenticated on trpc by @istarkov in #3330
- Add sample link to content embed component by @johnsicili in #3335
Builds
- Simplify development by fixing dev mode image behavior, fix migrate cli by @istarkov in #3310
- Improve dev perf a little bit removing all (except prisma) esbuilds by @istarkov in #3189
- Ability to publish Pages with document type XML by @istarkov in #3316
- Drop eslint-plugin-react by @TrySound in #3332
- Drop eslint-plugin-import by @TrySound in #3333
Chores
- Update snapshots for transitions to inline by @JayaKrishnaNamburu in #3312
Refactors
- Drop require export condition by @TrySound in #3299
- Refactor existing
parseBoxShadow
to parse both box and text shadows by @JayaKrishnaNamburu in #3307
Experimentals
- Add support for Xml Node attributes by @istarkov in #3309
- Add doctype to new/edit page by @istarkov in #3314
- Show xml category for xml, hide in other cases by @istarkov in #3338
- Hide style settings on non html pages by @istarkov in #3337
- Add descendent component by @TrySound in #3313
- Add content embed aka rich text component by @TrySound in #3315