Sunny Hirai
167fee401d
Add TypeScript version to issue template for bug-core
2021-03-20 21:01:17 -07:00
Ian Storm Taylor
41cd18b568
Update PULL_REQUEST_TEMPLATE.md
2021-02-18 14:32:32 -05:00
Ian Storm Taylor
1c35626600
Create config.yml
2021-02-18 14:23:29 -05:00
Ian Storm Taylor
8d3828113c
Delete ISSUE_TEMPLATE.md
2021-02-18 14:22:12 -05:00
Ian Storm Taylor
c464c475d6
Update and rename ---feature-request.md to request-feature.md
2021-02-18 14:17:22 -05:00
Ian Storm Taylor
2b1bb9b3c6
Update and rename ---improvement.md to request-improvement.md
2021-02-18 14:17:05 -05:00
Ian Storm Taylor
d6e7f634f2
Update and rename ---platform-bug.md to bug-platform.md
2021-02-18 14:16:50 -05:00
Ian Storm Taylor
62169bd54c
Update and rename ---core-bug.md to bug-core.md
2021-02-18 14:16:30 -05:00
Ian Storm Taylor
3cc2e332b3
Delete platform-bug.md
2021-02-18 14:15:14 -05:00
Ian Storm Taylor
ccb436d7c5
Delete platform-bug-report.md
2021-02-18 14:15:10 -05:00
Ian Storm Taylor
a2fcc18df2
Delete core-bug.md
2021-02-18 14:15:05 -05:00
Ian Storm Taylor
a640eea09d
Update issue templates
2021-02-18 14:14:20 -05:00
Awasum Yannick
a180cc5300
Auto Rebase Github Action ( #3774 )
...
* Auto Rebase Github Action
* Update .github/workflows/rebase.yml
Place env at the beginning of job.
Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
2020-07-31 08:18:31 -04:00
Ted Chen
a1ce4477c3
Update codepen in ISSUE_TEMPLATE.md for v0.58.0 ( #3659 )
...
Updates the codepen in the ISSUE_TEMPLATE.md to be a working example of v0.58.0
2020-05-06 21:47:52 -07:00
Ian Storm Taylor
40d44e12ee
update issue template
2019-11-29 07:40:17 -05:00
Ian Storm Taylor
ac21510597
fix ci to run on PRs
2019-11-28 20:32:43 -05:00
Ian Storm Taylor
e766e7a4ac
update contributing docs
2019-11-27 20:57:55 -05:00
Ian Storm Taylor
4ff6972096
Next ( #3093 )
...
* remove some key usage from core, refactor Operations.apply
* undeprecate some methods
* convert more key usage to paths
* update deprecations
* convert selection commands to use all paths
* refactor word boundary selection logic
* convert many at-range commands to use paths
* convert wrapBlock and wrapInline to not use keys
* cleanup
* remove chainability from editor
* simplify commands, queries and middleware
* convert deleteAtRange
* remove key usage from schema, deprecate *ByKey methods
* migrate *ByKey tests, remove index from *ByPath signatures
* rename at-current-range tests
* deprecate mode key usage, migrate more tests away from keys
* deprecate range and point methods which rely on keys to work
* refactor insertBlock, without fixing warnings
* add pathRef/pointRef, fix insertBlock/Inline deprecations, work on insertFragment
* refactor insertFragment
* get rich-text example rendering
* fix lint
* refactor query files, fix more tests
* remove unused queries, refactor others
* deprecate splitDescendantsByPath
* merge master
* add typescript, convert slate, slate-hyperscript, slate-plain-serializer
* add Point, Path, Range, Annotation tests
* add Annotation, Change, Element, Fragment, Mark, Range, Selection, Value interfaces tests
* add Operation and Text tests
* add Node tests
* get operations and normalization tests working for slate
* get *AtPath command tests passing
* rename *AtPath command tests
* rename
* get *AtPoint tests working
* rename
* rename
* add value queries tests
* add element, mark and path queries tests
* convert most on-selection tests
* convert on-selection commands
* rename
* get addMarks and delete commands working
* rename
* rename
* rename
* refactor value.positions(), work on delete tests
* progress on delete tests
* more delete work
* finish delete tests
* start converting to at-based commands
* restructure query tests
* restructure operations tests
* more work converting to multi-purpose commands
* lots of progress on converting to at-based commands
* add unwrapNodes
* remove setValue
* more progress
* refactor node commands to use consistent matching logic
* cleanup, get non-fragment commands passing
* remove annotations and isAtomic
* rename surround/pluck to cover/uncover
* add location concept, change at-path to from-path for iterables
* refactor batches
* add location-based queries
* refactor hanging logic
* more location query work
* renaming
* use getMatch more
* add split to wrap/unwrap
* flip levels/ancestors ordering
* switch splitNodes to use levels
* change split to always:false by default
* fix tests
* add more queries tests
* fixing more delete logic
* add more splitNodes tests
* get rest of delete tests passing
* fix location-based logic in some commands
* cleanup
* get previous packages tests passing again
* add slate-history package
* start slate-schema work
* start of react working
* rendering fixes
* get rich and plain text examples working
* get image example working with hooks and dropping
* refactor onDrop to be internal
* inline more event handlers
* refactor lots of event-related logic
* change rendering to use render props
* delete unused stuff
* cleanup dom utils
* remove unused deps
* remove unnecessary packages, add placeholder
* remove slate-react-placeholder package
* remove unused dep
* remove unnecessary tests, fix readonly example
* convert checklists example
* switch to next from webpack
* get link example working
* convert more examples
* preserve keys, memoized leafs/texts, fix node lookup
* fix to always useLayoutEffect for ordering
* fix annotations to be maps, memoize elements
* remove Change interface
* remove String interface
* rename Node.entries to Node.nodes
* remove unnecessary value queries
* default to selection when iterating, cleanup
* remove unused files
* update scroll into view logic
* fix undoing, remove constructor types
* dont sync selection while composing
* add workflows
* remove unused deps
* convert mentions example
* tweaks
* convert remaining examples
* rename h to jsx, update schema
* fix schema tests
* fix slate-schema logic and tests
* really fix slate-schema and forced-layout example
* get start of insertFragment tests working
* remove Fragment interface
* remove debugger
* get all non-skipped tests passing
* cleanup deps
* run prettier
* configure eslint for typescript
* more eslint fixes...
* more passing
* update some docs
* fix examples
* port windows undo hotkey change
* fix deps, add basic firefox support
* add event overriding, update walkthroughs
* add commands, remove classes, cleanup examples
* cleanup rollup config
* update tests
* rename queries tests
* update other tests
* update walkthroughs
* cleanup interface exports
* cleanup, change mark transforms to require location
* undo mark transform change
* more
* fix tests
* fix example
* update walkthroughs
* update docs
* update docs
* remove annotations
* remove value, move selection and children to editor
* add migrating doc
* fix lint
* fix tests
* fix DOM types aliasing
* add next export
* update deps, fix prod build
* fix prod build
* update scripts
* update docs and changelogs
* update workflow and pull request template
2019-11-27 20:54:42 -05:00
Ian Storm Taylor
a39277ad15
Update ci.yml
2019-11-09 20:29:14 -05:00
Ian Storm Taylor
c381d72b41
Update ci.yml
2019-11-09 20:26:58 -05:00
Ian Storm Taylor
06812a1efe
Create ci.yml
2019-11-09 20:22:31 -05:00
Ian Storm Taylor
a5e5307578
Update PULL_REQUEST_TEMPLATE.md
2018-06-10 16:37:05 -07:00
Ian Storm Taylor
8a2368f851
update pull request template
2018-05-10 19:25:18 -07:00
Guillaume Dominici
2298d2dda1
Add checklist for tests to PR Template ( #1832 )
2018-05-10 19:08:20 -07:00
Ian Storm Taylor
131eec1778
Create PULL_REQUEST_TEMPLATE.md
2018-05-02 14:25:51 -07:00
Renaud Chaput
de4c9e478a
Lint JSON, CSS and Markdown files with Prettier ( #1612 )
...
* Process and Lint CSS, Markdown and JSON files with Prettier
* Run `yarn prettier` to re-format Markdown, CSS and JSON files
2018-02-07 07:58:41 -08:00
Ian Storm Taylor
237ae9fc2f
update JSFiddle links, closes #1407 closes #1404
2017-11-15 14:28:14 -08:00
Ian Storm Taylor
b63a84025a
update JSFiddle template
2017-10-12 14:20:29 -07:00
Ian Storm Taylor
2a8cf8561e
update contributing docs, update release script
2017-09-13 11:26:27 -07:00
Ian Storm Taylor
ace2144e75
Update ISSUE_TEMPLATE.md
2017-08-15 10:38:44 -07:00
Ian Storm Taylor
3eebb71a9c
update issue template and contributing docs
2017-07-20 10:30:40 -07:00
Ian Storm Taylor
503fde52b2
rename issue template
2017-05-04 14:47:35 -07:00
Ian Storm Taylor
e855ed5aad
update issue template
2017-04-28 12:20:47 -07:00
Ian Storm Taylor
4cd1ddebd0
add an issue template
2017-04-28 12:14:34 -07:00