- React-hotkeys v2, minor refactor
- add .eslintrc
- Use package @public-accountability/littlesis-api
- Use localhost url while running webpack dev server
- LsDataSource is now incorporated directly in Oligrapher's source
- Use yarn
- Updated build script
- Publish as package (@public-accountability/oligrapher)
- Updated dependencies
- Use React 16.9
- bugfix for annotation data path
- sets annotation pct to 0 when there are no annotations
- Updated dependencies
- embedded configuration option -- embedded.border -- toggles presence of border around the entire map
- Update dev dependencies
- Update dependencies
- LsDataSource is now a function and can be initialized with configuration options
- Update dependencies
- Use babel 7
- use bootstrap 4
- use github's octicons instead of glyicons
- use window.top instead of window.parent when modifying url
- update packages
- due to iFrame security issues, modifying the url via window.parent is disabled for embedded maps
- don't modify urls when in editor mode
- upgrade libraries. Use React 16.4 and Webpack 4
- change url when navigating between tabs
- problem where using 'add interlocks' would create edges that cannot be moved (#4)
- upgrade react to 16.2
- moved all tests to
test/
folder instead of using test - removed depreciated testing package
- added
npm run profile
- removed compiled version oligrapher.min.js. oligrapher.js is now the minimized version
npm run build
also generates a source map: oligrapher.js.map- added jshint configuration file
- removed npm scripts
build-all
andbuild-min
. replaced withbuild
- upgraded to webpack 3.
- url option to configuration to enable linkable title
- 'Click to view this...' text in embedded mode
- this changelog :)
- Updated React to 15.5
- Updated other libraries
- Use prop-types library as it is now depreciated from react's core