tiptap/packages/core/src/utilities
2021-11-09 17:16:38 +01:00
..
callOrReturn.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
createStyleTag.ts ci: fix code style linting errors 2021-05-31 17:20:25 +00:00
deleteProps.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
elementFromString.ts fix: preserve whitespace when using insertContent command 2021-05-19 15:15:56 +02:00
findDuplicates.ts feat: Add extension storage (#2069) 2021-10-22 08:52:54 +02:00
fromString.ts fix: fix a bug when parsing attributes if no parseHTML method is provided, fix #2058 2021-11-08 21:27:46 +01:00
isClass.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isEmptyObject.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isFunction.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isiOS.ts fix: prevent a bug for node views when pressing enter on iOS, fix #1214 2021-04-27 21:07:12 +02:00
isNumber.ts fix: fix a bug where paste rules doesn’t worked at the start of the document, see #1225 2021-10-22 09:04:09 +02:00
isObject.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isPlainObject.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isRegExp.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
isString.ts feat: Integrate input rules and paste rules into the core (#1997) 2021-10-08 15:02:09 +02:00
mergeAttributes.ts refactoring 2021-09-22 22:45:27 +02:00
mergeDeep.ts refactor: remove AnyObject type 2021-04-21 09:43:31 +02:00
minMax.ts split helpers and utilities 2020-11-30 09:42:53 +01:00
objectIncludes.ts feat: allow wildcards when checking attributes in isActive, fix #1752 2021-08-20 10:51:46 +02:00