Releases: OutSystems/react-simple-code-editor
Releases · OutSystems/react-simple-code-editor
v20210902.1
Changes:
- 39dd7ed Update azure-pipelines.yml for Azure Pipelines
This list of changes was auto generated.
v20210810.8
Changes:
This list of changes was auto generated.
v20210810.6
v20210810.5
Update azure-pipelines.yml for Azure Pipelines
v20210810.3
Changes:
- 952081e Update azure-pipelines.yml for Azure Pipelines
- 242121a Update azure-pipelines.yml for Azure Pipelines
This list of changes was auto generated.
v20210810.2
Changes:
- b7b5d3e Update azure-pipelines.yml for Azure Pipelines
This list of changes was auto generated.
v20210809.12
v20210809.11: Merge pull request #5 from OutSystems/build/fix-pipeline3
Changes:
- 3620c4a Merge pull request #5 from OutSystems/build/fix-pipeline3
- fd8bcf2 Renaming npmrc file
- 14d6d48 Merge pull request #4 from OutSystems/build/fix-pipeline2
- 557218b Adding files to npm packaging
- 91daae1 Update azure-pipelines.yml for Azure Pipelines
- 50c3c32 Merge pull request #3 from OutSystems/build/fix-pipeline
- a3704fc Adding missing file
- aa381b0 Merge pull request #2 from OutSystems/build/RMAC-7373-enable-azure-pipelines3
- cb0be49 Create pipeline for React Simple Code editor
- 339aab7 Merge pull request #1 from OutSystems/bugfix/nowrap2
See More
- f9ce334 Updating typings
- 9871d48 Changes to support nowrap mode
- 287d7ee Removing ref prop. Adding inputRef prop.
- e3ba6f0 Increase version
- d9a256b Add outsystems prefix to typings
- 6ad1103 Add module property to package.json
- 57dbdc9 Replace global with window
- d5e9adf Convert lib to AMD module
- a704a08 Revert "fix: prevent layout properties to be set on children"
- 6feba96 fix: prevent layout properties to be set on children
- 394c159 fix: properly handle tab characters
- 360e415 fix: make sure the word wrap isn't overridden. closes react-simple-code-editor#26
- c7c73cb chore: don't add commits for release
- fc8db84 chore: fix release-it config
- 6611b08 Release 0.9.5
- 172320f chore: add a GitHub workflow for publishing
- 4c228c8 chore: release 0.9.4
- bd655a8 fix: wrap around long lines with no spaces (react-simple-code-editor#24)
- e18663d chore: release 0.9.3
- 56a12db fix: add missing overflow on textarea
- 55aef48 chore: release 0.9.2
- d00da98 fix: explictly make highlighted area bg to none
- 925b96a chore: release 0.9.1
- 010d37a refactor: use media query hack to detect IE
- 948e105 chore: release 0.9.0
- 55724a1 fix: update typescript types
- 728d042 feat: add a textareaId prop to textarea. fixes react-simple-code-editor#9
- e72a70a feat: add onClick and onKeyUp events
- 9935e6f feat: add onKeyDown event to allow user to bail [ react-simple-code-editor#17 ]
- 529694f fix: SSR mismatch caused by CSS text (react-simple-code-editor#21)
- 6292a46 chore: release 0.8.0
- 3559652 feat: add typescript definitions
- 5c3aaf2 chore: release 0.7.1
- 2068ddf docs: remove unsupported textareaId
- 7aa1070 chore: release 0.7.0
- 6260199 feat: add a placeholder prop to textarea. fixes react-simple-code-editor#9
- fc5052d chore: upgrade deps
- 48d5f6d fix: make text transparent on selection in IE. fixes #8
- 21f358d chore: use release-it for automated release
- ae02365 chore: release v0.6.1
- ae7630a fix: fix word wrap on Chrome Android
- 475616f fix: also hide text on IE
- 80920ca fix: add box-sizing: border-box to text editor to ensure correct styling (#7)
- 606d658 chore: release v0.6.0
- 8471ded feat: support react elements returned from highlight prop
- 5e355a0 feat: support wrapping text in back quotes
- e5cbf39 chore: release v0.5.0
- 98d9b2c feat: add ability to wrap selected text in parens, brackets or quotes
- b0ac5a0 docs: add note regarding CSS for syntax highlighting
- 6653b83 feat: add getters and setters for session so history isn't lost
- 11e8ce0 chore: release v0.4.2
- 6f05861 chore: limit editor height in example
- 3e27b67 fix: pass textarea related props to textarea
- 66a7fa7 docs: add a note about performance
- 7f80780 chore: release v0.4.1
- 4678dab fix: don't remove outline by default
- 44a72eb chore: release v0.4.0
- a8b4ddd feat: don't hide overflow
- f2c4250 feat: add a 'ignoreTabKey' prop
- f130001 fix: fix type annotation for padding
- cab8352 fix: inherit text area color from parent
- 9cc9b31 fix: highlight in render to support react < 16.3
- fecb6b3 chore: publish sourcemaps
- b946db6 docs: add info about accessibility
- c63665c chore: release v0.3.2
- 62d9d8b fix: improve selection management when indenting
- f73588f chore: add issue and pr templates
- 70c8abe docs: document limitations
- 1bb5def chore: release v0.3.1
- 2f24e9b fix: improve selection management when un-indenting
- 25b4e34 fix: fix redo keybinding
- 2d25cd9 chore: release v0.3.0
- 18b63cb fix: use correct shortcuts for undo/redo according to platform
- 056f892 feat: support unidenting code with shift+tab
- 663da88 fix: accessibility improvements
- 22e422f chore: release v0.2.2
- bc87918 docs: fix typo
- c97baf5 chore: release v0.2.1
- 526ced3 chore: add badges
- 935f21f fix: remove border from the textarea
- 63ee991 docs: update README
- 2dc76f5 chore: add circle ci config
- caacf01 chore: fix running the example
- dbf6396 chore: release v0.2.0
- 20a0b67 chore: update website
- 893f47b feat: add a padding prop
- e149d9a chore: use parcel for running the example
- 17c5661 fix: relax peer dependencies
- bad8f3a fix: save the last selection state when applying edits
- cb1fdda docs: update README and build steps
- 6e55ef1 feat: remove whole word on undo
- 0802854 feat: preserve indentation on inserting a new line
- f265d2f fix: support inserting tab character and indenting
- 4cc6ca3 fix: disable grammarly in the editor
- 361eb86 docs: add a README
- 3789152 fix: make it possible to scroll the editor
This list of changes was auto generated.