Releases: JetBrains/kotlin-wrappers
Releases · JetBrains/kotlin-wrappers
pre.211
Full Changelog: pre.210...pre.211
pre.210
What's Changed
- Fix
UseTableHooks
property names by @turansky in #479 - Fix
PropGetter
contract by @turansky in #480 - Mutable
TableCommonProps
by @turansky in #481 - Fix typo in GridAutoRows and GridAutoColumns by @nordiauwu in #483
- CSSBuilder: support of @import and rules without CSS block by @nordiauwu in #482
New Contributors
- @nordiauwu made their first contribution in #483
Full Changelog: pre.209...pre.210
pre.209
What's Changed
- Consistency of hook dependencies v2 by @sgrishchenko in #476
- Immutable dependencies by @turansky in #477
- Redundant
useReducer
wrappers are removed by @sgrishchenko in #478
Full Changelog: pre.208...pre.209
pre.208
What's Changed
- Separate files for hooks by @turansky in #469
- Add
REffectBuilder
by @turansky in #470 - Fix
RSetState
contract by @turansky in #471 - Add
useRefValue
hook by @turansky in #472 - Fix builder name.
REffectBuilder
->EffectBuilder
by @turansky in #473 - Standard names for
state
classes by @turansky in #474 - Use
bin
gradle distribution by @turansky in #475
Full Changelog: pre.207...pre.208
pre.207
What's Changed
- Fix link to 'Hooks and Function Components' by @aerialist7 in #464
- Separate file for
RStateDelegate
by @turansky in #465 - Remove possibilty to override props by @ilgonmic in #467
- Create
FC
typealias forFunctionalComponent
by @aerialist7 in #466
Full Changelog: pre.206...pre.207
pre.206
pre.205
What's Changed
- Kotlin
1.5.10
by @turansky in #449 - Remove redundant companions by @turansky in #450
- Add version table by @turansky in #451
- Format versions by @turansky in #452
- Declare artifact version by @aerialist7 in #453
renderToString
andrenderToStaticMarkup
functions are supported by @sgrishchenko in #455- Adding hint for #456 by @jonnyzzz in #457
- Inline
useState
result operators by @turansky in #458
New Contributors
Full Changelog: pre.204...pre.205
pre.204
What's Changed
- #369 Fix
React.lazy
contract by @turansky in #447 - RBuilder, RDOMBuilder, RElementBuilder, StyledElementBuilder, StyledD… by @Skolotsky in #448
Full Changelog: pre.201...pre.204
pre.201
What's Changed
- README: Creating a component in Kotlin by @prigara in #1
- Update README by @prigara in #7
- Add example of component usage by @prigara in #8
- type String" by @jmfayard in #9
- Create Todo.kt by @ScottHuangZL in #16
- Create TicTacToe.kt by @ScottHuangZL in #18
- Update README.md by @ScottHuangZL in #19
- Create Product (This is a port of https://reactjs.org/docs/thinking-in-react.html) by @ScottHuangZL in #21
- Update README.md by @ScottHuangZL in #22
- Create AxiosSearch.kt by @ScottHuangZL in #23
- Add Axios-search-example by @ScottHuangZL in #24
- Create Quill.kt by @ScottHuangZL in #25
- Update README.md by @ScottHuangZL in #26
- Update README.md by @ScottHuangZL in #28
- Remove unneeded foo from CommonJS by @nishtahir in #31
- remove unnecessary and unusable parameter by @mkotlikov in #34
- Add React Router DOM wrapper by @neworld in #39
- Added support for BrowserRouter by @LittleLightCz in #42
- Remove unnecessary braces on apply call by @LouisCAD in #44
- Implement withAlpha method for Color by @mkraynov in #45
- RouteResultProps enhancement by @LittleLightCz in #46
- Add support for NavLink component by @Buckstabue in #51
- Fix using rgba notation with withAlpha by @mctep in #66
- Bump react-router-dom to 4.3.1 by @neworld in #68
- Add redux wrapper by @Jamdan2 in #38
- Redux build script problems by @Jamdan2 in #71
- [CSS] Add rem linear dimension by @mctep in #73
- Add W3C predefined HTML/CSS colors. by @brettwooldridge in #74
- Typesafe inline css by @Jamdan2 in #70
- Support for CSS3 hsl / hsla color declarations, plus useful functions by @brettwooldridge in #75
- CSS grid support. by @brettwooldridge in #76
- React redux by @Jamdan2 in #72
- Allow css tag for everything (*). by @hhhapz in #82
- kotlin-redux: Fix combineReducers by switching key, value pairs by @herbertfj in #85
- Return HOC from connect, connectAdvanced, and rConnect by @Jamdan2 in #86
- Replace val with var in options by @Jamdan2 in #87
- rConnect no parameters by @Jamdan2 in #88
- Add some help using rConnect by @tylergannon in #96
- HOC enhancement by @gmazzo in #103
- Added go functions to RouteResultHistory by @lawik123 in #112
- Added table tag selectors by @lawik123 in #110
- Significantly reduce StyledElement object memory consumption by @ezhaka in #118
- Assign static class names to an element even if they are applied under
specific
by @ezhaka in #120 - React Hooks v16.8 by @Skolotsky in #121
- Wrapper for static fields of React component class by @Skolotsky in #122
- Additional signature for useState by @Skolotsky in #124
- Migrate to styled-components v5.0.0-beta.8 by @Skolotsky in #129
- Added RPureComponent to ReactComponent.kt by @Jolanrensen in #142
- Fix useCallback hook type definition by @gbaldeck in #143
- Fix Apache-2.0 SPDX identifier by @jpeddicord in #145
- Remove reference to obsolete kotlinconf app by @steveme in #150
- Add state delegate for useState hook by @ilgonmic in #156
- GitHub issue links in IDEA Git log by @turansky in #157
- Kotlin extension from Kotlin DSL by @turansky in #158
- Kotlin/JS. Standard plugin configuration by @turansky in #160
- Declare versions in gradle.properties by @turansky in #163
- Plugin DSL instead of buildscript by @turansky in #164
- Automatic publish version calculation by @turansky in #165
- Kotlin DSL. Standard publishing convensions by @turansky in #166
- Kotlin DSL. NPM publishing convensions by @turansky in #167
- Kotlin DSL by @turansky in #168
- Kotlin Style Guide by @turansky in #169
- Single group declaration by @turansky in #170
- Version property unification by @turansky in #171
- Add hooks API for react-router-dom by @subroh0508 in #172
- Add withRouter by @subroh0508 in #173
- Migrate from 'compile' configuration by @turansky in #175
- Make JS tests running again by @turansky in #176
- coerceIn for normalization by @turansky in #177
- Classic assertEquals by @turansky in #178
- Remove empty class blocks by @turansky in #180
- RClass accessor for KClass by @turansky in #181
- Remove outdated publish logic by @turansky in #182
- Compile time setters (hide getters) by @turansky in #183
- Strict css property delegate by @turansky in #184
- Suppress inline warnings (tag utils) by @turansky in #185
- Remove deprecated tag usages by @turansky in #186
- Simplify 'hyphenize' by @turansky in #187
- TagSelector factory by @turansky in #188
- Redux. Update action serialization logic by @turansky in #189
- Strict contract for
buildElement
by @turansky in #190 - Fix RClass cast warning by @turansky in #192
- Compilation. Strict mode by @turansky in #193
- kotlin-css. Separate build scripts by @turansky in #194
- Configure module artifact in 'publishing' extension by @turansky in #195
- Toolbox icon by @turansky in #196
- Instruction for metadata WA by @turansky in #197
- Separate publishing conventions by @turansky in #198
- "Official" Kotlin/JS logo as Toolbox icon by @turansky in #199
- Empty JS Object factory by @turansky in #200
- Remove 'kotlin-css-jvm' NPM publishing by @turansky in #202
- Remove 'kotlin-css-js' NPM publishing by @turansky in #203
- Fix
kotlin-css
publishing by @turansky in #204 - Fix package.json constructing by @turansky in #205
- Automatic* package.json calculation by @turansky in https://github.com/Jet...