Граф коммитов

140 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] ac74d6e374
Microsoft mandatory file (#50)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-09-08 09:58:07 -07:00
Chris Trevino 1402da5ecf Style update 2018-03-22 16:17:34 -07:00
Chris Trevino 0ee97456c9 Publish
- @essex/dag-history-component@3.0.4
 - @essex/dag-history-example@0.0.4
2018-03-22 13:50:38 -07:00
Chris Trevino 166021b5d4 Update the 'files' field of package.json 2018-03-22 13:50:14 -07:00
Chris Trevino fcc18a0363 Publish
- @essex/dag-history-component@3.0.3
 - @essex/dag-history-example@0.0.3
2018-03-22 13:46:48 -07:00
Chris Trevino 4bea45fa18 try putting the styles in a sub-dir 2018-03-22 13:46:27 -07:00
Chris Trevino 29eff3770f Publish
- @essex/dag-history-component@3.0.2
 - @essex/dag-history-example@0.0.2
2018-03-22 13:44:08 -07:00
Chris Trevino cedbb65daf Update npmignore 2018-03-22 13:42:19 -07:00
Chris Trevino a8d1d2b5d8 Publish
- @essex/dag-history-component@3.0.1
 - @essex/dag-history-example@0.0.1
 - @essex/redux-dag-history@5.0.1
2018-03-22 13:10:35 -07:00
Chris Trevino 8a06c4cda2 Design Updates for the History Component 2018-03-22 10:03:50 -07:00
Chris Trevino e273b1dd4e
Modernize (WIP) (#39)
* Initial cut at lerna WS's, move example into separate project

* Run through prettier, update 'debug' import

* Typescript Updates

* Dag-history-component updates

* Get the storybook rendering

* Remove chai references

* Progress on getting the example working

* CSS -> Styled-Components Migration

* Updates to get the example up and running

* Centralize TS Configurations, Ratchet up strictness

* Test Updates

* Correct linting in tests

* Updates to get the example up

* Updates for tests

* Add enum for HistoryView - update most ui tests

* Test Updates

* TS Update

* Caps fix

* Update branch-view styles

* Update redux-dag-history export structure

* Fix some storyboarding issues

* Update CSS Transitions

* Update History-Type Dropdown

* Merge fix

*  Remove the ContainerContainer

* Update test
2018-02-11 21:27:12 -08:00
Chris Trevino 052c6d91d1 Delete Untitled-1 (#36) 2017-06-07 12:20:33 -07:00
Chris Trevino c5fe7e4243 Version cut (#35)
* Publish

 - @essex/dag-history-component@2.0.0
 - @essex/redux-dag-history@5.0.0

* Publish

 - @essex/dag-history-component@3.0.0
2017-03-15 15:21:02 -07:00
Chris Trevino 9ef2d31340 Clean up HistoryContainer props (#34)
* Move the 'getSourceFromState' function to be an argument of the createHistoryContainer function instead of the react component

* Update the props in the history container so that controlBarEnabled is implicit if controlBar handlers are present

* Add a storybook entry for a configured history view
2017-03-15 15:07:25 -07:00
Chris Trevino 57a0a2c6c7 Publish (#33)
- @essex/dag-history-component@2.0.0
 - @essex/redux-dag-history@5.0.0
2017-03-14 18:14:50 -07:00
Chris Trevino 741da79986 Remove Component Statefulness, Refactor the DagGraph Layout (#32)
* Remove stateful components from dag-history-component. Also correct issues with initial data setup

* Update the editIndex on dragDrop; correct dragDrop insertion index when from < to

* Correct tests, drag/drop behavior
2017-03-14 18:10:10 -07:00
Chris Trevino caa44a80ea Publish (#31)
- @essex/dag-history-component@1.0.0
 - @essex/redux-dag-history@4.0.0
2017-03-09 15:33:51 -08:00
Chris Trevino 73ee67f934 Various Cleanup Stuff (#30)
* Improve DagGraph.ts comments, start moving more history internal to live under DagGraph. Improve initial state issues

* Move lastStateId and lastBranchId to the inside of the DagGraph

* Fix createBranch.ts

* Correct branching issue

* Remove transport control blue focus outline

* Correct discovery trail and presentation issues
2017-03-09 14:59:45 -08:00
Chris Trevino 6a23c7d94f Correct an issue where paths disappeared (#29) 2017-03-09 13:29:52 -08:00
Chris Trevino e13add6cb8 Merge branch 'master' of github.com:Microsoft/redux-dag-history 2017-03-09 10:21:24 -08:00
Chris Trevino e6464c829c Reverse branches (#27)
* Publish

 - @essex/dag-history-component@0.9.1
 - @essex/redux-dag-history@3.0.1

* Reverse the branch list
2017-03-09 10:18:55 -08:00
Chris Trevino eb9dbcb882 Merge branch 'master' of github.com:Microsoft/redux-dag-history 2017-03-08 14:57:24 -08:00
Chris Trevino ed37c9b56b Publish (#26)
- @essex/dag-history-component@0.9.1
 - @essex/redux-dag-history@3.0.1
2017-03-06 14:24:39 -08:00
Chris Trevino beab7ab4ea Publish
- @essex/dag-history-component@0.9.1
 - @essex/redux-dag-history@3.0.1
2017-03-06 11:27:11 -08:00
Chris Trevino 16b9cc089b Correct a TS interface from using WeakMap to a Map (#25) 2017-03-06 11:24:58 -08:00
Chris Trevino ab1193c04c Cut new Lib Versions (#24)
* Publish

 - @essex/dag-history-component@0.9.0
 - @essex/redux-dag-history@3.0.0

* Update lerna.json
2017-03-02 13:48:07 -08:00
Chris Trevino 5306b44788 Update the Dag History so that the initial state is empty. (#23)
* Update the Dag History so that the initial state is empty.

* Instead of explicitly modeling an empty state, we're leaving the initial state empty, and clients can generate new states as the app progresses.
* We are updating the type of StateId and BranchId to be KeyType (string).
* Stringifying hash values for the StateKey generator.

* Correct issues in the bookmark view

* Linting and test corrections

* Update lerna

* Use relative executable paths

* Remove env hoisting

* Remove test warnings
2017-03-02 13:40:08 -08:00
Chris Trevino 8991ff4149 Dag history component v0 8 1 (#22)
* Include configuration.ts in state/index

* Update import casing

* Bump dag-history-component to v0.8.1
2017-03-01 13:47:26 -08:00
Chris Trevino 2ead48ff09 Include configuration.ts in state/index (#21)
* Include configuration.ts in state/index

* Update import casing
2017-03-01 13:26:14 -08:00
Chris Trevino 40b94f557c Design updates (#20)
* Remove the 'StateWithSuccessors' component, instead model children state data in the StateListContainer

* Use react-motion

* Update the state exit animation so that they sweep away to the left

* Use all CSS transitions

* Updates per code review

* Animation, style updates
2017-02-15 12:32:47 -08:00
Chris Trevino 1638ab21f0 Animation/Design Updates (#19)
* Remove the 'StateWithSuccessors' component, instead model children state data in the StateListContainer

* Use react-motion

* Update the state exit animation so that they sweep away to the left

* Use all CSS transitions

* Updates per code review
2017-02-15 10:49:19 -08:00
Chris Trevino f41197dcd6 Combine redux-dag-history and dag-history-component into a monorepo (#18)
* Initial monorepo commit

* Remove state pinning from redux-dag-history; add it to dag-history component's state modeling

* Add common lerna version

* Remove react as a devDependency from the dagHistoryComponent
2017-02-13 15:15:49 -08:00
Chris Trevino 2ccc49eb1c Use an .eslintignore file to clean up the eslint task (#17)
* Use an .eslintignore file to clean up the eslint task

* Add .eslintignore to .npmignore
2017-02-08 12:39:37 -08:00
Chris Trevino 33048ac495 2.0.1 (#16) 2017-02-08 12:03:20 -08:00
Chris Trevino f7c0f3f2aa Expose the raw configuration property to downstream implementations of the configuration (#15) 2017-02-08 11:56:03 -08:00
Chris Trevino d9b38a2938 Update .npmignore (#14) 2017-02-08 11:36:44 -08:00
Chris Trevino dd99e843d1 Replace Mocha/Nyc with Jest (#13)
* Use jest

* Do verification tasks in parallel

* Update .gitignare, add missing Jest preprocessor

* Update .gitignore
2017-02-08 11:25:46 -08:00
Chris Trevino b04df5339d Update Build Status badge (#12) 2017-01-30 11:13:01 -08:00
Chris Trevino 77bb6de058 Add .travis.yml (#11) 2017-01-30 11:08:58 -08:00
Bao Pham 8342e265c6 Fix class name typo (#10) 2017-01-30 11:02:01 -08:00
Chris Trevino a18567ae7a 2.0.0 (#9) 2017-01-19 15:26:43 -08:00
Chris Trevino f2df63ce07 Remove Bookmark States and Actions (#8) 2017-01-19 15:19:14 -08:00
Chris Trevino 2b0c29b06d Merge pull request #7 from Microsoft/update_circle
Update the CircleCI configuration
2017-01-09 12:18:41 -08:00
Chris Trevino 70b188b36a Update the CircleCI configuration 2017-01-09 12:02:42 -08:00
Chris Trevino aacbc6334c 1.6.1 2016-12-20 10:43:30 -08:00
Chris Trevino 2c40b217a7 Merge pull request #6 from Microsoft/fresh_yarn_lock
Update yarn lock to point at public npm
2016-12-20 10:42:48 -08:00
Chris Trevino c328ce037b Update yarn lock to point at public npm 2016-12-20 10:31:08 -08:00
Chris Trevino e80b441d88 Merge pull request #5 from Microsoft/update_npm_ignore
Update .npmignore
2016-12-19 12:00:08 -08:00
Chris Trevino e4360509b3 Update .npmignore 2016-12-19 11:41:22 -08:00
Chris Trevino 1da6e4c785 Update npm-ignored files 2016-12-19 11:37:17 -08:00